Shades of Tyrian Purple #7F0242
Tints of Tyrian Purple #7F0242
RGB
CMYK
RGB Variations
Color information
#7F0242 (or 0x7F0242) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 42. RGB value is (127,2,66). Sum of RGB (Red+Green+Blue) = 127+2+66=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0242 is #80FDBD. Grayscale: #2E2E2E. Windows color (decimal): -8453566 or 4326015. OLE color: 4326015.
HSL color Cylindrical-coordinate representation of color #7F0242: hue angle of 329.28º 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 #7F0242 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 66 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.50 |
| HSL | 329.28º | 0.97% | 0.25% | - |
| HSV(B) | 329.28º | 0.98% | 0.5% | - |
| XYZ | 9.76 | 4.95 | 5.6 | - |
| YUV | 46.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 66 | 0 | 0.98 | 0.48 | 0.50 | 329.28 | 0.97 | 0.25 |
| Hex | 7F | 2 | 42 | 0 | 62 | 30 | 32 | 149 | 61 | 19 |
| Octal | 177 | 2 | 102 | 0 | 142 | 60 | 62 | 511 | 141 | 31 |
| Binary | 1111111 | 10 | 1000010 | 0 | 1100010 | 110000 | 110010 | 101001001 | 1100001 | 11001 |
Color Harmonies of #7F0242
Complementary color
Monochromatic Colors of #7F0242
Black with #7F0242
Text Example
Text Example
White with #7F0242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0242; }
p { color: rgb(127,2,66); }
H1.HeaderClassName
{
color: #7F0242;
}
.AnyTagClassName
{
color: #7F0242;
}
</style>
background-color css
<style>
a { background-color: #7F0242; }
a { background-color: rgb(127,2,66); }
div.DivClassName
{
background-color: #7F0242;
}
.BgClassName
{
background-color: #7F0242;
}
</style>
border-color css
<style>
span { border-color: #7F0242; }
span { border-color: rgb(127,2,66); }
td.TdClassName
{
border-color: #7F0242;
}
.TagClassName
{
border-color: #7F0242;
}
</style>