#662852

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

Shades of Palatinate Purple #662852

Tints of Palatinate Purple #662852

Color information

#662852 (or 0x662852) is unknown color: approx Palatinate Purple. HEX triplet: 66, 28 and 52. RGB value is (102,40,82). Sum of RGB (Red+Green+Blue) = 102+40+82=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #662852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662852 is #99D7AD. Grayscale: #3F3F3F. Windows color (decimal): -10082222 or 5384294. OLE color: 5384294.

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

Color convert

RGB1024082-
CMYK00.610.200.6
HSL319.35º43.66%27.84%-
HSV(B)319.35º60.78%40%-
XYZ7.764.958.53-
YUV63.33138.54155.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=45.54%
G=17.86%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102408200.610.200.6319.3543.6627.84
Hex66285203D143C13f2c1c
Octal1465012207524744775434
Binary1100110101000101001001111011010011110010011111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662852; }

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

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

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

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

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

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

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

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