#572A55

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

Shades of Hot Purple #572A55

Tints of Hot Purple #572A55

Color information

#572A55 (or 0x572A55) is unknown color: approx Hot Purple. HEX triplet: 57, 2A and 55. RGB value is (87,42,85). Sum of RGB (Red+Green+Blue) = 87+42+85=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #572A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A55 is #A8D5AA. Grayscale: #3C3C3C. Windows color (decimal): -11064747 or 5581399. OLE color: 5581399.

HSL color Cylindrical-coordinate representation of color #572A55: hue angle of 302.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572A55 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB874285-
CMYK00.520.020.66
HSL302.67º34.88%25.29%-
HSV(B)302.67º51.72%34.12%-
XYZ6.44.349.09-
YUV60.36141.91147-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=40.65%
G=19.63%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87428500.520.020.66302.6734.8825.29
Hex572A5503424212f2319
Octal1275212506421024574331
Binary10101111010101010101011010010100001010010111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572A55; }

 p { color: rgb(87,42,85); }

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

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

 a { background-color: rgb(87,42,85); }

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

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

 span { border-color: rgb(87,42,85); }

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