#662856

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

Shades of Palatinate Purple #662856

Tints of Palatinate Purple #662856

Color information

#662856 (or 0x662856) is unknown color: approx Palatinate Purple. HEX triplet: 66, 28 and 56. RGB value is (102,40,86). Sum of RGB (Red+Green+Blue) = 102+40+86=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #662856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662856 is #99D7A9. Grayscale: #3F3F3F. Windows color (decimal): -10082218 or 5646438. OLE color: 5646438.

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

Color convert

RGB1024086-
CMYK00.610.160.6
HSL315.48º43.66%27.84%-
HSV(B)315.48º60.78%40%-
XYZ7.925.019.35-
YUV63.78140.54155.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=44.74%
G=17.54%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102408600.610.160.6315.4843.6627.84
Hex66285603D103C13b2c1c
Octal1465012607520744735434
Binary1100110101000101011001111011000011110010011101110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662856; }

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

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

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

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

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

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

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

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