Shades of Tyrian Purple #500749
Tints of Tyrian Purple #500749
RGB
CMYK
RGB Variations
Color information
#500749 (or 0x500749) is known color: Tyrian Purple. HEX triplet: 50, 07 and 49. RGB value is (80,7,73). Sum of RGB (Red+Green+Blue) = 80+7+73=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #500749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500749 is #AFF8B6. Grayscale: #242424. Windows color (decimal): -11532471 or 4786000. OLE color: 4786000.
HSL color Cylindrical-coordinate representation of color #500749: hue angle of 305.75º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500749 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 73 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.69 |
| HSL | 305.75º | 0.84% | 0.17% | - |
| HSV(B) | 305.75º | 0.91% | 0.31% | - |
| XYZ | 4.59 | 2.34 | 6.51 | - |
| YUV | 36.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 73 | 0 | 0.91 | 0.09 | 0.69 | 305.75 | 0.84 | 0.17 |
| Hex | 50 | 7 | 49 | 0 | 5B | 9 | 45 | 132 | 54 | 11 |
| Octal | 120 | 7 | 111 | 0 | 133 | 11 | 105 | 462 | 124 | 21 |
| Binary | 1010000 | 111 | 1001001 | 0 | 1011011 | 1001 | 1000101 | 100110010 | 1010100 | 10001 |
Color Harmonies of #500749
Complementary color
Monochromatic Colors of #500749
Black with #500749
Text Example
Text Example
White with #500749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500749; }
p { color: rgb(80,7,73); }
H1.HeaderClassName
{
color: #500749;
}
.AnyTagClassName
{
color: #500749;
}
</style>
background-color css
<style>
a { background-color: #500749; }
a { background-color: rgb(80,7,73); }
div.DivClassName
{
background-color: #500749;
}
.BgClassName
{
background-color: #500749;
}
</style>
border-color css
<style>
span { border-color: #500749; }
span { border-color: rgb(80,7,73); }
td.TdClassName
{
border-color: #500749;
}
.TagClassName
{
border-color: #500749;
}
</style>