#50014D

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

Shades of Tyrian Purple #50014D

Tints of Tyrian Purple #50014D

Color information

#50014D (or 0x50014D) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 4D. RGB value is (80,1,77). Sum of RGB (Red+Green+Blue) = 80+1+77=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50014D is #AFFEB2. Grayscale: #212121. Windows color (decimal): -11534003 or 5046608. OLE color: 5046608.

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

Color convert

RGB80177-
CMYK00.990.040.69
HSL302.28º97.53%15.88%-
HSV(B)302.28º98.75%31.37%-
XYZ4.662.267.21-
YUV33.28152.67161.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=50.63%
G=0.63%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8017700.990.040.69302.2897.5315.88
Hex5014D06344512e6210
Octal12011150143410545614220
Binary101000011001101011000111001000101100101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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