Shades of Tyrian Purple #78023C
Tints of Tyrian Purple #78023C
RGB
CMYK
RGB Variations
Color information
#78023C (or 0x78023C) is known color: Tyrian Purple. HEX triplet: 78, 02 and 3C. RGB value is (120,2,60). Sum of RGB (Red+Green+Blue) = 120+2+60=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78023C is #87FDC3. Grayscale: #2B2B2B. Windows color (decimal): -8912324 or 3932792. OLE color: 3932792.
HSL color Cylindrical-coordinate representation of color #78023C: hue angle of 330.51º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78023C is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.53 |
| HSL | 330.51º | 0.97% | 0.24% | - |
| HSV(B) | 330.51º | 0.98% | 0.47% | - |
| XYZ | 8.58 | 4.36 | 4.66 | - |
| YUV | 43.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 60 | 0 | 0.98 | 0.5 | 0.53 | 330.51 | 0.97 | 0.24 |
| Hex | 78 | 2 | 3C | 0 | 62 | 32 | 35 | 14B | 61 | 18 |
| Octal | 170 | 2 | 74 | 0 | 142 | 62 | 65 | 513 | 141 | 30 |
| Binary | 1111000 | 10 | 111100 | 0 | 1100010 | 110010 | 110101 | 101001011 | 1100001 | 11000 |
Color Harmonies of #78023C
Complementary color
Monochromatic Colors of #78023C
Black with #78023C
Text Example
Text Example
White with #78023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78023C; }
p { color: rgb(120,2,60); }
H1.HeaderClassName
{
color: #78023C;
}
.AnyTagClassName
{
color: #78023C;
}
</style>
background-color css
<style>
a { background-color: #78023C; }
a { background-color: rgb(120,2,60); }
div.DivClassName
{
background-color: #78023C;
}
.BgClassName
{
background-color: #78023C;
}
</style>
border-color css
<style>
span { border-color: #78023C; }
span { border-color: rgb(120,2,60); }
td.TdClassName
{
border-color: #78023C;
}
.TagClassName
{
border-color: #78023C;
}
</style>