Html Css Color HEX #50014E Tyrian Purple

📋 copy color: '#50014E'

red 80 ◦ green 1 ◦ blue 78

#50014E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #50014E

Tints of Tyrian Purple #50014E

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 value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50014E (or 0x50014E) is known color: 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

RGB 80 1 78 -
CMYK 0 0.99 0.02 0.69
HSL 301.52º 0.98% 0.16% -
HSV(B) 301.52º 0.99% 0.31% -
XYZ 4.69 2.28 7.4 -
YUV 33.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 80 1 78 0 0.99 0.02 0.69 301.52 0.98 0.16
Hex 50 1 4E 0 63 2 45 12E 62 10
Octal 120 1 116 0 143 2 105 456 142 20
Binary 1010000 1 1001110 0 1100011 10 1000101 100101110 1100010 10000

Color Harmonies of #50014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50014E

Black with #50014E

Text Example


Text Example

White with #50014E

Text Example


Text Example

HTML Codes & Css Web 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>