#57115A

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

Shades of Hot Purple #57115A

Tints of Hot Purple #57115A

Color information

#57115A (or 0x57115A) is unknown color: approx Hot Purple. HEX triplet: 57, 11 and 5A. RGB value is (87,17,90). Sum of RGB (Red+Green+Blue) = 87+17+90=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #57115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57115A is #A8EEA5. Grayscale: #2E2E2E. Windows color (decimal): -11071142 or 5902679. OLE color: 5902679.

HSL color Cylindrical-coordinate representation of color #57115A: hue angle of 297.53º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #57115A is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB871790-
CMYK0.030.8100.65
HSL297.53º68.22%20.98%-
HSV(B)297.53º81.11%35.29%-
XYZ5.983.179.97-
YUV46.25152.69157.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=44.85%
G=8.76%
B=46.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8717900.030.8100.65297.5368.2220.98
Hex57115A35104112a4415
Octal127211323121010145210425
Binary101011110001101101011101000101000001100101010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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