#571C5B

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

Shades of Hot Purple #571C5B

Tints of Hot Purple #571C5B

Color information

#571C5B (or 0x571C5B) is unknown color: approx Hot Purple. HEX triplet: 57, 1C and 5B. RGB value is (87,28,91). Sum of RGB (Red+Green+Blue) = 87+28+91=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #571C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C5B is #A8E3A4. Grayscale: #343434. Windows color (decimal): -11068325 or 5971031. OLE color: 5971031.

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

Color convert

RGB872891-
CMYK0.040.6900.64
HSL296.19º52.94%23.33%-
HSV(B)296.19º69.23%35.69%-
XYZ6.233.6110.27-
YUV52.82149.55152.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 28 (11.33% from 255) = 13.59%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=42.23%
G=13.59%
B=44.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8728910.040.6900.64296.1952.9423.33
Hex571C5B4450401283517
Octal12734133410501004506527
Binary101011111100101101110010001010100000010010100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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