Shades of Tyrian Purple #7F024E
Tints of Tyrian Purple #7F024E
RGB
CMYK
RGB Variations
Color information
#7F024E (or 0x7F024E) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 4E. RGB value is (127,2,78). Sum of RGB (Red+Green+Blue) = 127+2+78=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F024E is #80FDB1. Grayscale: #2F2F2F. Windows color (decimal): -8453554 or 5112447. OLE color: 5112447.
HSL color Cylindrical-coordinate representation of color #7F024E: hue angle of 323.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F024E is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.50 |
| HSL | 323.52º | 0.97% | 0.25% | - |
| HSV(B) | 323.52º | 0.98% | 0.5% | - |
| XYZ | 10.15 | 5.11 | 7.66 | - |
| YUV | 48.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 78 | 0 | 0.98 | 0.39 | 0.50 | 323.52 | 0.97 | 0.25 |
| Hex | 7F | 2 | 4E | 0 | 62 | 27 | 32 | 144 | 61 | 19 |
| Octal | 177 | 2 | 116 | 0 | 142 | 47 | 62 | 504 | 141 | 31 |
| Binary | 1111111 | 10 | 1001110 | 0 | 1100010 | 100111 | 110010 | 101000100 | 1100001 | 11001 |
Color Harmonies of #7F024E
Complementary color
Monochromatic Colors of #7F024E
Black with #7F024E
Text Example
Text Example
White with #7F024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F024E; }
p { color: rgb(127,2,78); }
H1.HeaderClassName
{
color: #7F024E;
}
.AnyTagClassName
{
color: #7F024E;
}
</style>
background-color css
<style>
a { background-color: #7F024E; }
a { background-color: rgb(127,2,78); }
div.DivClassName
{
background-color: #7F024E;
}
.BgClassName
{
background-color: #7F024E;
}
</style>
border-color css
<style>
span { border-color: #7F024E; }
span { border-color: rgb(127,2,78); }
td.TdClassName
{
border-color: #7F024E;
}
.TagClassName
{
border-color: #7F024E;
}
</style>