Shades of Tyrian Purple #7F004F
Tints of Tyrian Purple #7F004F
RGB
CMYK
RGB Variations
Color information
#7F004F (or 0x7F004F) is known color: Tyrian Purple. HEX triplet: 7F, 00 and 4F. RGB value is (127,0,79). Sum of RGB (Red+Green+Blue) = 127+0+79=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F004F is #80FFB0. Grayscale: #2E2E2E. Windows color (decimal): -8454065 or 5177471. OLE color: 5177471.
HSL color Cylindrical-coordinate representation of color #7F004F: hue angle of 322.68º 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 #7F004F is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.38 | 0.50 |
| HSL | 322.68º | 1% | 0.25% | - |
| HSV(B) | 322.68º | 1% | 0.5% | - |
| XYZ | 10.16 | 5.08 | 7.84 | - |
| YUV | 46.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 79 | 0 | 1 | 0.38 | 0.50 | 322.68 | 1 | 0.25 |
| Hex | 7F | 0 | 4F | 0 | 64 | 26 | 32 | 143 | 64 | 19 |
| Octal | 177 | 0 | 117 | 0 | 144 | 46 | 62 | 503 | 144 | 31 |
| Binary | 1111111 | 0 | 1001111 | 0 | 1100100 | 100110 | 110010 | 101000011 | 1100100 | 11001 |
Color Harmonies of #7F004F
Complementary color
Monochromatic Colors of #7F004F
Black with #7F004F
Text Example
Text Example
White with #7F004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F004F; }
p { color: rgb(127,0,79); }
H1.HeaderClassName
{
color: #7F004F;
}
.AnyTagClassName
{
color: #7F004F;
}
</style>
background-color css
<style>
a { background-color: #7F004F; }
a { background-color: rgb(127,0,79); }
div.DivClassName
{
background-color: #7F004F;
}
.BgClassName
{
background-color: #7F004F;
}
</style>
border-color css
<style>
span { border-color: #7F004F; }
span { border-color: rgb(127,0,79); }
td.TdClassName
{
border-color: #7F004F;
}
.TagClassName
{
border-color: #7F004F;
}
</style>