Shades of Tyrian Purple #7F054B
Tints of Tyrian Purple #7F054B
RGB
CMYK
RGB Variations
Color information
#7F054B (or 0x7F054B) is known color: Tyrian Purple. HEX triplet: 7F, 05 and 4B. RGB value is (127,5,75). Sum of RGB (Red+Green+Blue) = 127+5+75=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F054B is #80FAB4. Grayscale: #313131. Windows color (decimal): -8452789 or 4916607. OLE color: 4916607.
HSL color Cylindrical-coordinate representation of color #7F054B: hue angle of 325.57º 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 #7F054B is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 75 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.50 |
| HSL | 325.57º | 0.92% | 0.26% | - |
| HSV(B) | 325.57º | 0.96% | 0.5% | - |
| XYZ | 10.08 | 5.13 | 7.12 | - |
| YUV | 49.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 75 | 0 | 0.96 | 0.41 | 0.50 | 325.57 | 0.92 | 0.26 |
| Hex | 7F | 5 | 4B | 0 | 60 | 29 | 32 | 146 | 5C | 1A |
| Octal | 177 | 5 | 113 | 0 | 140 | 51 | 62 | 506 | 134 | 32 |
| Binary | 1111111 | 101 | 1001011 | 0 | 1100000 | 101001 | 110010 | 101000110 | 1011100 | 11010 |
Color Harmonies of #7F054B
Complementary color
Monochromatic Colors of #7F054B
Black with #7F054B
Text Example
Text Example
White with #7F054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F054B; }
p { color: rgb(127,5,75); }
H1.HeaderClassName
{
color: #7F054B;
}
.AnyTagClassName
{
color: #7F054B;
}
</style>
background-color css
<style>
a { background-color: #7F054B; }
a { background-color: rgb(127,5,75); }
div.DivClassName
{
background-color: #7F054B;
}
.BgClassName
{
background-color: #7F054B;
}
</style>
border-color css
<style>
span { border-color: #7F054B; }
span { border-color: rgb(127,5,75); }
td.TdClassName
{
border-color: #7F054B;
}
.TagClassName
{
border-color: #7F054B;
}
</style>