Shades of Tyrian Purple #7F0245
Tints of Tyrian Purple #7F0245
RGB
CMYK
RGB Variations
Color information
#7F0245 (or 0x7F0245) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 45. RGB value is (127,2,69). Sum of RGB (Red+Green+Blue) = 127+2+69=198 (26% of max value = 765). Red value is 127 (50% from 255 or 64.14% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0245 is #80FDBA. Grayscale: #2E2E2E. Windows color (decimal): -8453563 or 4522623. OLE color: 4522623.
HSL color Cylindrical-coordinate representation of color #7F0245: hue angle of 327.84º 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 #7F0245 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.50 |
| HSL | 327.84º | 0.97% | 0.25% | - |
| HSV(B) | 327.84º | 0.98% | 0.5% | - |
| XYZ | 9.85 | 4.99 | 6.07 | - |
| YUV | 47.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 69 | 0 | 0.98 | 0.46 | 0.50 | 327.84 | 0.97 | 0.25 |
| Hex | 7F | 2 | 45 | 0 | 62 | 2E | 32 | 148 | 61 | 19 |
| Octal | 177 | 2 | 105 | 0 | 142 | 56 | 62 | 510 | 141 | 31 |
| Binary | 1111111 | 10 | 1000101 | 0 | 1100010 | 101110 | 110010 | 101001000 | 1100001 | 11001 |
Color Harmonies of #7F0245
Complementary color
Monochromatic Colors of #7F0245
Black with #7F0245
Text Example
Text Example
White with #7F0245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0245; }
p { color: rgb(127,2,69); }
H1.HeaderClassName
{
color: #7F0245;
}
.AnyTagClassName
{
color: #7F0245;
}
</style>
background-color css
<style>
a { background-color: #7F0245; }
a { background-color: rgb(127,2,69); }
div.DivClassName
{
background-color: #7F0245;
}
.BgClassName
{
background-color: #7F0245;
}
</style>
border-color css
<style>
span { border-color: #7F0245; }
span { border-color: rgb(127,2,69); }
td.TdClassName
{
border-color: #7F0245;
}
.TagClassName
{
border-color: #7F0245;
}
</style>