#50194C

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

Shades of Hot Purple #50194C

Tints of Hot Purple #50194C

Color information

#50194C (or 0x50194C) is unknown color: approx Hot Purple. HEX triplet: 50, 19 and 4C. RGB value is (80,25,76). Sum of RGB (Red+Green+Blue) = 80+25+76=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50194C is #AFE6B3. Grayscale: #2F2F2F. Windows color (decimal): -11527860 or 4987216. OLE color: 4987216.

HSL color Cylindrical-coordinate representation of color #50194C: hue angle of 304.36º 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 #50194C is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB802576-
CMYK00.690.050.69
HSL304.36º52.38%20.59%-
HSV(B)304.36º68.75%31.37%-
XYZ4.962.927.14-
YUV47.26144.22151.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=44.20%
G=13.81%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80257600.690.050.69304.3652.3820.59
Hex50194C0455451303415
Octal12031114010551054606425
Binary101000011001100110001000101101100010110011000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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