#6F0691

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

Shades of Purple #6F0691

Tints of Purple #6F0691

Color information

#6F0691 (or 0x6F0691) is unknown color: approx Purple. HEX triplet: 6F, 06 and 91. RGB value is (111,6,145). Sum of RGB (Red+Green+Blue) = 111+6+145=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F0691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0691 is #90F96E. Grayscale: #343434. Windows color (decimal): -9501039 or 9504367. OLE color: 9504367.

HSL color Cylindrical-coordinate representation of color #6F0691: hue angle of 285.32º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0691 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1116145-
CMYK0.230.9600.43
HSL285.32º92.05%29.61%-
HSV(B)285.32º95.86%56.86%-
XYZ11.735.5527.24-
YUV53.24179.79169.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 6 (2.73% from 255) = 2.29%
BLUE value IS 145 (57.03% from 255) = 55.34%
R=42.37%
G=2.29%
B=55.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11161450.230.9600.43285.3292.0529.61
Hex6F691176002B11d5c1e
Octal15762212714005343513436
Binary1101111110100100011011111000000101011100011101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,6,145); }

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

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

 a { background-color: rgb(111,6,145); }

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

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

 span { border-color: rgb(111,6,145); }

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