Shades of Tyrian Purple #7F084C
Tints of Tyrian Purple #7F084C
RGB
CMYK
RGB Variations
Color information
#7F084C (or 0x7F084C) is known color: Tyrian Purple. HEX triplet: 7F, 08 and 4C. RGB value is (127,8,76). Sum of RGB (Red+Green+Blue) = 127+8+76=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F084C is #80F7B3. Grayscale: #333333. Windows color (decimal): -8452020 or 4982911. OLE color: 4982911.
HSL color Cylindrical-coordinate representation of color #7F084C: hue angle of 325.71º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F084C is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 76 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.50 |
| HSL | 325.71º | 0.88% | 0.26% | - |
| HSV(B) | 325.71º | 0.94% | 0.5% | - |
| XYZ | 10.14 | 5.21 | 7.31 | - |
| YUV | 51.33 | 141.92 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 76 | 0 | 0.94 | 0.40 | 0.50 | 325.71 | 0.88 | 0.26 |
| Hex | 7F | 8 | 4C | 0 | 5E | 28 | 32 | 146 | 58 | 1A |
| Octal | 177 | 10 | 114 | 0 | 136 | 50 | 62 | 506 | 130 | 32 |
| Binary | 1111111 | 1000 | 1001100 | 0 | 1011110 | 101000 | 110010 | 101000110 | 1011000 | 11010 |
Color Harmonies of #7F084C
Complementary color
Monochromatic Colors of #7F084C
Black with #7F084C
Text Example
Text Example
White with #7F084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F084C; }
p { color: rgb(127,8,76); }
H1.HeaderClassName
{
color: #7F084C;
}
.AnyTagClassName
{
color: #7F084C;
}
</style>
background-color css
<style>
a { background-color: #7F084C; }
a { background-color: rgb(127,8,76); }
div.DivClassName
{
background-color: #7F084C;
}
.BgClassName
{
background-color: #7F084C;
}
</style>
border-color css
<style>
span { border-color: #7F084C; }
span { border-color: rgb(127,8,76); }
td.TdClassName
{
border-color: #7F084C;
}
.TagClassName
{
border-color: #7F084C;
}
</style>