Shades of Tyrian Purple #78063A
Tints of Tyrian Purple #78063A
RGB
CMYK
RGB Variations
Color information
#78063A (or 0x78063A) is known color: Tyrian Purple. HEX triplet: 78, 06 and 3A. RGB value is (120,6,58). Sum of RGB (Red+Green+Blue) = 120+6+58=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78063A is #87F9C5. Grayscale: #2D2D2D. Windows color (decimal): -8911302 or 3802744. OLE color: 3802744.
HSL color Cylindrical-coordinate representation of color #78063A: hue angle of 332.63º 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 #78063A is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 58 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.53 |
| HSL | 332.63º | 0.9% | 0.25% | - |
| HSV(B) | 332.63º | 0.95% | 0.47% | - |
| XYZ | 8.57 | 4.43 | 4.41 | - |
| YUV | 46.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 58 | 0 | 0.95 | 0.52 | 0.53 | 332.63 | 0.9 | 0.25 |
| Hex | 78 | 6 | 3A | 0 | 5F | 34 | 35 | 14D | 5A | 19 |
| Octal | 170 | 6 | 72 | 0 | 137 | 64 | 65 | 515 | 132 | 31 |
| Binary | 1111000 | 110 | 111010 | 0 | 1011111 | 110100 | 110101 | 101001101 | 1011010 | 11001 |
Color Harmonies of #78063A
Complementary color
Monochromatic Colors of #78063A
Black with #78063A
Text Example
Text Example
White with #78063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78063A; }
p { color: rgb(120,6,58); }
H1.HeaderClassName
{
color: #78063A;
}
.AnyTagClassName
{
color: #78063A;
}
</style>
background-color css
<style>
a { background-color: #78063A; }
a { background-color: rgb(120,6,58); }
div.DivClassName
{
background-color: #78063A;
}
.BgClassName
{
background-color: #78063A;
}
</style>
border-color css
<style>
span { border-color: #78063A; }
span { border-color: rgb(120,6,58); }
td.TdClassName
{
border-color: #78063A;
}
.TagClassName
{
border-color: #78063A;
}
</style>