Shades of Tyrian Purple #7F014A
Tints of Tyrian Purple #7F014A
RGB
CMYK
RGB Variations
Color information
#7F014A (or 0x7F014A) is known color: Tyrian Purple. HEX triplet: 7F, 01 and 4A. RGB value is (127,1,74). Sum of RGB (Red+Green+Blue) = 127+1+74=202 (26% of max value = 765). Red value is 127 (50% from 255 or 62.87% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 127 - color contains mainly: red. Hex color #7F014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F014A is #80FEB5. Grayscale: #2E2E2E. Windows color (decimal): -8453814 or 4850047. OLE color: 4850047.
HSL color Cylindrical-coordinate representation of color #7F014A: hue angle of 325.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F014A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.50 |
| HSL | 325.24º | 0.98% | 0.25% | - |
| HSV(B) | 325.24º | 0.99% | 0.5% | - |
| XYZ | 10 | 5.03 | 6.92 | - |
| YUV | 47 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 74 | 0 | 0.99 | 0.42 | 0.50 | 325.24 | 0.98 | 0.25 |
| Hex | 7F | 1 | 4A | 0 | 63 | 2A | 32 | 145 | 62 | 19 |
| Octal | 177 | 1 | 112 | 0 | 143 | 52 | 62 | 505 | 142 | 31 |
| Binary | 1111111 | 1 | 1001010 | 0 | 1100011 | 101010 | 110010 | 101000101 | 1100010 | 11001 |
Color Harmonies of #7F014A
Complementary color
Monochromatic Colors of #7F014A
Black with #7F014A
Text Example
Text Example
White with #7F014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F014A; }
p { color: rgb(127,1,74); }
H1.HeaderClassName
{
color: #7F014A;
}
.AnyTagClassName
{
color: #7F014A;
}
</style>
background-color css
<style>
a { background-color: #7F014A; }
a { background-color: rgb(127,1,74); }
div.DivClassName
{
background-color: #7F014A;
}
.BgClassName
{
background-color: #7F014A;
}
</style>
border-color css
<style>
span { border-color: #7F014A; }
span { border-color: rgb(127,1,74); }
td.TdClassName
{
border-color: #7F014A;
}
.TagClassName
{
border-color: #7F014A;
}
</style>