#57135C

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

Shades of Hot Purple #57135C

Tints of Hot Purple #57135C

Color information

#57135C (or 0x57135C) is unknown color: approx Hot Purple. HEX triplet: 57, 13 and 5C. RGB value is (87,19,92). Sum of RGB (Red+Green+Blue) = 87+19+92=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #57135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57135C is #A8ECA3. Grayscale: #2F2F2F. Windows color (decimal): -11070628 or 6034263. OLE color: 6034263.

HSL color Cylindrical-coordinate representation of color #57135C: hue angle of 295.89º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57135C is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB871992-
CMYK0.050.7900.64
HSL295.89º65.77%21.76%-
HSV(B)295.89º79.35%36.08%-
XYZ6.13.2610.43-
YUV47.65153.03156.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=43.94%
G=9.60%
B=46.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8719920.050.7900.64295.8965.7721.76
Hex57135C54F0401284216
Octal127231345117010045010226
Binary1010111100111011100101100111101000000100101000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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