Shades of Tyrian Purple #780353
Tints of Tyrian Purple #780353
RGB
CMYK
RGB Variations
Color information
#780353 (or 0x780353) is known color: Tyrian Purple. HEX triplet: 78, 03 and 53. RGB value is (120,3,83). Sum of RGB (Red+Green+Blue) = 120+3+83=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #780353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780353 is #87FCAC. Grayscale: #2E2E2E. Windows color (decimal): -8912045 or 5440376. OLE color: 5440376.
HSL color Cylindrical-coordinate representation of color #780353: hue angle of 318.97º 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 #780353 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.53 |
| HSL | 318.97º | 0.95% | 0.24% | - |
| HSV(B) | 318.97º | 0.98% | 0.47% | - |
| XYZ | 9.34 | 4.68 | 8.6 | - |
| YUV | 47.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 83 | 0 | 0.98 | 0.31 | 0.53 | 318.97 | 0.95 | 0.24 |
| Hex | 78 | 3 | 53 | 0 | 62 | 1F | 35 | 13F | 5F | 18 |
| Octal | 170 | 3 | 123 | 0 | 142 | 37 | 65 | 477 | 137 | 30 |
| Binary | 1111000 | 11 | 1010011 | 0 | 1100010 | 11111 | 110101 | 100111111 | 1011111 | 11000 |
Color Harmonies of #780353
Complementary color
Monochromatic Colors of #780353
Black with #780353
Text Example
Text Example
White with #780353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780353; }
p { color: rgb(120,3,83); }
H1.HeaderClassName
{
color: #780353;
}
.AnyTagClassName
{
color: #780353;
}
</style>
background-color css
<style>
a { background-color: #780353; }
a { background-color: rgb(120,3,83); }
div.DivClassName
{
background-color: #780353;
}
.BgClassName
{
background-color: #780353;
}
</style>
border-color css
<style>
span { border-color: #780353; }
span { border-color: rgb(120,3,83); }
td.TdClassName
{
border-color: #780353;
}
.TagClassName
{
border-color: #780353;
}
</style>