Html Css Color HEX #500D49 Tyrian Purple

📋 copy color: '#500D49'

red 80 ◦ green 13 ◦ blue 73

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

Shades of Tyrian Purple #500D49

Tints of Tyrian Purple #500D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.83%

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

R = 48.19%
G = 7.83%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#500D49 (or 0x500D49) is known color: Tyrian Purple. HEX triplet: 50, 0D and 49. RGB value is (80,13,73). Sum of RGB (Red+Green+Blue) = 80+13+73=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #500D49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D49 is #AFF2B6. Grayscale: #272727. Windows color (decimal): -11530935 or 4787536. OLE color: 4787536.

HSL color Cylindrical-coordinate representation of color #500D49: hue angle of 306.27º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D49 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 13 73 -
CMYK 0 0.84 0.09 0.69
HSL 306.27º 0.72% 0.18% -
HSV(B) 306.27º 0.84% 0.31% -
XYZ 4.65 2.47 6.54 -
YUV 39.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 80 13 73 0 0.84 0.09 0.69 306.27 0.72 0.18
Hex 50 D 49 0 54 9 45 132 48 12
Octal 120 15 111 0 124 11 105 462 110 22
Binary 1010000 1101 1001001 0 1010100 1001 1000101 100110010 1001000 10010

Color Harmonies of #500D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D49

Black with #500D49

Text Example


Text Example

White with #500D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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