Shades of Tyrian Purple #78003F
Tints of Tyrian Purple #78003F
RGB
CMYK
RGB Variations
Color information
#78003F (or 0x78003F) is known color: Tyrian Purple. HEX triplet: 78, 00 and 3F. RGB value is (120,0,63). Sum of RGB (Red+Green+Blue) = 120+0+63=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78003F is #87FFC0. Grayscale: #2A2A2A. Windows color (decimal): -8912833 or 4128888. OLE color: 4128888.
HSL color Cylindrical-coordinate representation of color #78003F: hue angle of 328.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78003F is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.48 | 0.53 |
| HSL | 328.5º | 1% | 0.24% | - |
| HSV(B) | 328.5º | 1% | 0.47% | - |
| XYZ | 8.64 | 4.35 | 5.09 | - |
| YUV | 43.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 63 | 0 | 1 | 0.48 | 0.53 | 328.5 | 1 | 0.24 |
| Hex | 78 | 0 | 3F | 0 | 64 | 30 | 35 | 148 | 64 | 18 |
| Octal | 170 | 0 | 77 | 0 | 144 | 60 | 65 | 510 | 144 | 30 |
| Binary | 1111000 | 0 | 111111 | 0 | 1100100 | 110000 | 110101 | 101001000 | 1100100 | 11000 |
Color Harmonies of #78003F
Complementary color
Monochromatic Colors of #78003F
Black with #78003F
Text Example
Text Example
White with #78003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78003F; }
p { color: rgb(120,0,63); }
H1.HeaderClassName
{
color: #78003F;
}
.AnyTagClassName
{
color: #78003F;
}
</style>
background-color css
<style>
a { background-color: #78003F; }
a { background-color: rgb(120,0,63); }
div.DivClassName
{
background-color: #78003F;
}
.BgClassName
{
background-color: #78003F;
}
</style>
border-color css
<style>
span { border-color: #78003F; }
span { border-color: rgb(120,0,63); }
td.TdClassName
{
border-color: #78003F;
}
.TagClassName
{
border-color: #78003F;
}
</style>