#57285F

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

Shades of Hot Purple #57285F

Tints of Hot Purple #57285F

Color information

#57285F (or 0x57285F) is unknown color: approx Hot Purple. HEX triplet: 57, 28 and 5F. RGB value is (87,40,95). Sum of RGB (Red+Green+Blue) = 87+40+95=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #57285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57285F is #A8D7A0. Grayscale: #3C3C3C. Windows color (decimal): -11065249 or 6236247. OLE color: 6236247.

HSL color Cylindrical-coordinate representation of color #57285F: hue angle of 291.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57285F is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB874095-
CMYK0.080.5800.63
HSL291.27º40.74%26.47%-
HSV(B)291.27º57.89%37.25%-
XYZ6.754.3711.31-
YUV60.32147.57147.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=39.19%
G=18.02%
B=42.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8740950.080.5800.63291.2740.7426.47
Hex57285F83A03F123291a
Octal1275013710720774435132
Binary101011110100010111111000111010011111110010001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57285F; }

 p { color: rgb(87,40,95); }

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

<style>
 a { background-color: #57285F; }

 a { background-color: rgb(87,40,95); }

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

<style>
 span { border-color: #57285F; }

 span { border-color: rgb(87,40,95); }

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