#57115B

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

Shades of Hot Purple #57115B

Tints of Hot Purple #57115B

Color information

#57115B (or 0x57115B) is unknown color: approx Hot Purple. HEX triplet: 57, 11 and 5B. RGB value is (87,17,91). Sum of RGB (Red+Green+Blue) = 87+17+91=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #57115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57115B is #A8EEA4. Grayscale: #2E2E2E. Windows color (decimal): -11071141 or 5968215. OLE color: 5968215.

HSL color Cylindrical-coordinate representation of color #57115B: hue angle of 296.76º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #57115B is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB871791-
CMYK0.040.8100.64
HSL296.76º68.52%21.18%-
HSV(B)296.76º81.32%35.69%-
XYZ6.023.1810.19-
YUV46.37153.19156.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=44.62%
G=8.72%
B=46.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8717910.040.8100.64296.7668.5221.18
Hex57115B4510401294515
Octal127211334121010045110525
Binary1010111100011011011100101000101000000100101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57115B; }

 p { color: rgb(87,17,91); }

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

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

 a { background-color: rgb(87,17,91); }

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

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

 span { border-color: rgb(87,17,91); }

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