Shades of Tyrian Purple #78073D
Tints of Tyrian Purple #78073D
RGB
CMYK
RGB Variations
Color information
#78073D (or 0x78073D) is known color: Tyrian Purple. HEX triplet: 78, 07 and 3D. RGB value is (120,7,61). Sum of RGB (Red+Green+Blue) = 120+7+61=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #78073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78073D is #87F8C2. Grayscale: #2E2E2E. Windows color (decimal): -8911043 or 3999608. OLE color: 3999608.
HSL color Cylindrical-coordinate representation of color #78073D: hue angle of 331.33º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78073D is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 61 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.53 |
| HSL | 331.33º | 0.89% | 0.25% | - |
| HSV(B) | 331.33º | 0.94% | 0.47% | - |
| XYZ | 8.66 | 4.48 | 4.82 | - |
| YUV | 46.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 61 | 0 | 0.94 | 0.49 | 0.53 | 331.33 | 0.89 | 0.25 |
| Hex | 78 | 7 | 3D | 0 | 5E | 31 | 35 | 14B | 59 | 19 |
| Octal | 170 | 7 | 75 | 0 | 136 | 61 | 65 | 513 | 131 | 31 |
| Binary | 1111000 | 111 | 111101 | 0 | 1011110 | 110001 | 110101 | 101001011 | 1011001 | 11001 |
Color Harmonies of #78073D
Complementary color
Monochromatic Colors of #78073D
Black with #78073D
Text Example
Text Example
White with #78073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78073D; }
p { color: rgb(120,7,61); }
H1.HeaderClassName
{
color: #78073D;
}
.AnyTagClassName
{
color: #78073D;
}
</style>
background-color css
<style>
a { background-color: #78073D; }
a { background-color: rgb(120,7,61); }
div.DivClassName
{
background-color: #78073D;
}
.BgClassName
{
background-color: #78073D;
}
</style>
border-color css
<style>
span { border-color: #78073D; }
span { border-color: rgb(120,7,61); }
td.TdClassName
{
border-color: #78073D;
}
.TagClassName
{
border-color: #78073D;
}
</style>