#571a5c

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

Shades of Hot Purple #571A5C

Tints of Hot Purple #571A5C

Color information

#571A5C (or 0x571A5C) is unknown color: approx Hot Purple. HEX triplet: 57, 1A and 5C. RGB value is (87,26,92). Sum of RGB (Red+Green+Blue) = 87+26+92=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #571A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A5C is #A8E5A3. Grayscale: #333333. Windows color (decimal): -11068836 or 6036055. OLE color: 6036055.

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

Color convert

RGB872692-
CMYK0.050.7200.64
HSL295.45º55.93%23.14%-
HSV(B)295.45º71.74%36.08%-
XYZ6.233.5410.48-
YUV51.76150.71153.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=42.44%
G=12.68%
B=44.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8726920.050.7200.64295.4555.9323.14
Hex571A5C5480401273817
Octal12732134511001004477027
Binary101011111010101110010110010000100000010010011111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571a5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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