Html Css Color HEX #50014D Tyrian Purple

📋 copy color: '#50014D'

red 80 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #50014D

Tints of Tyrian Purple #50014D

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

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 80 1 77 -
CMYK 0 0.99 0.04 0.69
HSL 302.28º 0.98% 0.16% -
HSV(B) 302.28º 0.99% 0.31% -
XYZ 4.66 2.26 7.21 -
YUV 33.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 80 1 77 0 0.99 0.04 0.69 302.28 0.98 0.16
Hex 50 1 4D 0 63 4 45 12E 62 10
Octal 120 1 115 0 143 4 105 456 142 20
Binary 1010000 1 1001101 0 1100011 100 1000101 100101110 1100010 10000

Color Harmonies of #50014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50014D

Black with #50014D

Text Example


Text Example

White with #50014D

Text Example


Text Example

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