Html Css Color HEX #500A49 Tyrian Purple

📋 copy color: '#500A49'

red 80 ◦ green 10 ◦ blue 73

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

Shades of Tyrian Purple #500A49

Tints of Tyrian Purple #500A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.13%

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

R = 49.08%
G = 6.13%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#500A49 (or 0x500A49) is known color: Tyrian Purple. HEX triplet: 50, 0A and 49. RGB value is (80,10,73). Sum of RGB (Red+Green+Blue) = 80+10+73=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #500A49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A49 is #AFF5B6. Grayscale: #252525. Windows color (decimal): -11531703 or 4786768. OLE color: 4786768.

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

Color convert

RGB 80 10 73 -
CMYK 0 0.87 0.09 0.69
HSL 306º 0.78% 0.18% -
HSV(B) 306º 0.88% 0.31% -
XYZ 4.62 2.4 6.52 -
YUV 38.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 80 10 73 0 0.87 0.09 0.69 306 0.78 0.18
Hex 50 A 49 0 57 9 45 132 4E 12
Octal 120 12 111 0 127 11 105 462 116 22
Binary 1010000 1010 1001001 0 1010111 1001 1000101 100110010 1001110 10010

Color Harmonies of #500A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500A49

Black with #500A49

Text Example


Text Example

White with #500A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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