Shades of Tyrian Purple #780343
Tints of Tyrian Purple #780343
RGB
CMYK
RGB Variations
Color information
#780343 (or 0x780343) is known color: Tyrian Purple. HEX triplet: 78, 03 and 43. RGB value is (120,3,67). Sum of RGB (Red+Green+Blue) = 120+3+67=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #780343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780343 is #87FCBC. Grayscale: #2D2D2D. Windows color (decimal): -8912061 or 4391800. OLE color: 4391800.
HSL color Cylindrical-coordinate representation of color #780343: hue angle of 327.18º degrees, saturation: 0.95, 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 #780343 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 67 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.53 |
| HSL | 327.18º | 0.95% | 0.24% | - |
| HSV(B) | 327.18º | 0.98% | 0.47% | - |
| XYZ | 8.79 | 4.46 | 5.71 | - |
| YUV | 45.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 67 | 0 | 0.98 | 0.44 | 0.53 | 327.18 | 0.95 | 0.24 |
| Hex | 78 | 3 | 43 | 0 | 62 | 2C | 35 | 147 | 5F | 18 |
| Octal | 170 | 3 | 103 | 0 | 142 | 54 | 65 | 507 | 137 | 30 |
| Binary | 1111000 | 11 | 1000011 | 0 | 1100010 | 101100 | 110101 | 101000111 | 1011111 | 11000 |
Color Harmonies of #780343
Complementary color
Monochromatic Colors of #780343
Black with #780343
Text Example
Text Example
White with #780343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780343; }
p { color: rgb(120,3,67); }
H1.HeaderClassName
{
color: #780343;
}
.AnyTagClassName
{
color: #780343;
}
</style>
background-color css
<style>
a { background-color: #780343; }
a { background-color: rgb(120,3,67); }
div.DivClassName
{
background-color: #780343;
}
.BgClassName
{
background-color: #780343;
}
</style>
border-color css
<style>
span { border-color: #780343; }
span { border-color: rgb(120,3,67); }
td.TdClassName
{
border-color: #780343;
}
.TagClassName
{
border-color: #780343;
}
</style>