Shades of Tyrian Purple #77083F
Tints of Tyrian Purple #77083F
RGB
CMYK
RGB Variations
Color information
#77083F (or 0x77083F) is known color: Tyrian Purple. HEX triplet: 77, 08 and 3F. RGB value is (119,8,63). Sum of RGB (Red+Green+Blue) = 119+8+63=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #77083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77083F is #88F7C0. Grayscale: #2F2F2F. Windows color (decimal): -8976321 or 4130935. OLE color: 4130935.
HSL color Cylindrical-coordinate representation of color #77083F: hue angle of 330.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77083F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 63 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.53 |
| HSL | 330.27º | 0.87% | 0.25% | - |
| HSV(B) | 330.27º | 0.93% | 0.47% | - |
| XYZ | 8.59 | 4.45 | 5.11 | - |
| YUV | 47.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 63 | 0 | 0.93 | 0.47 | 0.53 | 330.27 | 0.87 | 0.25 |
| Hex | 77 | 8 | 3F | 0 | 5D | 2F | 35 | 14A | 57 | 19 |
| Octal | 167 | 10 | 77 | 0 | 135 | 57 | 65 | 512 | 127 | 31 |
| Binary | 1110111 | 1000 | 111111 | 0 | 1011101 | 101111 | 110101 | 101001010 | 1010111 | 11001 |
Color Harmonies of #77083F
Complementary color
Monochromatic Colors of #77083F
Black with #77083F
Text Example
Text Example
White with #77083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77083F; }
p { color: rgb(119,8,63); }
H1.HeaderClassName
{
color: #77083F;
}
.AnyTagClassName
{
color: #77083F;
}
</style>
background-color css
<style>
a { background-color: #77083F; }
a { background-color: rgb(119,8,63); }
div.DivClassName
{
background-color: #77083F;
}
.BgClassName
{
background-color: #77083F;
}
</style>
border-color css
<style>
span { border-color: #77083F; }
span { border-color: rgb(119,8,63); }
td.TdClassName
{
border-color: #77083F;
}
.TagClassName
{
border-color: #77083F;
}
</style>