#57285E

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

Shades of Hot Purple #57285E

Tints of Hot Purple #57285E

Color information

#57285E (or 0x57285E) is unknown color: approx Hot Purple. HEX triplet: 57, 28 and 5E. RGB value is (87,40,94). Sum of RGB (Red+Green+Blue) = 87+40+94=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #57285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57285E is #A8D7A1. Grayscale: #3C3C3C. Windows color (decimal): -11065250 or 6170711. OLE color: 6170711.

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

Color convert

RGB874094-
CMYK0.070.5700.63
HSL292.22º40.3%26.27%-
HSV(B)292.22º57.45%36.86%-
XYZ6.714.3511.08-
YUV60.21147.07147.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.37%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=39.37%
G=18.10%
B=42.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8740940.070.5700.63292.2240.326.27
Hex57285E73903F124281a
Octal127501367710774445032
Binary10101111010001011110111111001011111110010010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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