#50014A

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

Shades of Tyrian Purple #50014A

Tints of Tyrian Purple #50014A

Color information

#50014A (or 0x50014A) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 4A. RGB value is (80,1,74). Sum of RGB (Red+Green+Blue) = 80+1+74=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #50014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50014A is #AFFEB5. Grayscale: #202020. Windows color (decimal): -11534006 or 4850000. OLE color: 4850000.

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

Color convert

RGB80174-
CMYK00.990.080.69
HSL304.56º97.53%15.88%-
HSV(B)304.56º98.75%31.37%-
XYZ4.562.226.67-
YUV32.94151.17161.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=51.61%
G=0.65%
B=47.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8017400.990.080.69304.5697.5315.88
Hex5014A0638451316210
Octal120111201431010546114220
Binary1010000110010100110001110001000101100110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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