#57135A

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

Shades of Hot Purple #57135A

Tints of Hot Purple #57135A

Color information

#57135A (or 0x57135A) is unknown color: approx Hot Purple. HEX triplet: 57, 13 and 5A. RGB value is (87,19,90). Sum of RGB (Red+Green+Blue) = 87+19+90=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #57135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57135A is #A8ECA5. Grayscale: #2F2F2F. Windows color (decimal): -11070630 or 5903191. OLE color: 5903191.

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

Color convert

RGB871990-
CMYK0.030.7900.65
HSL297.46º65.14%21.37%-
HSV(B)297.46º78.89%35.29%-
XYZ6.013.239.98-
YUV47.43152.03156.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=44.39%
G=9.69%
B=45.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8719900.030.7900.65297.4665.1421.37
Hex57135A34F0411294115
Octal127231323117010145110125
Binary101011110011101101011100111101000001100101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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