Shades of Tyrian Purple #7B0047
Tints of Tyrian Purple #7B0047
RGB
CMYK
RGB Variations
Color information
#7B0047 (or 0x7B0047) is known color: Tyrian Purple. HEX triplet: 7B, 00 and 47. RGB value is (123,0,71). Sum of RGB (Red+Green+Blue) = 123+0+71=194 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.40% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0047 is #84FFB8. Grayscale: #2C2C2C. Windows color (decimal): -8716217 or 4653179. OLE color: 4653179.
HSL color Cylindrical-coordinate representation of color #7B0047: hue angle of 325.37º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0047 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.42 | 0.52 |
| HSL | 325.37º | 1% | 0.24% | - |
| HSV(B) | 325.37º | 1% | 0.48% | - |
| XYZ | 9.31 | 4.67 | 6.37 | - |
| YUV | 44.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 71 | 0 | 1 | 0.42 | 0.52 | 325.37 | 1 | 0.24 |
| Hex | 7B | 0 | 47 | 0 | 64 | 2A | 34 | 145 | 64 | 18 |
| Octal | 173 | 0 | 107 | 0 | 144 | 52 | 64 | 505 | 144 | 30 |
| Binary | 1111011 | 0 | 1000111 | 0 | 1100100 | 101010 | 110100 | 101000101 | 1100100 | 11000 |
Color Harmonies of #7B0047
Complementary color
Monochromatic Colors of #7B0047
Black with #7B0047
Text Example
Text Example
White with #7B0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0047; }
p { color: rgb(123,0,71); }
H1.HeaderClassName
{
color: #7B0047;
}
.AnyTagClassName
{
color: #7B0047;
}
</style>
background-color css
<style>
a { background-color: #7B0047; }
a { background-color: rgb(123,0,71); }
div.DivClassName
{
background-color: #7B0047;
}
.BgClassName
{
background-color: #7B0047;
}
</style>
border-color css
<style>
span { border-color: #7B0047; }
span { border-color: rgb(123,0,71); }
td.TdClassName
{
border-color: #7B0047;
}
.TagClassName
{
border-color: #7B0047;
}
</style>