Shades of Tyrian Purple #7F023E
Tints of Tyrian Purple #7F023E
RGB
CMYK
RGB Variations
Color information
#7F023E (or 0x7F023E) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 3E. RGB value is (127,2,62). Sum of RGB (Red+Green+Blue) = 127+2+62=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F023E is #80FDC1. Grayscale: #2E2E2E. Windows color (decimal): -8453570 or 4063871. OLE color: 4063871.
HSL color Cylindrical-coordinate representation of color #7F023E: hue angle of 331.2º 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 #7F023E is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.50 |
| HSL | 331.2º | 0.97% | 0.25% | - |
| HSV(B) | 331.2º | 0.98% | 0.5% | - |
| XYZ | 9.64 | 4.9 | 5 | - |
| YUV | 46.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 62 | 0 | 0.98 | 0.51 | 0.50 | 331.2 | 0.97 | 0.25 |
| Hex | 7F | 2 | 3E | 0 | 62 | 33 | 32 | 14B | 61 | 19 |
| Octal | 177 | 2 | 76 | 0 | 142 | 63 | 62 | 513 | 141 | 31 |
| Binary | 1111111 | 10 | 111110 | 0 | 1100010 | 110011 | 110010 | 101001011 | 1100001 | 11001 |
Color Harmonies of #7F023E
Complementary color
Monochromatic Colors of #7F023E
Black with #7F023E
Text Example
Text Example
White with #7F023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F023E; }
p { color: rgb(127,2,62); }
H1.HeaderClassName
{
color: #7F023E;
}
.AnyTagClassName
{
color: #7F023E;
}
</style>
background-color css
<style>
a { background-color: #7F023E; }
a { background-color: rgb(127,2,62); }
div.DivClassName
{
background-color: #7F023E;
}
.BgClassName
{
background-color: #7F023E;
}
</style>
border-color css
<style>
span { border-color: #7F023E; }
span { border-color: rgb(127,2,62); }
td.TdClassName
{
border-color: #7F023E;
}
.TagClassName
{
border-color: #7F023E;
}
</style>