#662664

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

Shades of Palatinate Purple #662664

Tints of Palatinate Purple #662664

Color information

#662664 (or 0x662664) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 64. RGB value is (102,38,100). Sum of RGB (Red+Green+Blue) = 102+38+100=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #662664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662664 is #99D99B. Grayscale: #404040. Windows color (decimal): -10082716 or 6563430. OLE color: 6563430.

HSL color Cylindrical-coordinate representation of color #662664: hue angle of 301.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662664 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10238100-
CMYK00.630.020.6
HSL301.88º45.71%27.45%-
HSV(B)301.88º62.75%40%-
XYZ8.475.1312.6-
YUV64.2148.2154.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 100 (39.45% from 255) = 41.67%
R=42.5%
G=15.83%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1023810000.630.020.6301.8845.7127.45
Hex66266403F23C12e2e1b
Octal146461440772744565633
Binary1100110100110110010001111111011110010010111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662664; }

 p { color: rgb(102,38,100); }

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

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

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

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

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

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

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