Shades of Tyrian Purple #7F0239
Tints of Tyrian Purple #7F0239
RGB
CMYK
RGB Variations
Color information
#7F0239 (or 0x7F0239) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 39. RGB value is (127,2,57). Sum of RGB (Red+Green+Blue) = 127+2+57=186 (24% of max value = 765). Red value is 127 (50% from 255 or 68.28% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0239 is #80FDC6. Grayscale: #2D2D2D. Windows color (decimal): -8453575 or 3736191. OLE color: 3736191.
HSL color Cylindrical-coordinate representation of color #7F0239: hue angle of 333.6º 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 #7F0239 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 57 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.50 |
| HSL | 333.6º | 0.97% | 0.25% | - |
| HSV(B) | 333.6º | 0.98% | 0.5% | - |
| XYZ | 9.51 | 4.85 | 4.31 | - |
| YUV | 45.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 57 | 0 | 0.98 | 0.55 | 0.50 | 333.6 | 0.97 | 0.25 |
| Hex | 7F | 2 | 39 | 0 | 62 | 37 | 32 | 14E | 61 | 19 |
| Octal | 177 | 2 | 71 | 0 | 142 | 67 | 62 | 516 | 141 | 31 |
| Binary | 1111111 | 10 | 111001 | 0 | 1100010 | 110111 | 110010 | 101001110 | 1100001 | 11001 |
Color Harmonies of #7F0239
Complementary color
Monochromatic Colors of #7F0239
Black with #7F0239
Text Example
Text Example
White with #7F0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0239; }
p { color: rgb(127,2,57); }
H1.HeaderClassName
{
color: #7F0239;
}
.AnyTagClassName
{
color: #7F0239;
}
</style>
background-color css
<style>
a { background-color: #7F0239; }
a { background-color: rgb(127,2,57); }
div.DivClassName
{
background-color: #7F0239;
}
.BgClassName
{
background-color: #7F0239;
}
</style>
border-color css
<style>
span { border-color: #7F0239; }
span { border-color: rgb(127,2,57); }
td.TdClassName
{
border-color: #7F0239;
}
.TagClassName
{
border-color: #7F0239;
}
</style>