Shades of Tyrian Purple #770045
Tints of Tyrian Purple #770045
RGB
CMYK
RGB Variations
Color information
#770045 (or 0x770045) is known color: Tyrian Purple. HEX triplet: 77, 00 and 45. RGB value is (119,0,69). Sum of RGB (Red+Green+Blue) = 119+0+69=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #770045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770045 is #88FFBA. Grayscale: #2B2B2B. Windows color (decimal): -8978363 or 4522103. OLE color: 4522103.
HSL color Cylindrical-coordinate representation of color #770045: hue angle of 325.21º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770045 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.42 | 0.53 |
| HSL | 325.21º | 1% | 0.23% | - |
| HSV(B) | 325.21º | 1% | 0.47% | - |
| XYZ | 8.68 | 4.35 | 6.01 | - |
| YUV | 43.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 69 | 0 | 1 | 0.42 | 0.53 | 325.21 | 1 | 0.23 |
| Hex | 77 | 0 | 45 | 0 | 64 | 2A | 35 | 145 | 64 | 17 |
| Octal | 167 | 0 | 105 | 0 | 144 | 52 | 65 | 505 | 144 | 27 |
| Binary | 1110111 | 0 | 1000101 | 0 | 1100100 | 101010 | 110101 | 101000101 | 1100100 | 10111 |
Color Harmonies of #770045
Complementary color
Monochromatic Colors of #770045
Black with #770045
Text Example
Text Example
White with #770045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770045; }
p { color: rgb(119,0,69); }
H1.HeaderClassName
{
color: #770045;
}
.AnyTagClassName
{
color: #770045;
}
</style>
background-color css
<style>
a { background-color: #770045; }
a { background-color: rgb(119,0,69); }
div.DivClassName
{
background-color: #770045;
}
.BgClassName
{
background-color: #770045;
}
</style>
border-color css
<style>
span { border-color: #770045; }
span { border-color: rgb(119,0,69); }
td.TdClassName
{
border-color: #770045;
}
.TagClassName
{
border-color: #770045;
}
</style>