Shades of Tyrian Purple #78083C
Tints of Tyrian Purple #78083C
RGB
CMYK
RGB Variations
Color information
#78083C (or 0x78083C) is known color: Tyrian Purple. HEX triplet: 78, 08 and 3C. RGB value is (120,8,60). Sum of RGB (Red+Green+Blue) = 120+8+60=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #78083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78083C is #87F7C3. Grayscale: #2F2F2F. Windows color (decimal): -8910788 or 3934328. OLE color: 3934328.
HSL color Cylindrical-coordinate representation of color #78083C: hue angle of 332.14º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78083C is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 60 | - |
| CMYK | 0 | 0.93 | 0.5 | 0.53 |
| HSL | 332.14º | 0.88% | 0.25% | - |
| HSV(B) | 332.14º | 0.93% | 0.47% | - |
| XYZ | 8.65 | 4.49 | 4.69 | - |
| YUV | 47.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 60 | 0 | 0.93 | 0.5 | 0.53 | 332.14 | 0.88 | 0.25 |
| Hex | 78 | 8 | 3C | 0 | 5D | 32 | 35 | 14C | 58 | 19 |
| Octal | 170 | 10 | 74 | 0 | 135 | 62 | 65 | 514 | 130 | 31 |
| Binary | 1111000 | 1000 | 111100 | 0 | 1011101 | 110010 | 110101 | 101001100 | 1011000 | 11001 |
Color Harmonies of #78083C
Complementary color
Monochromatic Colors of #78083C
Black with #78083C
Text Example
Text Example
White with #78083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78083C; }
p { color: rgb(120,8,60); }
H1.HeaderClassName
{
color: #78083C;
}
.AnyTagClassName
{
color: #78083C;
}
</style>
background-color css
<style>
a { background-color: #78083C; }
a { background-color: rgb(120,8,60); }
div.DivClassName
{
background-color: #78083C;
}
.BgClassName
{
background-color: #78083C;
}
</style>
border-color css
<style>
span { border-color: #78083C; }
span { border-color: rgb(120,8,60); }
td.TdClassName
{
border-color: #78083C;
}
.TagClassName
{
border-color: #78083C;
}
</style>