Shades of Tyrian Purple #780952
Tints of Tyrian Purple #780952
RGB
CMYK
RGB Variations
Color information
#780952 (or 0x780952) is known color: Tyrian Purple. HEX triplet: 78, 09 and 52. RGB value is (120,9,82). Sum of RGB (Red+Green+Blue) = 120+9+82=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #780952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780952 is #87F6AD. Grayscale: #323232. Windows color (decimal): -8910510 or 5376376. OLE color: 5376376.
HSL color Cylindrical-coordinate representation of color #780952: hue angle of 320.54º degrees, saturation: 0.86, 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 #780952 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 82 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.53 |
| HSL | 320.54º | 0.86% | 0.25% | - |
| HSV(B) | 320.54º | 0.93% | 0.47% | - |
| XYZ | 9.37 | 4.8 | 8.42 | - |
| YUV | 50.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 82 | 0 | 0.92 | 0.32 | 0.53 | 320.54 | 0.86 | 0.25 |
| Hex | 78 | 9 | 52 | 0 | 5C | 20 | 35 | 141 | 56 | 19 |
| Octal | 170 | 11 | 122 | 0 | 134 | 40 | 65 | 501 | 126 | 31 |
| Binary | 1111000 | 1001 | 1010010 | 0 | 1011100 | 100000 | 110101 | 101000001 | 1010110 | 11001 |
Color Harmonies of #780952
Complementary color
Monochromatic Colors of #780952
Black with #780952
Text Example
Text Example
White with #780952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780952; }
p { color: rgb(120,9,82); }
H1.HeaderClassName
{
color: #780952;
}
.AnyTagClassName
{
color: #780952;
}
</style>
background-color css
<style>
a { background-color: #780952; }
a { background-color: rgb(120,9,82); }
div.DivClassName
{
background-color: #780952;
}
.BgClassName
{
background-color: #780952;
}
</style>
border-color css
<style>
span { border-color: #780952; }
span { border-color: rgb(120,9,82); }
td.TdClassName
{
border-color: #780952;
}
.TagClassName
{
border-color: #780952;
}
</style>