Html Css Color HEX #53205F Hot Purple

📋 copy color: '#53205F'

red 83 ◦ green 32 ◦ blue 95

#53205F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #53205F

Tints of Hot Purple #53205F

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 value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53205F (or 0x53205F) is known color: 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

RGB 83 32 95 -
CMYK 0.13 0.66 0 0.63
HSL 288.57º 0.5% 0.25% -
HSV(B) 288.57º 0.66% 0.37% -
XYZ 6.15 3.7 11.22 -
YUV 54.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 83 32 95 0.13 0.66 0 0.63 288.57 0.5 0.25
Hex 53 20 5F D 42 0 3F 121 32 19
Octal 123 40 137 15 102 0 77 441 62 31
Binary 1010011 100000 1011111 1101 1000010 0 111111 100100001 110010 11001

Color Harmonies of #53205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53205F

Black with #53205F

Text Example


Text Example

White with #53205F

Text Example


Text Example

HTML Codes & Css Web 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>