Shades of Tyrian Purple #78064C
Tints of Tyrian Purple #78064C
RGB
CMYK
RGB Variations
Color information
#78064C (or 0x78064C) is known color: Tyrian Purple. HEX triplet: 78, 06 and 4C. RGB value is (120,6,76). Sum of RGB (Red+Green+Blue) = 120+6+76=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78064C is #87F9B3. Grayscale: #2F2F2F. Windows color (decimal): -8911284 or 4982392. OLE color: 4982392.
HSL color Cylindrical-coordinate representation of color #78064C: hue angle of 323.16º 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 #78064C is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 76 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.53 |
| HSL | 323.16º | 0.9% | 0.25% | - |
| HSV(B) | 323.16º | 0.95% | 0.47% | - |
| XYZ | 9.12 | 4.65 | 7.25 | - |
| YUV | 48.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 76 | 0 | 0.95 | 0.37 | 0.53 | 323.16 | 0.9 | 0.25 |
| Hex | 78 | 6 | 4C | 0 | 5F | 25 | 35 | 143 | 5A | 19 |
| Octal | 170 | 6 | 114 | 0 | 137 | 45 | 65 | 503 | 132 | 31 |
| Binary | 1111000 | 110 | 1001100 | 0 | 1011111 | 100101 | 110101 | 101000011 | 1011010 | 11001 |
Color Harmonies of #78064C
Complementary color
Monochromatic Colors of #78064C
Black with #78064C
Text Example
Text Example
White with #78064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78064C; }
p { color: rgb(120,6,76); }
H1.HeaderClassName
{
color: #78064C;
}
.AnyTagClassName
{
color: #78064C;
}
</style>
background-color css
<style>
a { background-color: #78064C; }
a { background-color: rgb(120,6,76); }
div.DivClassName
{
background-color: #78064C;
}
.BgClassName
{
background-color: #78064C;
}
</style>
border-color css
<style>
span { border-color: #78064C; }
span { border-color: rgb(120,6,76); }
td.TdClassName
{
border-color: #78064C;
}
.TagClassName
{
border-color: #78064C;
}
</style>