#57305D

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

Shades of Hot Purple #57305D

Tints of Hot Purple #57305D

Color information

#57305D (or 0x57305D) is unknown color: approx Hot Purple. HEX triplet: 57, 30 and 5D. RGB value is (87,48,93). Sum of RGB (Red+Green+Blue) = 87+48+93=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #57305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57305D is #A8CFA2. Grayscale: #404040. Windows color (decimal): -11063203 or 6107223. OLE color: 6107223.

HSL color Cylindrical-coordinate representation of color #57305D: hue angle of 292º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57305D is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB874893-
CMYK0.060.4800.64
HSL292º31.91%27.65%-
HSV(B)292º48.39%36.47%-
XYZ6.964.9310.94-
YUV64.79143.92143.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=38.16%
G=21.05%
B=40.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8748930.060.4800.6429231.9127.65
Hex57305D630040124201c
Octal1276013566001004444034
Binary101011111000010111011101100000100000010010010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57305D; }

 p { color: rgb(87,48,93); }

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

<style>
 a { background-color: #57305D; }

 a { background-color: rgb(87,48,93); }

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

<style>
 span { border-color: #57305D; }

 span { border-color: rgb(87,48,93); }

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