Shades of Tyrian Purple #770C37
Tints of Tyrian Purple #770C37
RGB
CMYK
RGB Variations
Color information
#770C37 (or 0x770C37) is known color: Tyrian Purple. HEX triplet: 77, 0C and 37. RGB value is (119,12,55). Sum of RGB (Red+Green+Blue) = 119+12+55=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #770C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C37 is #88F3C8. Grayscale: #303030. Windows color (decimal): -8975305 or 3607671. OLE color: 3607671.
HSL color Cylindrical-coordinate representation of color #770C37: hue angle of 335.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C37 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 55 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.53 |
| HSL | 335.89º | 0.82% | 0.26% | - |
| HSV(B) | 335.89º | 0.9% | 0.47% | - |
| XYZ | 8.43 | 4.46 | 4.03 | - |
| YUV | 48.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 55 | 0 | 0.90 | 0.54 | 0.53 | 335.89 | 0.82 | 0.26 |
| Hex | 77 | C | 37 | 0 | 5A | 36 | 35 | 150 | 52 | 1A |
| Octal | 167 | 14 | 67 | 0 | 132 | 66 | 65 | 520 | 122 | 32 |
| Binary | 1110111 | 1100 | 110111 | 0 | 1011010 | 110110 | 110101 | 101010000 | 1010010 | 11010 |
Color Harmonies of #770C37
Complementary color
Monochromatic Colors of #770C37
Black with #770C37
Text Example
Text Example
White with #770C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C37; }
p { color: rgb(119,12,55); }
H1.HeaderClassName
{
color: #770C37;
}
.AnyTagClassName
{
color: #770C37;
}
</style>
background-color css
<style>
a { background-color: #770C37; }
a { background-color: rgb(119,12,55); }
div.DivClassName
{
background-color: #770C37;
}
.BgClassName
{
background-color: #770C37;
}
</style>
border-color css
<style>
span { border-color: #770C37; }
span { border-color: rgb(119,12,55); }
td.TdClassName
{
border-color: #770C37;
}
.TagClassName
{
border-color: #770C37;
}
</style>