#572052

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

Shades of Palatinate Purple #572052

Tints of Palatinate Purple #572052

Color information

#572052 (or 0x572052) is unknown color: approx Palatinate Purple. HEX triplet: 57, 20 and 52. RGB value is (87,32,82). Sum of RGB (Red+Green+Blue) = 87+32+82=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #572052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572052 is #A8DFAD. Grayscale: #363636. Windows color (decimal): -11067310 or 5382231. OLE color: 5382231.

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

Color convert

RGB873282-
CMYK00.630.060.66
HSL305.45º46.22%23.33%-
HSV(B)305.45º63.22%34.12%-
XYZ5.973.678.38-
YUV54.14143.72151.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=43.28%
G=15.92%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87328200.630.060.66305.4546.2223.33
Hex57205203F6421312e17
Octal1274012207761024615627
Binary101011110000010100100111111110100001010011000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572052; }

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

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

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

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

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

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

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

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