#57155A

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

Shades of Hot Purple #57155A

Tints of Hot Purple #57155A

Color information

#57155A (or 0x57155A) is unknown color: approx Hot Purple. HEX triplet: 57, 15 and 5A. RGB value is (87,21,90). Sum of RGB (Red+Green+Blue) = 87+21+90=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #57155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57155A is #A8EAA5. Grayscale: #303030. Windows color (decimal): -11070118 or 5903703. OLE color: 5903703.

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

Color convert

RGB872190-
CMYK0.030.7700.65
HSL297.39º62.16%21.76%-
HSV(B)297.39º76.67%35.29%-
XYZ6.043.39.99-
YUV48.6151.37155.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=43.94%
G=10.61%
B=45.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8721900.030.7700.65297.3962.1621.76
Hex57155A34D0411293e16
Octal12725132311501014517626
Binary10101111010110110101110011010100000110010100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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