#660966

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

Shades of Palatinate Purple #660966

Tints of Palatinate Purple #660966

Color information

#660966 (or 0x660966) is unknown color: approx Palatinate Purple. HEX triplet: 66, 09 and 66. RGB value is (102,9,102). Sum of RGB (Red+Green+Blue) = 102+9+102=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #660966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660966 is #99F699. Grayscale: #2F2F2F. Windows color (decimal): -10090138 or 6687078. OLE color: 6687078.

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

Color convert

RGB1029102-
CMYK00.9100.6
HSL300º83.78%21.76%-
HSV(B)300º91.18%40%-
XYZ7.983.9812.92-
YUV47.41158.81166.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=47.89%
G=4.23%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102910200.9100.630083.7821.76
Hex6696605B03C12c5416
Octal14611146013307445412426
Binary110011010011100110010110110111100100101100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660966; }

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

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

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

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

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

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

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

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