Html Css Color HEX #500049 Tyrian Purple

📋 copy color: '#500049'

red 80 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #500049

Tints of Tyrian Purple #500049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 47.71%

R = 52.29%
G = 0%
B = 47.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#500049 (or 0x500049) is known color: Tyrian Purple. HEX triplet: 50, 00 and 49. RGB value is (80,0,73). Sum of RGB (Red+Green+Blue) = 80+0+73=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500049 is #AFFFB6. Grayscale: #202020. Windows color (decimal): -11534263 or 4784208. OLE color: 4784208.

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

Color convert

RGB 80 0 73 -
CMYK 0 1 0.09 0.69
HSL 305.25º 1% 0.16% -
HSV(B) 305.25º 1% 0.31% -
XYZ 4.51 2.19 6.49 -
YUV 32.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 80 0 73 0 1 0.09 0.69 305.25 1 0.16
Hex 50 0 49 0 64 9 45 131 64 10
Octal 120 0 111 0 144 11 105 461 144 20
Binary 1010000 0 1001001 0 1100100 1001 1000101 100110001 1100100 10000

Color Harmonies of #500049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500049

Black with #500049

Text Example


Text Example

White with #500049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500049; }

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

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

background-color css

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

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

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

border-color css

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

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

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