#57185E

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

Shades of Hot Purple #57185E

Tints of Hot Purple #57185E

Color information

#57185E (or 0x57185E) is unknown color: approx Hot Purple. HEX triplet: 57, 18 and 5E. RGB value is (87,24,94). Sum of RGB (Red+Green+Blue) = 87+24+94=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #57185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57185E is #A8E7A1. Grayscale: #323232. Windows color (decimal): -11069346 or 6166615. OLE color: 6166615.

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

Color convert

RGB872494-
CMYK0.070.7400.63
HSL294º59.32%23.14%-
HSV(B)294º74.47%36.86%-
XYZ6.283.4910.93-
YUV50.82152.37153.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=42.44%
G=11.71%
B=45.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8724940.070.7400.6329459.3223.14
Hex57185E74A03F1263b17
Octal1273013671120774467327
Binary10101111100010111101111001010011111110010011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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