#572B60

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

Shades of Hot Purple #572B60

Tints of Hot Purple #572B60

Color information

#572B60 (or 0x572B60) is unknown color: approx Hot Purple. HEX triplet: 57, 2B and 60. RGB value is (87,43,96). Sum of RGB (Red+Green+Blue) = 87+43+96=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #572B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B60 is #A8D49F. Grayscale: #3E3E3E. Windows color (decimal): -11064480 or 6302551. OLE color: 6302551.

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

Color convert

RGB874396-
CMYK0.090.5500.62
HSL289.81º38.13%27.25%-
HSV(B)289.81º55.21%37.65%-
XYZ6.914.611.59-
YUV62.2147.08145.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=38.50%
G=19.03%
B=42.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8743960.090.5500.62289.8138.1327.25
Hex572B6093703E122261b
Octal1275314011670764424633
Binary101011110101111000001001110111011111010010001010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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