#572152

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

Shades of Palatinate Purple #572152

Tints of Palatinate Purple #572152

Color information

#572152 (or 0x572152) is unknown color: approx Palatinate Purple. HEX triplet: 57, 21 and 52. RGB value is (87,33,82). Sum of RGB (Red+Green+Blue) = 87+33+82=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #572152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572152 is #A8DEAD. Grayscale: #363636. Windows color (decimal): -11067054 or 5382487. OLE color: 5382487.

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

Color convert

RGB873382-
CMYK00.620.060.66
HSL305.56º45%23.53%-
HSV(B)305.56º62.07%34.12%-
XYZ63.728.39-
YUV54.73143.39151.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=43.07%
G=16.34%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87338200.620.060.66305.564523.53
Hex57215203E6421322d18
Octal1274112207661024625530
Binary101011110000110100100111110110100001010011001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572152; }

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

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

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

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

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

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

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

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