#571A5D

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

Shades of Hot Purple #571A5D

Tints of Hot Purple #571A5D

Color information

#571A5D (or 0x571A5D) is unknown color: approx Hot Purple. HEX triplet: 57, 1A and 5D. RGB value is (87,26,93). Sum of RGB (Red+Green+Blue) = 87+26+93=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #571A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A5D is #A8E5A2. Grayscale: #333333. Windows color (decimal): -11068835 or 6101591. OLE color: 6101591.

HSL color Cylindrical-coordinate representation of color #571A5D: hue angle of 294.63º 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 #571A5D is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB872693-
CMYK0.060.7200.64
HSL294.63º56.3%23.33%-
HSV(B)294.63º72.04%36.47%-
XYZ6.283.5610.71-
YUV51.88151.21153.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=42.23%
G=12.62%
B=45.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8726930.060.7200.64294.6356.323.33
Hex571A5D6480401273817
Octal12732135611001004477027
Binary101011111010101110111010010000100000010010011111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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