Html Css Color HEX #53204F Hot Purple

📋 copy color: '#53204F'

red 83 ◦ green 32 ◦ blue 79

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

Shades of Hot Purple #53204F

Tints of Hot Purple #53204F

RGB

 RED value IS 83 (32.81% from 255) = 42.78%

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 79 (31.25% from 255) = 40.72%

R = 42.78%
G = 16.49%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53204F (or 0x53204F) is known color: Hot Purple. HEX triplet: 53, 20 and 4F. RGB value is (83,32,79). Sum of RGB (Red+Green+Blue) = 83+32+79=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53204F is #ACDFB0. Grayscale: #343434. Windows color (decimal): -11329457 or 5185619. OLE color: 5185619.

HSL color Cylindrical-coordinate representation of color #53204F: hue angle of 304.71º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53204F is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 79 -
CMYK 0 0.61 0.05 0.67
HSL 304.71º 0.44% 0.23% -
HSV(B) 304.71º 0.61% 0.33% -
XYZ 5.5 3.44 7.77 -
YUV 52.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 83 32 79 0 0.61 0.05 0.67 304.71 0.44 0.23
Hex 53 20 4F 0 3D 5 43 131 2C 17
Octal 123 40 117 0 75 5 103 461 54 27
Binary 1010011 100000 1001111 0 111101 101 1000011 100110001 101100 10111

Color Harmonies of #53204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53204F

Black with #53204F

Text Example


Text Example

White with #53204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53204F;
 }
 .AnyTagClassName
 {
   color: #53204F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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