#57155B

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

Shades of Hot Purple #57155B

Tints of Hot Purple #57155B

Color information

#57155B (or 0x57155B) is unknown color: approx Hot Purple. HEX triplet: 57, 15 and 5B. RGB value is (87,21,91). Sum of RGB (Red+Green+Blue) = 87+21+91=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #57155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57155B is #A8EAA4. Grayscale: #303030. Windows color (decimal): -11070117 or 5969239. OLE color: 5969239.

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

Color convert

RGB872191-
CMYK0.040.7700.64
HSL296.57º62.5%21.96%-
HSV(B)296.57º76.92%35.69%-
XYZ6.093.3210.22-
YUV48.71151.87155.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=43.72%
G=10.55%
B=45.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8721910.040.7700.64296.5762.521.96
Hex57155B44D0401293e16
Octal12725133411501004517626
Binary101011110101101101110010011010100000010010100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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