#571760

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

Shades of Hot Purple #571760

Tints of Hot Purple #571760

Color information

#571760 (or 0x571760) is unknown color: approx Hot Purple. HEX triplet: 57, 17 and 60. RGB value is (87,23,96). Sum of RGB (Red+Green+Blue) = 87+23+96=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #571760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571760 is #A8E89F. Grayscale: #323232. Windows color (decimal): -11069600 or 6297431. OLE color: 6297431.

HSL color Cylindrical-coordinate representation of color #571760: hue angle of 292.6º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571760 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB872396-
CMYK0.090.7600.62
HSL292.6º61.34%23.33%-
HSV(B)292.6º76.04%37.65%-
XYZ6.353.4811.4-
YUV50.46153.7154.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=42.23%
G=11.17%
B=46.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8723960.090.7600.62292.661.3423.33
Hex57176094C03E1253d17
Octal12727140111140764457527
Binary101011110111110000010011001100011111010010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571760; }

 p { color: rgb(87,23,96); }

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

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

 a { background-color: rgb(87,23,96); }

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

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

 span { border-color: rgb(87,23,96); }

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