Shades of Tyrian Purple #78063B
Tints of Tyrian Purple #78063B
RGB
CMYK
RGB Variations
Color information
#78063B (or 0x78063B) is known color: Tyrian Purple. HEX triplet: 78, 06 and 3B. RGB value is (120,6,59). Sum of RGB (Red+Green+Blue) = 120+6+59=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78063B is #87F9C4. Grayscale: #2E2E2E. Windows color (decimal): -8911301 or 3868280. OLE color: 3868280.
HSL color Cylindrical-coordinate representation of color #78063B: hue angle of 332.11º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78063B is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 59 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.53 |
| HSL | 332.11º | 0.9% | 0.25% | - |
| HSV(B) | 332.11º | 0.95% | 0.47% | - |
| XYZ | 8.6 | 4.44 | 4.54 | - |
| YUV | 46.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 59 | 0 | 0.95 | 0.51 | 0.53 | 332.11 | 0.9 | 0.25 |
| Hex | 78 | 6 | 3B | 0 | 5F | 33 | 35 | 14C | 5A | 19 |
| Octal | 170 | 6 | 73 | 0 | 137 | 63 | 65 | 514 | 132 | 31 |
| Binary | 1111000 | 110 | 111011 | 0 | 1011111 | 110011 | 110101 | 101001100 | 1011010 | 11001 |
Color Harmonies of #78063B
Complementary color
Monochromatic Colors of #78063B
Black with #78063B
Text Example
Text Example
White with #78063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78063B; }
p { color: rgb(120,6,59); }
H1.HeaderClassName
{
color: #78063B;
}
.AnyTagClassName
{
color: #78063B;
}
</style>
background-color css
<style>
a { background-color: #78063B; }
a { background-color: rgb(120,6,59); }
div.DivClassName
{
background-color: #78063B;
}
.BgClassName
{
background-color: #78063B;
}
</style>
border-color css
<style>
span { border-color: #78063B; }
span { border-color: rgb(120,6,59); }
td.TdClassName
{
border-color: #78063B;
}
.TagClassName
{
border-color: #78063B;
}
</style>