#662556

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

Shades of Palatinate Purple #662556

Tints of Palatinate Purple #662556

Color information

#662556 (or 0x662556) is unknown color: approx Palatinate Purple. HEX triplet: 66, 25 and 56. RGB value is (102,37,86). Sum of RGB (Red+Green+Blue) = 102+37+86=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #662556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662556 is #99DAA9. Grayscale: #3D3D3D. Windows color (decimal): -10082986 or 5645670. OLE color: 5645670.

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

Color convert

RGB1023786-
CMYK00.640.160.6
HSL314.77º46.76%27.25%-
HSV(B)314.77º63.73%40%-
XYZ7.824.829.32-
YUV62.02141.53156.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=45.33%
G=16.44%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102378600.640.160.6314.7746.7627.25
Hex662556040103C13b2f1b
Octal14645126010020744735733
Binary11001101001011010110010000001000011110010011101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662556; }

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

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

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

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

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

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

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

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