#662859

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

Shades of Palatinate Purple #662859

Tints of Palatinate Purple #662859

Color information

#662859 (or 0x662859) is unknown color: approx Palatinate Purple. HEX triplet: 66, 28 and 59. RGB value is (102,40,89). Sum of RGB (Red+Green+Blue) = 102+40+89=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #662859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662859 is #99D7A6. Grayscale: #3F3F3F. Windows color (decimal): -10082215 or 5843046. OLE color: 5843046.

HSL color Cylindrical-coordinate representation of color #662859: hue angle of 312.58º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662859 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1024089-
CMYK00.610.130.6
HSL312.58º43.66%27.84%-
HSV(B)312.58º60.78%40%-
XYZ8.045.0610-
YUV64.12142.04155.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=44.16%
G=17.32%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102408900.610.130.6312.5843.6627.84
Hex66285903DD3C1392c1c
Octal1465013107515744715434
Binary110011010100010110010111101110111110010011100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662859; }

 p { color: rgb(102,40,89); }

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

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

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

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

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

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

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