Shades of Tyrian Purple #7B054E
Tints of Tyrian Purple #7B054E
RGB
CMYK
RGB Variations
Color information
#7B054E (or 0x7B054E) is known color: Tyrian Purple. HEX triplet: 7B, 05 and 4E. RGB value is (123,5,78). Sum of RGB (Red+Green+Blue) = 123+5+78=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B054E is #84FAB1. Grayscale: #303030. Windows color (decimal): -8714930 or 5113211. OLE color: 5113211.
HSL color Cylindrical-coordinate representation of color #7B054E: hue angle of 322.88º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B054E is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 78 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.52 |
| HSL | 322.88º | 0.92% | 0.25% | - |
| HSV(B) | 322.88º | 0.96% | 0.48% | - |
| XYZ | 9.6 | 4.87 | 7.64 | - |
| YUV | 48.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 78 | 0 | 0.96 | 0.37 | 0.52 | 322.88 | 0.92 | 0.25 |
| Hex | 7B | 5 | 4E | 0 | 60 | 25 | 34 | 143 | 5C | 19 |
| Octal | 173 | 5 | 116 | 0 | 140 | 45 | 64 | 503 | 134 | 31 |
| Binary | 1111011 | 101 | 1001110 | 0 | 1100000 | 100101 | 110100 | 101000011 | 1011100 | 11001 |
Color Harmonies of #7B054E
Complementary color
Monochromatic Colors of #7B054E
Black with #7B054E
Text Example
Text Example
White with #7B054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B054E; }
p { color: rgb(123,5,78); }
H1.HeaderClassName
{
color: #7B054E;
}
.AnyTagClassName
{
color: #7B054E;
}
</style>
background-color css
<style>
a { background-color: #7B054E; }
a { background-color: rgb(123,5,78); }
div.DivClassName
{
background-color: #7B054E;
}
.BgClassName
{
background-color: #7B054E;
}
</style>
border-color css
<style>
span { border-color: #7B054E; }
span { border-color: rgb(123,5,78); }
td.TdClassName
{
border-color: #7B054E;
}
.TagClassName
{
border-color: #7B054E;
}
</style>