#662C52

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

Shades of Palatinate Purple #662C52

Tints of Palatinate Purple #662C52

Color information

#662C52 (or 0x662C52) is unknown color: approx Palatinate Purple. HEX triplet: 66, 2C and 52. RGB value is (102,44,82). Sum of RGB (Red+Green+Blue) = 102+44+82=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #662C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C52 is #99D3AD. Grayscale: #414141. Windows color (decimal): -10081198 or 5385318. OLE color: 5385318.

HSL color Cylindrical-coordinate representation of color #662C52: hue angle of 320.69º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662C52 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1024482-
CMYK00.570.200.6
HSL320.69º39.73%28.63%-
HSV(B)320.69º56.86%40%-
XYZ7.95.248.58-
YUV65.67137.22153.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 44 (17.58% from 255) = 19.30%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=44.74%
G=19.30%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102448200.570.200.6320.6939.7328.63
Hex662C52039143C141281d
Octal1465412207124745015035
Binary1100110101100101001001110011010011110010100000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662C52; }

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

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

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

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

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

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

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

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