#6F1566

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

Shades of Palatinate Purple #6F1566

Tints of Palatinate Purple #6F1566

Color information

#6F1566 (or 0x6F1566) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 15 and 66. RGB value is (111,21,102). Sum of RGB (Red+Green+Blue) = 111+21+102=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1566 is #90EA99. Grayscale: #383838. Windows color (decimal): -9497242 or 6690159. OLE color: 6690159.

HSL color Cylindrical-coordinate representation of color #6F1566: hue angle of 306º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1566 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11121102-
CMYK00.810.080.56
HSL306º68.18%25.88%-
HSV(B)306º81.08%43.53%-
XYZ9.224.8813.03-
YUV57.14153.32166.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=47.44%
G=8.97%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112110200.810.080.5630668.1825.88
Hex6F1566051838132441a
Octal157251460121107046210432
Binary1101111101011100110010100011000111000100110010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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