#571C5A

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

Shades of Hot Purple #571C5A

Tints of Hot Purple #571C5A

Color information

#571C5A (or 0x571C5A) is unknown color: approx Hot Purple. HEX triplet: 57, 1C and 5A. RGB value is (87,28,90). Sum of RGB (Red+Green+Blue) = 87+28+90=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #571C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C5A is #A8E3A5. Grayscale: #343434. Windows color (decimal): -11068326 or 5905495. OLE color: 5905495.

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

Color convert

RGB872890-
CMYK0.030.6900.65
HSL297.1º52.54%23.14%-
HSV(B)297.1º68.89%35.29%-
XYZ6.193.5910.04-
YUV52.71149.05152.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=42.44%
G=13.66%
B=43.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8728900.030.6900.65297.152.5423.14
Hex571C5A3450411293517
Octal12734132310501014516527
Binary10101111110010110101110001010100000110010100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,28,90); }

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

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

 a { background-color: rgb(87,28,90); }

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

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

 span { border-color: rgb(87,28,90); }

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