Shades of Tyrian Purple #770254
Tints of Tyrian Purple #770254
RGB
CMYK
RGB Variations
Color information
#770254 (or 0x770254) is known color: Tyrian Purple. HEX triplet: 77, 02 and 54. RGB value is (119,2,84). Sum of RGB (Red+Green+Blue) = 119+2+84=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #770254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770254 is #88FDAB. Grayscale: #2E2E2E. Windows color (decimal): -8977836 or 5505655. OLE color: 5505655.
HSL color Cylindrical-coordinate representation of color #770254: hue angle of 317.95º degrees, saturation: 0.97, 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 #770254 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 84 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.53 |
| HSL | 317.95º | 0.97% | 0.24% | - |
| HSV(B) | 317.95º | 0.98% | 0.47% | - |
| XYZ | 9.23 | 4.61 | 8.79 | - |
| YUV | 46.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 84 | 0 | 0.98 | 0.29 | 0.53 | 317.95 | 0.97 | 0.24 |
| Hex | 77 | 2 | 54 | 0 | 62 | 1D | 35 | 13E | 61 | 18 |
| Octal | 167 | 2 | 124 | 0 | 142 | 35 | 65 | 476 | 141 | 30 |
| Binary | 1110111 | 10 | 1010100 | 0 | 1100010 | 11101 | 110101 | 100111110 | 1100001 | 11000 |
Color Harmonies of #770254
Complementary color
Monochromatic Colors of #770254
Black with #770254
Text Example
Text Example
White with #770254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770254; }
p { color: rgb(119,2,84); }
H1.HeaderClassName
{
color: #770254;
}
.AnyTagClassName
{
color: #770254;
}
</style>
background-color css
<style>
a { background-color: #770254; }
a { background-color: rgb(119,2,84); }
div.DivClassName
{
background-color: #770254;
}
.BgClassName
{
background-color: #770254;
}
</style>
border-color css
<style>
span { border-color: #770254; }
span { border-color: rgb(119,2,84); }
td.TdClassName
{
border-color: #770254;
}
.TagClassName
{
border-color: #770254;
}
</style>