#572252

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

Shades of Palatinate Purple #572252

Tints of Palatinate Purple #572252

Color information

#572252 (or 0x572252) is unknown color: approx Palatinate Purple. HEX triplet: 57, 22 and 52. RGB value is (87,34,82). Sum of RGB (Red+Green+Blue) = 87+34+82=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #572252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572252 is #A8DDAD. Grayscale: #373737. Windows color (decimal): -11066798 or 5382743. OLE color: 5382743.

HSL color Cylindrical-coordinate representation of color #572252: hue angle of 305.66º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572252 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB873482-
CMYK00.610.060.66
HSL305.66º43.8%23.73%-
HSV(B)305.66º60.92%34.12%-
XYZ6.033.788.39-
YUV55.32143.06150.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=42.86%
G=16.75%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87348200.610.060.66305.6643.823.73
Hex57225203D6421322c18
Octal1274212207561024625430
Binary101011110001010100100111101110100001010011001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572252; }

 p { color: rgb(87,34,82); }

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

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

 a { background-color: rgb(87,34,82); }

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

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

 span { border-color: rgb(87,34,82); }

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