#6F0B66

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

Shades of Palatinate Purple #6F0B66

Tints of Palatinate Purple #6F0B66

Color information

#6F0B66 (or 0x6F0B66) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0B and 66. RGB value is (111,11,102). Sum of RGB (Red+Green+Blue) = 111+11+102=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B66 is #90F499. Grayscale: #333333. Windows color (decimal): -9499802 or 6687599. OLE color: 6687599.

HSL color Cylindrical-coordinate representation of color #6F0B66: hue angle of 305.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B66 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11111102-
CMYK00.900.080.56
HSL305.4º81.97%23.92%-
HSV(B)305.4º90.09%43.53%-
XYZ9.074.5812.98-
YUV51.27156.63170.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.55%
GREEN value IS 11 (4.69% from 255) = 4.91%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=49.55%
G=4.91%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111110200.900.080.56305.481.9723.92
Hex6FB6605A8381315218
Octal157131460132107046112230
Binary110111110111100110010110101000111000100110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,11,102); }

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

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

 a { background-color: rgb(111,11,102); }

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

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

 span { border-color: rgb(111,11,102); }

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