#572054

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

Shades of Palatinate Purple #572054

Tints of Palatinate Purple #572054

Color information

#572054 (or 0x572054) is unknown color: approx Palatinate Purple. HEX triplet: 57, 20 and 54. RGB value is (87,32,84). Sum of RGB (Red+Green+Blue) = 87+32+84=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #572054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572054 is #A8DFAB. Grayscale: #363636. Windows color (decimal): -11067308 or 5513303. OLE color: 5513303.

HSL color Cylindrical-coordinate representation of color #572054: hue angle of 303.27º 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 #572054 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB873284-
CMYK00.630.030.66
HSL303.27º46.22%23.33%-
HSV(B)303.27º63.22%34.12%-
XYZ6.053.78.78-
YUV54.37144.72151.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=42.86%
G=15.76%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87328400.630.030.66303.2746.2223.33
Hex57205403F34212f2e17
Octal1274012407731024575627
Binary10101111000001010100011111111100001010010111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572054; }

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

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

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

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

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

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

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

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