#57205D

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

Shades of Hot Purple #57205D

Tints of Hot Purple #57205D

Color information

#57205D (or 0x57205D) is unknown color: approx Hot Purple. HEX triplet: 57, 20 and 5D. RGB value is (87,32,93). Sum of RGB (Red+Green+Blue) = 87+32+93=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #57205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57205D is #A8DFA2. Grayscale: #373737. Windows color (decimal): -11067299 or 6103127. OLE color: 6103127.

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

Color convert

RGB873293-
CMYK0.060.6600.64
HSL294.1º48.8%24.51%-
HSV(B)294.1º65.59%36.47%-
XYZ6.423.8510.76-
YUV55.4149.22150.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=41.04%
G=15.09%
B=43.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8732930.060.6600.64294.148.824.51
Hex57205D6420401263119
Octal12740135610201004466131
Binary1010111100000101110111010000100100000010010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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