#662156

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

Shades of Palatinate Purple #662156

Tints of Palatinate Purple #662156

Color information

#662156 (or 0x662156) is unknown color: approx Palatinate Purple. HEX triplet: 66, 21 and 56. RGB value is (102,33,86). Sum of RGB (Red+Green+Blue) = 102+33+86=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #662156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662156 is #99DEA9. Grayscale: #3B3B3B. Windows color (decimal): -10084010 or 5644646. OLE color: 5644646.

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

Color convert

RGB1023386-
CMYK00.680.160.6
HSL313.91º51.11%26.47%-
HSV(B)313.91º67.65%40%-
XYZ7.74.589.28-
YUV59.67142.86158.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=46.15%
G=14.93%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102338600.680.160.6313.9151.1126.47
Hex662156044103C13a331a
Octal14641126010420744726332
Binary11001101000011010110010001001000011110010011101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662156; }

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

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

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

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

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

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

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

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