Html Css Color HEX #50004E Tyrian Purple

📋 copy color: '#50004E'

red 80 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #50004E

Tints of Tyrian Purple #50004E

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

 M value IS 1

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 80 0 78 -
CMYK 0 1 0.02 0.69
HSL 301.5º 1% 0.16% -
HSV(B) 301.5º 1% 0.31% -
XYZ 4.68 2.26 7.4 -
YUV 32.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 80 0 78 0 1 0.02 0.69 301.5 1 0.16
Hex 50 0 4E 0 64 2 45 12E 64 10
Octal 120 0 116 0 144 2 105 456 144 20
Binary 1010000 0 1001110 0 1100100 10 1000101 100101110 1100100 10000

Color Harmonies of #50004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50004E

Black with #50004E

Text Example


Text Example

White with #50004E

Text Example


Text Example

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