#662066

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

Shades of Palatinate Purple #662066

Tints of Palatinate Purple #662066

Color information

#662066 (or 0x662066) is unknown color: approx Palatinate Purple. HEX triplet: 66, 20 and 66. RGB value is (102,32,102). Sum of RGB (Red+Green+Blue) = 102+32+102=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #662066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662066 is #99DF99. Grayscale: #3C3C3C. Windows color (decimal): -10084250 or 6692966. OLE color: 6692966.

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

Color convert

RGB10232102-
CMYK00.6900.6
HSL300º52.24%26.27%-
HSV(B)300º68.63%40%-
XYZ8.394.8213.06-
YUV60.91151.19157.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=43.22%
G=13.56%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1023210200.6900.630052.2426.27
Hex66206604503C12c341a
Octal1464014601050744546432
Binary1100110100000110011001000101011110010010110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662066; }

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

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

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

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

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

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

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

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