Shades of Tyrian Purple #770B45
Tints of Tyrian Purple #770B45
RGB
CMYK
RGB Variations
Color information
#770B45 (or 0x770B45) is known color: Tyrian Purple. HEX triplet: 77, 0B and 45. RGB value is (119,11,69). Sum of RGB (Red+Green+Blue) = 119+11+69=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #770B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B45 is #88F4BA. Grayscale: #313131. Windows color (decimal): -8975547 or 4524919. OLE color: 4524919.
HSL color Cylindrical-coordinate representation of color #770B45: hue angle of 327.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B45 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 69 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.53 |
| HSL | 327.78º | 0.83% | 0.25% | - |
| HSV(B) | 327.78º | 0.91% | 0.47% | - |
| XYZ | 8.8 | 4.59 | 6.05 | - |
| YUV | 49.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 69 | 0 | 0.91 | 0.42 | 0.53 | 327.78 | 0.83 | 0.25 |
| Hex | 77 | B | 45 | 0 | 5B | 2A | 35 | 148 | 53 | 19 |
| Octal | 167 | 13 | 105 | 0 | 133 | 52 | 65 | 510 | 123 | 31 |
| Binary | 1110111 | 1011 | 1000101 | 0 | 1011011 | 101010 | 110101 | 101001000 | 1010011 | 11001 |
Color Harmonies of #770B45
Complementary color
Monochromatic Colors of #770B45
Black with #770B45
Text Example
Text Example
White with #770B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B45; }
p { color: rgb(119,11,69); }
H1.HeaderClassName
{
color: #770B45;
}
.AnyTagClassName
{
color: #770B45;
}
</style>
background-color css
<style>
a { background-color: #770B45; }
a { background-color: rgb(119,11,69); }
div.DivClassName
{
background-color: #770B45;
}
.BgClassName
{
background-color: #770B45;
}
</style>
border-color css
<style>
span { border-color: #770B45; }
span { border-color: rgb(119,11,69); }
td.TdClassName
{
border-color: #770B45;
}
.TagClassName
{
border-color: #770B45;
}
</style>