#572453

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

Shades of Palatinate Purple #572453

Tints of Palatinate Purple #572453

Color information

#572453 (or 0x572453) is unknown color: approx Palatinate Purple. HEX triplet: 57, 24 and 53. RGB value is (87,36,83). Sum of RGB (Red+Green+Blue) = 87+36+83=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #572453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572453 is #A8DBAC. Grayscale: #383838. Windows color (decimal): -11066285 or 5448791. OLE color: 5448791.

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

Color convert

RGB873683-
CMYK00.590.050.66
HSL304.71º41.46%24.12%-
HSV(B)304.71º58.62%34.12%-
XYZ6.123.918.62-
YUV56.61142.9149.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=42.23%
G=17.48%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87368300.590.050.66304.7141.4624.12
Hex57245303B5421312918
Octal1274412307351024615130
Binary101011110010010100110111011101100001010011000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572453; }

 p { color: rgb(87,36,83); }

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

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

 a { background-color: rgb(87,36,83); }

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

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

 span { border-color: rgb(87,36,83); }

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