#571D59

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

Shades of Hot Purple #571D59

Tints of Hot Purple #571D59

Color information

#571D59 (or 0x571D59) is unknown color: approx Hot Purple. HEX triplet: 57, 1D and 59. RGB value is (87,29,89). Sum of RGB (Red+Green+Blue) = 87+29+89=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #571D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571D59 is #A8E2A6. Grayscale: #343434. Windows color (decimal): -11068071 or 5840215. OLE color: 5840215.

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

Color convert

RGB872989-
CMYK0.020.6700.65
HSL298º50.85%23.14%-
HSV(B)298º67.42%34.9%-
XYZ6.173.639.83-
YUV53.18148.22152.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 29 (11.72% from 255) = 14.15%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=42.44%
G=14.15%
B=43.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8729890.020.6700.6529850.8523.14
Hex571D5924304112a3317
Octal12735131210301014526327
Binary10101111110110110011010000110100000110010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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