#6F1296

Color #6F1296 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #6F1296

Tints of Purple #6F1296

Color information

#6F1296 (or 0x6F1296) is unknown color: approx Purple. HEX triplet: 6F, 12 and 96. RGB value is (111,18,150). Sum of RGB (Red+Green+Blue) = 111+18+150=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F1296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1296 is #90ED69. Grayscale: #3C3C3C. Windows color (decimal): -9497962 or 9835119. OLE color: 9835119.

HSL color Cylindrical-coordinate representation of color #6F1296: hue angle of 282.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1296 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11118150-
CMYK0.260.8800.41
HSL282.27º78.57%32.94%-
HSV(B)282.27º88%58.82%-
XYZ12.286.0129.37-
YUV60.86178.31163.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 39.78%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=39.78%
G=6.45%
B=53.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111181500.260.8800.41282.2778.5732.94
Hex6F12961A5802911a4f21
Octal157222263213005143211741
Binary1101111100101001011011010101100001010011000110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F1296; }

 p { color: rgb(111,18,150); }

 H1.HeaderClassName
 {
   color: #6F1296;
 }
 .AnyTagClassName
 {
   color: #6F1296;
 }
</style>
background-color css

<style>
 a { background-color: #6F1296; }

 a { background-color: rgb(111,18,150); }

 div.DivClassName
 {
   background-color: #6F1296;
 }
 .BgClassName
 {
   background-color: #6F1296;
 }
</style>
border-color css

<style>
 span { border-color: #6F1296; }

 span { border-color: rgb(111,18,150); }

 td.TdClassName
 {
   border-color: #6F1296;
 }
 .TagClassName
 {
   border-color: #6F1296;
 }
</style>