Shades of Tyrian Purple #770C4B
Tints of Tyrian Purple #770C4B
RGB
CMYK
RGB Variations
Color information
#770C4B (or 0x770C4B) is known color: Tyrian Purple. HEX triplet: 77, 0C and 4B. RGB value is (119,12,75). Sum of RGB (Red+Green+Blue) = 119+12+75=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #770C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C4B is #88F3B4. Grayscale: #333333. Windows color (decimal): -8975285 or 4918391. OLE color: 4918391.
HSL color Cylindrical-coordinate representation of color #770C4B: hue angle of 324.67º 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 #770C4B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 75 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.53 |
| HSL | 324.67º | 0.82% | 0.26% | - |
| HSV(B) | 324.67º | 0.9% | 0.47% | - |
| XYZ | 9.01 | 4.69 | 7.09 | - |
| YUV | 51.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 75 | 0 | 0.90 | 0.37 | 0.53 | 324.67 | 0.82 | 0.26 |
| Hex | 77 | C | 4B | 0 | 5A | 25 | 35 | 145 | 52 | 1A |
| Octal | 167 | 14 | 113 | 0 | 132 | 45 | 65 | 505 | 122 | 32 |
| Binary | 1110111 | 1100 | 1001011 | 0 | 1011010 | 100101 | 110101 | 101000101 | 1010010 | 11010 |
Color Harmonies of #770C4B
Complementary color
Monochromatic Colors of #770C4B
Black with #770C4B
Text Example
Text Example
White with #770C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C4B; }
p { color: rgb(119,12,75); }
H1.HeaderClassName
{
color: #770C4B;
}
.AnyTagClassName
{
color: #770C4B;
}
</style>
background-color css
<style>
a { background-color: #770C4B; }
a { background-color: rgb(119,12,75); }
div.DivClassName
{
background-color: #770C4B;
}
.BgClassName
{
background-color: #770C4B;
}
</style>
border-color css
<style>
span { border-color: #770C4B; }
span { border-color: rgb(119,12,75); }
td.TdClassName
{
border-color: #770C4B;
}
.TagClassName
{
border-color: #770C4B;
}
</style>