#572C60

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

Shades of Hot Purple #572C60

Tints of Hot Purple #572C60

Color information

#572C60 (or 0x572C60) is unknown color: approx Hot Purple. HEX triplet: 57, 2C and 60. RGB value is (87,44,96). Sum of RGB (Red+Green+Blue) = 87+44+96=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #572C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C60 is #A8D39F. Grayscale: #3E3E3E. Windows color (decimal): -11064224 or 6302807. OLE color: 6302807.

HSL color Cylindrical-coordinate representation of color #572C60: hue angle of 289.62º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #572C60 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB874496-
CMYK0.090.5400.62
HSL289.62º37.14%27.45%-
HSV(B)289.62º54.17%37.65%-
XYZ6.944.6711.6-
YUV62.78146.75145.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=38.33%
G=19.38%
B=42.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8744960.090.5400.62289.6237.1427.45
Hex572C6093603E122251b
Octal1275414011660764424533
Binary101011110110011000001001110110011111010010001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,96); }

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

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

 a { background-color: rgb(87,44,96); }

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

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

 span { border-color: rgb(87,44,96); }

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