#660B66

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

Shades of Palatinate Purple #660B66

Tints of Palatinate Purple #660B66

Color information

#660B66 (or 0x660B66) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0B and 66. RGB value is (102,11,102). Sum of RGB (Red+Green+Blue) = 102+11+102=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #660B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B66 is #99F499. Grayscale: #303030. Windows color (decimal): -10089626 or 6687590. OLE color: 6687590.

HSL color Cylindrical-coordinate representation of color #660B66: hue angle of 300º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660B66 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10211102-
CMYK00.8900.6
HSL300º80.53%22.16%-
HSV(B)300º89.22%40%-
XYZ84.0212.93-
YUV48.58158.15166.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=47.44%
G=5.12%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021110200.8900.630080.5322.16
Hex66B6605903C12c5116
Octal14613146013107445412126
Binary110011010111100110010110010111100100101100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660B66; }

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

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

<style>
 a { background-color: #660B66; }

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

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

<style>
 span { border-color: #660B66; }

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

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