#50194D

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

Shades of Hot Purple #50194D

Tints of Hot Purple #50194D

Color information

#50194D (or 0x50194D) is unknown color: approx Hot Purple. HEX triplet: 50, 19 and 4D. RGB value is (80,25,77). Sum of RGB (Red+Green+Blue) = 80+25+77=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50194D is #AFE6B2. Grayscale: #2F2F2F. Windows color (decimal): -11527859 or 5052752. OLE color: 5052752.

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

Color convert

RGB802577-
CMYK00.690.040.69
HSL303.27º52.38%20.59%-
HSV(B)303.27º68.75%31.37%-
XYZ52.947.32-
YUV47.37144.72151.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=43.96%
G=13.74%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80257700.690.040.69303.2752.3820.59
Hex50194D04544512f3415
Octal12031115010541054576425
Binary101000011001100110101000101100100010110010111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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