#50004E

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

Shades of Tyrian Purple #50004E

Tints of Tyrian Purple #50004E

Color information

#50004E (or 0x50004E) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 4E. RGB value is (80,0,78). Sum of RGB (Red+Green+Blue) = 80+0+78=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50004E is #AFFFB1. Grayscale: #202020. Windows color (decimal): -11534258 or 5111888. OLE color: 5111888.

HSL color Cylindrical-coordinate representation of color #50004E: hue angle of 301.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50004E is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB80078-
CMYK010.020.69
HSL301.5º100%15.69%-
HSV(B)301.5º100%31.37%-
XYZ4.682.267.4-
YUV32.81153.5161.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=50.63%
G=0%
B=49.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80078010.020.69301.510015.69
Hex5004E06424512e6410
Octal12001160144210545614420
Binary10100000100111001100100101000101100101110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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