#662660

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

Shades of Palatinate Purple #662660

Tints of Palatinate Purple #662660

Color information

#662660 (or 0x662660) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 60. RGB value is (102,38,96). Sum of RGB (Red+Green+Blue) = 102+38+96=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #662660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662660 is #99D99F. Grayscale: #3F3F3F. Windows color (decimal): -10082720 or 6301286. OLE color: 6301286.

HSL color Cylindrical-coordinate representation of color #662660: hue angle of 305.62º 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 #662660 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB1023896-
CMYK00.630.060.6
HSL305.62º45.71%27.45%-
HSV(B)305.62º62.75%40%-
XYZ8.285.0611.61-
YUV63.75146.2155.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=43.22%
G=16.10%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102389600.630.060.6305.6245.7127.45
Hex66266003F63C1322e1b
Octal146461400776744625633
Binary11001101001101100000011111111011110010011001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662660; }

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

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

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

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

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

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

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

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