Html Css Color HEX #50204D Hot Purple

📋 copy color: '#50204D'

red 80 ◦ green 32 ◦ blue 77

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

Shades of Hot Purple #50204D

Tints of Hot Purple #50204D

RGB

 RED value IS 80 (31.64% from 255) = 42.33%

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

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 42.33%
G = 16.93%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50204D (or 0x50204D) is known color: Hot Purple. HEX triplet: 50, 20 and 4D. RGB value is (80,32,77). Sum of RGB (Red+Green+Blue) = 80+32+77=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #50204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50204D is #AFDFB2. Grayscale: #333333. Windows color (decimal): -11526067 or 5054544. OLE color: 5054544.

HSL color Cylindrical-coordinate representation of color #50204D: hue angle of 303.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50204D is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 77 -
CMYK 0 0.60 0.04 0.69
HSL 303.75º 0.43% 0.22% -
HSV(B) 303.75º 0.6% 0.31% -
XYZ 5.16 3.27 7.38 -
YUV 51.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 80 32 77 0 0.60 0.04 0.69 303.75 0.43 0.22
Hex 50 20 4D 0 3C 4 45 130 2B 16
Octal 120 40 115 0 74 4 105 460 53 26
Binary 1010000 100000 1001101 0 111100 100 1000101 100110000 101011 10110

Color Harmonies of #50204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50204D

Black with #50204D

Text Example


Text Example

White with #50204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,32,77); }

 H1.HeaderClassName
 {
   color: #50204D;
 }
 .AnyTagClassName
 {
   color: #50204D;
 }
</style>

background-color css

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

 a { background-color: rgb(80,32,77); }

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

border-color css

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

 span { border-color: rgb(80,32,77); }

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