#571B5C

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

Shades of Hot Purple #571B5C

Tints of Hot Purple #571B5C

Color information

#571B5C (or 0x571B5C) is unknown color: approx Hot Purple. HEX triplet: 57, 1B and 5C. RGB value is (87,27,92). Sum of RGB (Red+Green+Blue) = 87+27+92=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #571B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571B5C is #A8E4A3. Grayscale: #343434. Windows color (decimal): -11068580 or 6036311. OLE color: 6036311.

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

Color convert

RGB872792-
CMYK0.050.7100.64
HSL295.38º54.62%23.33%-
HSV(B)295.38º70.65%36.08%-
XYZ6.253.5810.49-
YUV52.35150.38152.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=42.23%
G=13.11%
B=44.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8727920.050.7100.64295.3854.6223.33
Hex571B5C5470401273717
Octal12733134510701004476727
Binary101011111011101110010110001110100000010010011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,27,92); }

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

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

 a { background-color: rgb(87,27,92); }

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

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

 span { border-color: rgb(87,27,92); }

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