Shades of Tyrian Purple #770C39
Tints of Tyrian Purple #770C39
RGB
CMYK
RGB Variations
Color information
#770C39 (or 0x770C39) is known color: Tyrian Purple. HEX triplet: 77, 0C and 39. RGB value is (119,12,57). Sum of RGB (Red+Green+Blue) = 119+12+57=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #770C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C39 is #88F3C6. Grayscale: #313131. Windows color (decimal): -8975303 or 3738743. OLE color: 3738743.
HSL color Cylindrical-coordinate representation of color #770C39: hue angle of 334.77º 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 #770C39 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 57 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.53 |
| HSL | 334.77º | 0.82% | 0.26% | - |
| HSV(B) | 334.77º | 0.9% | 0.47% | - |
| XYZ | 8.48 | 4.48 | 4.29 | - |
| YUV | 49.12 | 132.45 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 57 | 0 | 0.90 | 0.52 | 0.53 | 334.77 | 0.82 | 0.26 |
| Hex | 77 | C | 39 | 0 | 5A | 34 | 35 | 14F | 52 | 1A |
| Octal | 167 | 14 | 71 | 0 | 132 | 64 | 65 | 517 | 122 | 32 |
| Binary | 1110111 | 1100 | 111001 | 0 | 1011010 | 110100 | 110101 | 101001111 | 1010010 | 11010 |
Color Harmonies of #770C39
Complementary color
Monochromatic Colors of #770C39
Black with #770C39
Text Example
Text Example
White with #770C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C39; }
p { color: rgb(119,12,57); }
H1.HeaderClassName
{
color: #770C39;
}
.AnyTagClassName
{
color: #770C39;
}
</style>
background-color css
<style>
a { background-color: #770C39; }
a { background-color: rgb(119,12,57); }
div.DivClassName
{
background-color: #770C39;
}
.BgClassName
{
background-color: #770C39;
}
</style>
border-color css
<style>
span { border-color: #770C39; }
span { border-color: rgb(119,12,57); }
td.TdClassName
{
border-color: #770C39;
}
.TagClassName
{
border-color: #770C39;
}
</style>