#57185F

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

Shades of Hot Purple #57185F

Tints of Hot Purple #57185F

Color information

#57185F (or 0x57185F) is unknown color: approx Hot Purple. HEX triplet: 57, 18 and 5F. RGB value is (87,24,95). Sum of RGB (Red+Green+Blue) = 87+24+95=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #57185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57185F is #A8E7A0. Grayscale: #323232. Windows color (decimal): -11069345 or 6232151. OLE color: 6232151.

HSL color Cylindrical-coordinate representation of color #57185F: hue angle of 293.24º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57185F is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB872495-
CMYK0.080.7500.63
HSL293.24º59.66%23.33%-
HSV(B)293.24º74.74%37.25%-
XYZ6.323.5111.17-
YUV50.93152.87153.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=42.23%
G=11.65%
B=46.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8724950.080.7500.63293.2459.6623.33
Hex57185F84B03F1253c17
Octal12730137101130774457427
Binary101011111000101111110001001011011111110010010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57185F; }

 p { color: rgb(87,24,95); }

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

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

 a { background-color: rgb(87,24,95); }

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

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

 span { border-color: rgb(87,24,95); }

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