Shades of Tyrian Purple #7F004D
Tints of Tyrian Purple #7F004D
RGB
CMYK
RGB Variations
Color information
#7F004D (or 0x7F004D) is known color: Tyrian Purple. HEX triplet: 7F, 00 and 4D. RGB value is (127,0,77). Sum of RGB (Red+Green+Blue) = 127+0+77=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F004D is #80FFB2. Grayscale: #2E2E2E. Windows color (decimal): -8454067 or 5046399. OLE color: 5046399.
HSL color Cylindrical-coordinate representation of color #7F004D: hue angle of 323.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F004D is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.39 | 0.50 |
| HSL | 323.62º | 1% | 0.25% | - |
| HSV(B) | 323.62º | 1% | 0.5% | - |
| XYZ | 10.09 | 5.05 | 7.46 | - |
| YUV | 46.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 77 | 0 | 1 | 0.39 | 0.50 | 323.62 | 1 | 0.25 |
| Hex | 7F | 0 | 4D | 0 | 64 | 27 | 32 | 144 | 64 | 19 |
| Octal | 177 | 0 | 115 | 0 | 144 | 47 | 62 | 504 | 144 | 31 |
| Binary | 1111111 | 0 | 1001101 | 0 | 1100100 | 100111 | 110010 | 101000100 | 1100100 | 11001 |
Color Harmonies of #7F004D
Complementary color
Monochromatic Colors of #7F004D
Black with #7F004D
Text Example
Text Example
White with #7F004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F004D; }
p { color: rgb(127,0,77); }
H1.HeaderClassName
{
color: #7F004D;
}
.AnyTagClassName
{
color: #7F004D;
}
</style>
background-color css
<style>
a { background-color: #7F004D; }
a { background-color: rgb(127,0,77); }
div.DivClassName
{
background-color: #7F004D;
}
.BgClassName
{
background-color: #7F004D;
}
</style>
border-color css
<style>
span { border-color: #7F004D; }
span { border-color: rgb(127,0,77); }
td.TdClassName
{
border-color: #7F004D;
}
.TagClassName
{
border-color: #7F004D;
}
</style>