#57285C

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

Shades of Hot Purple #57285C

Tints of Hot Purple #57285C

Color information

#57285C (or 0x57285C) is unknown color: approx Hot Purple. HEX triplet: 57, 28 and 5C. RGB value is (87,40,92). Sum of RGB (Red+Green+Blue) = 87+40+92=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #57285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57285C is #A8D7A3. Grayscale: #3B3B3B. Windows color (decimal): -11065252 or 6039639. OLE color: 6039639.

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

Color convert

RGB874092-
CMYK0.050.5700.64
HSL294.23º39.39%25.88%-
HSV(B)294.23º56.52%36.08%-
XYZ6.624.3210.61-
YUV59.98146.07147.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=39.73%
G=18.26%
B=42.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8740920.050.5700.64294.2339.3925.88
Hex57285C539040126271a
Octal1275013457101004464732
Binary101011110100010111001011110010100000010010011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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