Shades of Tyrian Purple #77073F
Tints of Tyrian Purple #77073F
RGB
CMYK
RGB Variations
Color information
#77073F (or 0x77073F) is known color: Tyrian Purple. HEX triplet: 77, 07 and 3F. RGB value is (119,7,63). Sum of RGB (Red+Green+Blue) = 119+7+63=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #77073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77073F is #88F8C0. Grayscale: #2E2E2E. Windows color (decimal): -8976577 or 4130679. OLE color: 4130679.
HSL color Cylindrical-coordinate representation of color #77073F: hue angle of 330º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77073F is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 63 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.53 |
| HSL | 330º | 0.89% | 0.25% | - |
| HSV(B) | 330º | 0.94% | 0.47% | - |
| XYZ | 8.58 | 4.43 | 5.11 | - |
| YUV | 46.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 63 | 0 | 0.94 | 0.47 | 0.53 | 330 | 0.89 | 0.25 |
| Hex | 77 | 7 | 3F | 0 | 5E | 2F | 35 | 14A | 59 | 19 |
| Octal | 167 | 7 | 77 | 0 | 136 | 57 | 65 | 512 | 131 | 31 |
| Binary | 1110111 | 111 | 111111 | 0 | 1011110 | 101111 | 110101 | 101001010 | 1011001 | 11001 |
Color Harmonies of #77073F
Complementary color
Monochromatic Colors of #77073F
Black with #77073F
Text Example
Text Example
White with #77073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77073F; }
p { color: rgb(119,7,63); }
H1.HeaderClassName
{
color: #77073F;
}
.AnyTagClassName
{
color: #77073F;
}
</style>
background-color css
<style>
a { background-color: #77073F; }
a { background-color: rgb(119,7,63); }
div.DivClassName
{
background-color: #77073F;
}
.BgClassName
{
background-color: #77073F;
}
</style>
border-color css
<style>
span { border-color: #77073F; }
span { border-color: rgb(119,7,63); }
td.TdClassName
{
border-color: #77073F;
}
.TagClassName
{
border-color: #77073F;
}
</style>