#662756

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

Shades of Palatinate Purple #662756

Tints of Palatinate Purple #662756

Color information

#662756 (or 0x662756) is unknown color: approx Palatinate Purple. HEX triplet: 66, 27 and 56. RGB value is (102,39,86). Sum of RGB (Red+Green+Blue) = 102+39+86=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #662756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662756 is #99D8A9. Grayscale: #3F3F3F. Windows color (decimal): -10082474 or 5646182. OLE color: 5646182.

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

Color convert

RGB1023986-
CMYK00.620.160.6
HSL315.24º44.68%27.65%-
HSV(B)315.24º61.76%40%-
XYZ7.884.959.34-
YUV63.19140.87155.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=44.93%
G=17.18%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102398600.620.160.6315.2444.6827.65
Hex66275603E103C13b2d1c
Octal1464712607620744735534
Binary1100110100111101011001111101000011110010011101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662756; }

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

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

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

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

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

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

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

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