Shades of Tyrian Purple #790C37
Tints of Tyrian Purple #790C37
RGB
CMYK
RGB Variations
Color information
#790C37 (or 0x790C37) is known color: Tyrian Purple. HEX triplet: 79, 0C and 37. RGB value is (121,12,55). Sum of RGB (Red+Green+Blue) = 121+12+55=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #790C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C37 is #86F3C8. Grayscale: #313131. Windows color (decimal): -8844233 or 3607673. OLE color: 3607673.
HSL color Cylindrical-coordinate representation of color #790C37: hue angle of 336.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C37 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 55 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.53 |
| HSL | 336.33º | 0.82% | 0.26% | - |
| HSV(B) | 336.33º | 0.9% | 0.47% | - |
| XYZ | 8.71 | 4.6 | 4.04 | - |
| YUV | 49.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 55 | 0 | 0.90 | 0.55 | 0.53 | 336.33 | 0.82 | 0.26 |
| Hex | 79 | C | 37 | 0 | 5A | 37 | 35 | 150 | 52 | 1A |
| Octal | 171 | 14 | 67 | 0 | 132 | 67 | 65 | 520 | 122 | 32 |
| Binary | 1111001 | 1100 | 110111 | 0 | 1011010 | 110111 | 110101 | 101010000 | 1010010 | 11010 |
Color Harmonies of #790C37
Complementary color
Monochromatic Colors of #790C37
Black with #790C37
Text Example
Text Example
White with #790C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C37; }
p { color: rgb(121,12,55); }
H1.HeaderClassName
{
color: #790C37;
}
.AnyTagClassName
{
color: #790C37;
}
</style>
background-color css
<style>
a { background-color: #790C37; }
a { background-color: rgb(121,12,55); }
div.DivClassName
{
background-color: #790C37;
}
.BgClassName
{
background-color: #790C37;
}
</style>
border-color css
<style>
span { border-color: #790C37; }
span { border-color: rgb(121,12,55); }
td.TdClassName
{
border-color: #790C37;
}
.TagClassName
{
border-color: #790C37;
}
</style>