Shades of Tyrian Purple #7F023F
Tints of Tyrian Purple #7F023F
RGB
CMYK
RGB Variations
Color information
#7F023F (or 0x7F023F) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 3F. RGB value is (127,2,63). Sum of RGB (Red+Green+Blue) = 127+2+63=192 (25% of max value = 765). Red value is 127 (50% from 255 or 66.15% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 127 - color contains mainly: red. Hex color #7F023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F023F is #80FDC0. Grayscale: #2E2E2E. Windows color (decimal): -8453569 or 4129407. OLE color: 4129407.
HSL color Cylindrical-coordinate representation of color #7F023F: hue angle of 330.72º 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 #7F023F is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 63 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.50 |
| HSL | 330.72º | 0.97% | 0.25% | - |
| HSV(B) | 330.72º | 0.98% | 0.5% | - |
| XYZ | 9.67 | 4.91 | 5.14 | - |
| YUV | 46.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 63 | 0 | 0.98 | 0.50 | 0.50 | 330.72 | 0.97 | 0.25 |
| Hex | 7F | 2 | 3F | 0 | 62 | 32 | 32 | 14B | 61 | 19 |
| Octal | 177 | 2 | 77 | 0 | 142 | 62 | 62 | 513 | 141 | 31 |
| Binary | 1111111 | 10 | 111111 | 0 | 1100010 | 110010 | 110010 | 101001011 | 1100001 | 11001 |
Color Harmonies of #7F023F
Complementary color
Monochromatic Colors of #7F023F
Black with #7F023F
Text Example
Text Example
White with #7F023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F023F; }
p { color: rgb(127,2,63); }
H1.HeaderClassName
{
color: #7F023F;
}
.AnyTagClassName
{
color: #7F023F;
}
</style>
background-color css
<style>
a { background-color: #7F023F; }
a { background-color: rgb(127,2,63); }
div.DivClassName
{
background-color: #7F023F;
}
.BgClassName
{
background-color: #7F023F;
}
</style>
border-color css
<style>
span { border-color: #7F023F; }
span { border-color: rgb(127,2,63); }
td.TdClassName
{
border-color: #7F023F;
}
.TagClassName
{
border-color: #7F023F;
}
</style>