Shades of Tyrian Purple #7F0539
Tints of Tyrian Purple #7F0539
RGB
CMYK
RGB Variations
Color information
#7F0539 (or 0x7F0539) is known color: Tyrian Purple. HEX triplet: 7F, 05 and 39. RGB value is (127,5,57). Sum of RGB (Red+Green+Blue) = 127+5+57=189 (25% of max value = 765). Red value is 127 (50% from 255 or 67.20% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0539 is #80FAC6. Grayscale: #2F2F2F. Windows color (decimal): -8452807 or 3736959. OLE color: 3736959.
HSL color Cylindrical-coordinate representation of color #7F0539: hue angle of 334.43º 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 #7F0539 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 57 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.50 |
| HSL | 334.43º | 0.92% | 0.26% | - |
| HSV(B) | 334.43º | 0.96% | 0.5% | - |
| XYZ | 9.55 | 4.92 | 4.32 | - |
| YUV | 47.41 | 133.42 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 57 | 0 | 0.96 | 0.55 | 0.50 | 334.43 | 0.92 | 0.26 |
| Hex | 7F | 5 | 39 | 0 | 60 | 37 | 32 | 14E | 5C | 1A |
| Octal | 177 | 5 | 71 | 0 | 140 | 67 | 62 | 516 | 134 | 32 |
| Binary | 1111111 | 101 | 111001 | 0 | 1100000 | 110111 | 110010 | 101001110 | 1011100 | 11010 |
Color Harmonies of #7F0539
Complementary color
Monochromatic Colors of #7F0539
Black with #7F0539
Text Example
Text Example
White with #7F0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0539; }
p { color: rgb(127,5,57); }
H1.HeaderClassName
{
color: #7F0539;
}
.AnyTagClassName
{
color: #7F0539;
}
</style>
background-color css
<style>
a { background-color: #7F0539; }
a { background-color: rgb(127,5,57); }
div.DivClassName
{
background-color: #7F0539;
}
.BgClassName
{
background-color: #7F0539;
}
</style>
border-color css
<style>
span { border-color: #7F0539; }
span { border-color: rgb(127,5,57); }
td.TdClassName
{
border-color: #7F0539;
}
.TagClassName
{
border-color: #7F0539;
}
</style>