#50204E

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

Shades of Hot Purple #50204E

Tints of Hot Purple #50204E

Color information

#50204E (or 0x50204E) is unknown color: approx Hot Purple. HEX triplet: 50, 20 and 4E. RGB value is (80,32,78). Sum of RGB (Red+Green+Blue) = 80+32+78=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50204E is #AFDFB1. Grayscale: #333333. Windows color (decimal): -11526066 or 5120080. OLE color: 5120080.

HSL color Cylindrical-coordinate representation of color #50204E: hue angle of 302.5º 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 #50204E is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB803278-
CMYK00.600.020.69
HSL302.5º42.86%21.96%-
HSV(B)302.5º60%31.37%-
XYZ5.23.297.57-
YUV51.6142.9148.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=42.11%
G=16.84%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80327800.600.020.69302.542.8621.96
Hex50204E03C24512e2b16
Octal1204011607421054565326
Binary10100001000001001110011110010100010110010111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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