Shades of Tyrian Purple #7F0544
Tints of Tyrian Purple #7F0544
RGB
CMYK
RGB Variations
Color information
#7F0544 (or 0x7F0544) is known color: Tyrian Purple. HEX triplet: 7F, 05 and 44. RGB value is (127,5,68). Sum of RGB (Red+Green+Blue) = 127+5+68=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0544 is #80FABB. Grayscale: #303030. Windows color (decimal): -8452796 or 4457855. OLE color: 4457855.
HSL color Cylindrical-coordinate representation of color #7F0544: hue angle of 329.02º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0544 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 68 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.50 |
| HSL | 329.02º | 0.92% | 0.26% | - |
| HSV(B) | 329.02º | 0.96% | 0.5% | - |
| XYZ | 9.85 | 5.04 | 5.92 | - |
| YUV | 48.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 68 | 0 | 0.96 | 0.46 | 0.50 | 329.02 | 0.92 | 0.26 |
| Hex | 7F | 5 | 44 | 0 | 60 | 2E | 32 | 149 | 5C | 1A |
| Octal | 177 | 5 | 104 | 0 | 140 | 56 | 62 | 511 | 134 | 32 |
| Binary | 1111111 | 101 | 1000100 | 0 | 1100000 | 101110 | 110010 | 101001001 | 1011100 | 11010 |
Color Harmonies of #7F0544
Complementary color
Monochromatic Colors of #7F0544
Black with #7F0544
Text Example
Text Example
White with #7F0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0544; }
p { color: rgb(127,5,68); }
H1.HeaderClassName
{
color: #7F0544;
}
.AnyTagClassName
{
color: #7F0544;
}
</style>
background-color css
<style>
a { background-color: #7F0544; }
a { background-color: rgb(127,5,68); }
div.DivClassName
{
background-color: #7F0544;
}
.BgClassName
{
background-color: #7F0544;
}
</style>
border-color css
<style>
span { border-color: #7F0544; }
span { border-color: rgb(127,5,68); }
td.TdClassName
{
border-color: #7F0544;
}
.TagClassName
{
border-color: #7F0544;
}
</style>