Shades of Tyrian Purple #770952
Tints of Tyrian Purple #770952
RGB
CMYK
RGB Variations
Color information
#770952 (or 0x770952) is known color: Tyrian Purple. HEX triplet: 77, 09 and 52. RGB value is (119,9,82). Sum of RGB (Red+Green+Blue) = 119+9+82=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #770952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770952 is #88F6AD. Grayscale: #323232. Windows color (decimal): -8976046 or 5376375. OLE color: 5376375.
HSL color Cylindrical-coordinate representation of color #770952: hue angle of 320.18º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770952 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 82 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.53 |
| HSL | 320.18º | 0.86% | 0.25% | - |
| HSV(B) | 320.18º | 0.92% | 0.47% | - |
| XYZ | 9.23 | 4.73 | 8.41 | - |
| YUV | 50.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 82 | 0 | 0.92 | 0.31 | 0.53 | 320.18 | 0.86 | 0.25 |
| Hex | 77 | 9 | 52 | 0 | 5C | 1F | 35 | 140 | 56 | 19 |
| Octal | 167 | 11 | 122 | 0 | 134 | 37 | 65 | 500 | 126 | 31 |
| Binary | 1110111 | 1001 | 1010010 | 0 | 1011100 | 11111 | 110101 | 101000000 | 1010110 | 11001 |
Color Harmonies of #770952
Complementary color
Monochromatic Colors of #770952
Black with #770952
Text Example
Text Example
White with #770952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770952; }
p { color: rgb(119,9,82); }
H1.HeaderClassName
{
color: #770952;
}
.AnyTagClassName
{
color: #770952;
}
</style>
background-color css
<style>
a { background-color: #770952; }
a { background-color: rgb(119,9,82); }
div.DivClassName
{
background-color: #770952;
}
.BgClassName
{
background-color: #770952;
}
</style>
border-color css
<style>
span { border-color: #770952; }
span { border-color: rgb(119,9,82); }
td.TdClassName
{
border-color: #770952;
}
.TagClassName
{
border-color: #770952;
}
</style>