#53205F

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

Shades of Hot Purple #53205F

Tints of Hot Purple #53205F

Color information

#53205F (or 0x53205F) is unknown color: approx Hot Purple. HEX triplet: 53, 20 and 5F. RGB value is (83,32,95). Sum of RGB (Red+Green+Blue) = 83+32+95=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #53205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53205F is #ACDFA0. Grayscale: #363636. Windows color (decimal): -11329441 or 6234195. OLE color: 6234195.

HSL color Cylindrical-coordinate representation of color #53205F: hue angle of 288.57º degrees, saturation: 0.5, 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 #53205F is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB833295-
CMYK0.130.6600.63
HSL288.57º49.61%24.9%-
HSV(B)288.57º66.32%37.25%-
XYZ6.153.711.22-
YUV54.43150.9148.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=39.52%
G=15.24%
B=45.24%

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
Decimal8332950.130.6600.63288.5749.6124.9
Hex53205FD4203F1213219
Octal12340137151020774416231
Binary1010011100000101111111011000010011111110010000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53205F; }

 p { color: rgb(83,32,95); }

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

<style>
 a { background-color: #53205F; }

 a { background-color: rgb(83,32,95); }

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

<style>
 span { border-color: #53205F; }

 span { border-color: rgb(83,32,95); }

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