Shades of Tyrian Purple #780852
Tints of Tyrian Purple #780852
RGB
CMYK
RGB Variations
Color information
#780852 (or 0x780852) is known color: Tyrian Purple. HEX triplet: 78, 08 and 52. RGB value is (120,8,82). Sum of RGB (Red+Green+Blue) = 120+8+82=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #780852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780852 is #87F7AD. Grayscale: #313131. Windows color (decimal): -8910766 or 5376120. OLE color: 5376120.
HSL color Cylindrical-coordinate representation of color #780852: hue angle of 320.36º 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 #780852 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 82 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.53 |
| HSL | 320.36º | 0.88% | 0.25% | - |
| HSV(B) | 320.36º | 0.93% | 0.47% | - |
| XYZ | 9.36 | 4.78 | 8.41 | - |
| YUV | 49.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 82 | 0 | 0.93 | 0.32 | 0.53 | 320.36 | 0.88 | 0.25 |
| Hex | 78 | 8 | 52 | 0 | 5D | 20 | 35 | 140 | 58 | 19 |
| Octal | 170 | 10 | 122 | 0 | 135 | 40 | 65 | 500 | 130 | 31 |
| Binary | 1111000 | 1000 | 1010010 | 0 | 1011101 | 100000 | 110101 | 101000000 | 1011000 | 11001 |
Color Harmonies of #780852
Complementary color
Monochromatic Colors of #780852
Black with #780852
Text Example
Text Example
White with #780852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780852; }
p { color: rgb(120,8,82); }
H1.HeaderClassName
{
color: #780852;
}
.AnyTagClassName
{
color: #780852;
}
</style>
background-color css
<style>
a { background-color: #780852; }
a { background-color: rgb(120,8,82); }
div.DivClassName
{
background-color: #780852;
}
.BgClassName
{
background-color: #780852;
}
</style>
border-color css
<style>
span { border-color: #780852; }
span { border-color: rgb(120,8,82); }
td.TdClassName
{
border-color: #780852;
}
.TagClassName
{
border-color: #780852;
}
</style>