#52205E

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

Shades of Hot Purple #52205E

Tints of Hot Purple #52205E

Color information

#52205E (or 0x52205E) is unknown color: approx Hot Purple. HEX triplet: 52, 20 and 5E. RGB value is (82,32,94). Sum of RGB (Red+Green+Blue) = 82+32+94=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #52205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52205E is #ADDFA1. Grayscale: #353535. Windows color (decimal): -11394978 or 6168658. OLE color: 6168658.

HSL color Cylindrical-coordinate representation of color #52205E: hue angle of 288.39º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52205E is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB823294-
CMYK0.130.6600.63
HSL288.39º49.21%24.71%-
HSV(B)288.39º65.96%36.86%-
XYZ6.023.6410.97-
YUV54.02150.56147.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=39.42%
G=15.38%
B=45.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8232940.130.6600.63288.3949.2124.71
Hex52205ED4203F1203119
Octal12240136151020774406131
Binary1010010100000101111011011000010011111110010000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,32,94); }

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

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

 a { background-color: rgb(82,32,94); }

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

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

 span { border-color: rgb(82,32,94); }

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