Shades of Tyrian Purple #790C3D
Tints of Tyrian Purple #790C3D
RGB
CMYK
RGB Variations
Color information
#790C3D (or 0x790C3D) is known color: Tyrian Purple. HEX triplet: 79, 0C and 3D. RGB value is (121,12,61). Sum of RGB (Red+Green+Blue) = 121+12+61=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #790C3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C3D is #86F3C2. Grayscale: #323232. Windows color (decimal): -8844227 or 4000889. OLE color: 4000889.
HSL color Cylindrical-coordinate representation of color #790C3D: hue angle of 333.03º 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 #790C3D is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 61 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.53 |
| HSL | 333.03º | 0.82% | 0.26% | - |
| HSV(B) | 333.03º | 0.9% | 0.47% | - |
| XYZ | 8.86 | 4.66 | 4.85 | - |
| YUV | 50.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 61 | 0 | 0.90 | 0.50 | 0.53 | 333.03 | 0.82 | 0.26 |
| Hex | 79 | C | 3D | 0 | 5A | 32 | 35 | 14D | 52 | 1A |
| Octal | 171 | 14 | 75 | 0 | 132 | 62 | 65 | 515 | 122 | 32 |
| Binary | 1111001 | 1100 | 111101 | 0 | 1011010 | 110010 | 110101 | 101001101 | 1010010 | 11010 |
Color Harmonies of #790C3D
Complementary color
Monochromatic Colors of #790C3D
Black with #790C3D
Text Example
Text Example
White with #790C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C3D; }
p { color: rgb(121,12,61); }
H1.HeaderClassName
{
color: #790C3D;
}
.AnyTagClassName
{
color: #790C3D;
}
</style>
background-color css
<style>
a { background-color: #790C3D; }
a { background-color: rgb(121,12,61); }
div.DivClassName
{
background-color: #790C3D;
}
.BgClassName
{
background-color: #790C3D;
}
</style>
border-color css
<style>
span { border-color: #790C3D; }
span { border-color: rgb(121,12,61); }
td.TdClassName
{
border-color: #790C3D;
}
.TagClassName
{
border-color: #790C3D;
}
</style>