#572860

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

Shades of Hot Purple #572860

Tints of Hot Purple #572860

Color information

#572860 (or 0x572860) is unknown color: approx Hot Purple. HEX triplet: 57, 28 and 60. RGB value is (87,40,96). Sum of RGB (Red+Green+Blue) = 87+40+96=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #572860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572860 is #A8D79F. Grayscale: #3C3C3C. Windows color (decimal): -11065248 or 6301783. OLE color: 6301783.

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

Color convert

RGB874096-
CMYK0.090.5800.62
HSL290.36º41.18%26.67%-
HSV(B)290.36º58.33%37.65%-
XYZ6.84.3911.55-
YUV60.44148.07146.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=39.01%
G=17.94%
B=43.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8740960.090.5800.62290.3641.1826.67
Hex57286093A03E122291b
Octal1275014011720764425133
Binary101011110100011000001001111010011111010010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572860; }

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

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

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

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

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

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

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

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