#571E59

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

Shades of Hot Purple #571E59

Tints of Hot Purple #571E59

Color information

#571E59 (or 0x571E59) is unknown color: approx Hot Purple. HEX triplet: 57, 1E and 59. RGB value is (87,30,89). Sum of RGB (Red+Green+Blue) = 87+30+89=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #571E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E59 is #A8E1A6. Grayscale: #353535. Windows color (decimal): -11067815 or 5840471. OLE color: 5840471.

HSL color Cylindrical-coordinate representation of color #571E59: hue angle of 297.97º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #571E59 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB873089-
CMYK0.020.6600.65
HSL297.97º49.58%23.33%-
HSV(B)297.97º66.29%34.9%-
XYZ6.23.689.83-
YUV53.77147.88151.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=42.23%
G=14.56%
B=43.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8730890.020.6600.65297.9749.5823.33
Hex571E5924204112a3217
Octal12736131210201014526227
Binary10101111111010110011010000100100000110010101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571E59; }

 p { color: rgb(87,30,89); }

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

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

 a { background-color: rgb(87,30,89); }

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

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

 span { border-color: rgb(87,30,89); }

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