#573160

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

Shades of Hot Purple #573160

Tints of Hot Purple #573160

Color information

#573160 (or 0x573160) is unknown color: approx Hot Purple. HEX triplet: 57, 31 and 60. RGB value is (87,49,96). Sum of RGB (Red+Green+Blue) = 87+49+96=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #573160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573160 is #A8CE9F. Grayscale: #414141. Windows color (decimal): -11062944 or 6304087. OLE color: 6304087.

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

Color convert

RGB874996-
CMYK0.090.4900.62
HSL288.51º32.41%28.43%-
HSV(B)288.51º48.96%37.65%-
XYZ7.145.0711.67-
YUV65.72145.09143.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=37.5%
G=21.12%
B=41.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8749960.090.4900.62288.5132.4128.43
Hex57316093103E121201c
Octal1276114011610764414034
Binary101011111000111000001001110001011111010010000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573160; }

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

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

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

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

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

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

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

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