#50014E

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

Shades of Tyrian Purple #50014E

Tints of Tyrian Purple #50014E

Color information

#50014E (or 0x50014E) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 4E. RGB value is (80,1,78). Sum of RGB (Red+Green+Blue) = 80+1+78=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50014E is #AFFEB1. Grayscale: #212121. Windows color (decimal): -11534002 or 5112144. OLE color: 5112144.

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

Color convert

RGB80178-
CMYK00.990.020.69
HSL301.52º97.53%15.88%-
HSV(B)301.52º98.75%31.37%-
XYZ4.692.287.4-
YUV33.4153.17161.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=50.31%
G=0.63%
B=49.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8017800.990.020.69301.5297.5315.88
Hex5014E06324512e6210
Octal12011160143210545614220
Binary10100001100111001100011101000101100101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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