Html Css Color HEX #50004D Tyrian Purple

📋 copy color: '#50004D'

red 80 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #50004D

Tints of Tyrian Purple #50004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.96%
G = 0%
B = 49.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50004D (or 0x50004D) is known color: Tyrian Purple. HEX triplet: 50, 00 and 4D. RGB value is (80,0,77). Sum of RGB (Red+Green+Blue) = 80+0+77=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50004D is #AFFFB2. Grayscale: #202020. Windows color (decimal): -11534259 or 5046352. OLE color: 5046352.

HSL color Cylindrical-coordinate representation of color #50004D: hue angle of 302.25º 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 #50004D is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 77 -
CMYK 0 1 0.04 0.69
HSL 302.25º 1% 0.16% -
HSV(B) 302.25º 1% 0.31% -
XYZ 4.65 2.24 7.21 -
YUV 32.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 80 0 77 0 1 0.04 0.69 302.25 1 0.16
Hex 50 0 4D 0 64 4 45 12E 64 10
Octal 120 0 115 0 144 4 105 456 144 20
Binary 1010000 0 1001101 0 1100100 100 1000101 100101110 1100100 10000

Color Harmonies of #50004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50004D

Black with #50004D

Text Example


Text Example

White with #50004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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