#572555

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

Shades of Hot Purple #572555

Tints of Hot Purple #572555

Color information

#572555 (or 0x572555) is unknown color: approx Hot Purple. HEX triplet: 57, 25 and 55. RGB value is (87,37,85). Sum of RGB (Red+Green+Blue) = 87+37+85=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #572555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572555 is #A8DAAA. Grayscale: #393939. Windows color (decimal): -11066027 or 5580119. OLE color: 5580119.

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

Color convert

RGB873785-
CMYK00.570.020.66
HSL302.4º40.32%24.31%-
HSV(B)302.4º57.47%34.12%-
XYZ6.234.019.04-
YUV57.42143.56149.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=41.63%
G=17.70%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87378500.570.020.66302.440.3224.31
Hex57255503924212e2818
Octal1274512507121024565030
Binary10101111001011010101011100110100001010010111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572555; }

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

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

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

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

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

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

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

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