Shades of Tyrian Purple #7F0148
Tints of Tyrian Purple #7F0148
RGB
CMYK
RGB Variations
Color information
#7F0148 (or 0x7F0148) is known color: Tyrian Purple. HEX triplet: 7F, 01 and 48. RGB value is (127,1,72). Sum of RGB (Red+Green+Blue) = 127+1+72=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0148 is #80FEB7. Grayscale: #2E2E2E. Windows color (decimal): -8453816 or 4718975. OLE color: 4718975.
HSL color Cylindrical-coordinate representation of color #7F0148: hue angle of 326.19º 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 #7F0148 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.50 |
| HSL | 326.19º | 0.98% | 0.25% | - |
| HSV(B) | 326.19º | 0.99% | 0.5% | - |
| XYZ | 9.93 | 5 | 6.57 | - |
| YUV | 46.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 72 | 0 | 0.99 | 0.43 | 0.50 | 326.19 | 0.98 | 0.25 |
| Hex | 7F | 1 | 48 | 0 | 63 | 2B | 32 | 146 | 62 | 19 |
| Octal | 177 | 1 | 110 | 0 | 143 | 53 | 62 | 506 | 142 | 31 |
| Binary | 1111111 | 1 | 1001000 | 0 | 1100011 | 101011 | 110010 | 101000110 | 1100010 | 11001 |
Color Harmonies of #7F0148
Complementary color
Monochromatic Colors of #7F0148
Black with #7F0148
Text Example
Text Example
White with #7F0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0148; }
p { color: rgb(127,1,72); }
H1.HeaderClassName
{
color: #7F0148;
}
.AnyTagClassName
{
color: #7F0148;
}
</style>
background-color css
<style>
a { background-color: #7F0148; }
a { background-color: rgb(127,1,72); }
div.DivClassName
{
background-color: #7F0148;
}
.BgClassName
{
background-color: #7F0148;
}
</style>
border-color css
<style>
span { border-color: #7F0148; }
span { border-color: rgb(127,1,72); }
td.TdClassName
{
border-color: #7F0148;
}
.TagClassName
{
border-color: #7F0148;
}
</style>