Shades of Tyrian Purple #790B4E
Tints of Tyrian Purple #790B4E
RGB
CMYK
RGB Variations
Color information
#790B4E (or 0x790B4E) is known color: Tyrian Purple. HEX triplet: 79, 0B and 4E. RGB value is (121,11,78). Sum of RGB (Red+Green+Blue) = 121+11+78=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #790B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B4E is #86F4B1. Grayscale: #333333. Windows color (decimal): -8844466 or 5114745. OLE color: 5114745.
HSL color Cylindrical-coordinate representation of color #790B4E: hue angle of 323.45º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790B4E is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 78 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.53 |
| HSL | 323.45º | 0.83% | 0.26% | - |
| HSV(B) | 323.45º | 0.91% | 0.47% | - |
| XYZ | 9.38 | 4.85 | 7.65 | - |
| YUV | 51.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 78 | 0 | 0.91 | 0.36 | 0.53 | 323.45 | 0.83 | 0.26 |
| Hex | 79 | B | 4E | 0 | 5B | 24 | 35 | 143 | 53 | 1A |
| Octal | 171 | 13 | 116 | 0 | 133 | 44 | 65 | 503 | 123 | 32 |
| Binary | 1111001 | 1011 | 1001110 | 0 | 1011011 | 100100 | 110101 | 101000011 | 1010011 | 11010 |
Color Harmonies of #790B4E
Complementary color
Monochromatic Colors of #790B4E
Black with #790B4E
Text Example
Text Example
White with #790B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B4E; }
p { color: rgb(121,11,78); }
H1.HeaderClassName
{
color: #790B4E;
}
.AnyTagClassName
{
color: #790B4E;
}
</style>
background-color css
<style>
a { background-color: #790B4E; }
a { background-color: rgb(121,11,78); }
div.DivClassName
{
background-color: #790B4E;
}
.BgClassName
{
background-color: #790B4E;
}
</style>
border-color css
<style>
span { border-color: #790B4E; }
span { border-color: rgb(121,11,78); }
td.TdClassName
{
border-color: #790B4E;
}
.TagClassName
{
border-color: #790B4E;
}
</style>