Html Css Color HEX #50054D Tyrian Purple

📋 copy color: '#50054D'

red 80 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #50054D

Tints of Tyrian Purple #50054D

RGB

 RED value IS 80 (31.64% from 255) = 49.38%

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 77 (30.47% from 255) = 47.53%

R = 49.38%
G = 3.09%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50054D (or 0x50054D) is known color: Tyrian Purple. HEX triplet: 50, 05 and 4D. RGB value is (80,5,77). Sum of RGB (Red+Green+Blue) = 80+5+77=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50054D is #AFFAB2. Grayscale: #232323. Windows color (decimal): -11532979 or 5047632. OLE color: 5047632.

HSL color Cylindrical-coordinate representation of color #50054D: hue angle of 302.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50054D is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 77 -
CMYK 0 0.94 0.04 0.69
HSL 302.4º 0.88% 0.17% -
HSV(B) 302.4º 0.94% 0.31% -
XYZ 4.7 2.35 7.23 -
YUV 35.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 80 5 77 0 0.94 0.04 0.69 302.4 0.88 0.17
Hex 50 5 4D 0 5E 4 45 12E 58 11
Octal 120 5 115 0 136 4 105 456 130 21
Binary 1010000 101 1001101 0 1011110 100 1000101 100101110 1011000 10001

Color Harmonies of #50054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50054D

Black with #50054D

Text Example


Text Example

White with #50054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50054D; }

 p { color: rgb(80,5,77); }

 H1.HeaderClassName
 {
   color: #50054D;
 }
 .AnyTagClassName
 {
   color: #50054D;
 }
</style>

background-color css

<style>
 a { background-color: #50054D; }

 a { background-color: rgb(80,5,77); }

 div.DivClassName
 {
   background-color: #50054D;
 }
 .BgClassName
 {
   background-color: #50054D;
 }
</style>

border-color css

<style>
 span { border-color: #50054D; }

 span { border-color: rgb(80,5,77); }

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