Shades of Tyrian Purple #7B0554
Tints of Tyrian Purple #7B0554
RGB
CMYK
RGB Variations
Color information
#7B0554 (or 0x7B0554) is known color: Tyrian Purple. HEX triplet: 7B, 05 and 54. RGB value is (123,5,84). Sum of RGB (Red+Green+Blue) = 123+5+84=212 (28% of max value = 765). Red value is 123 (48.44% from 255 or 58.02% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0554 is #84FAAB. Grayscale: #313131. Windows color (decimal): -8714924 or 5506427. OLE color: 5506427.
HSL color Cylindrical-coordinate representation of color #7B0554: hue angle of 319.83º 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 #7B0554 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 84 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.52 |
| HSL | 319.83º | 0.92% | 0.25% | - |
| HSV(B) | 319.83º | 0.96% | 0.48% | - |
| XYZ | 9.82 | 4.96 | 8.83 | - |
| YUV | 49.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 84 | 0 | 0.96 | 0.32 | 0.52 | 319.83 | 0.92 | 0.25 |
| Hex | 7B | 5 | 54 | 0 | 60 | 20 | 34 | 140 | 5C | 19 |
| Octal | 173 | 5 | 124 | 0 | 140 | 40 | 64 | 500 | 134 | 31 |
| Binary | 1111011 | 101 | 1010100 | 0 | 1100000 | 100000 | 110100 | 101000000 | 1011100 | 11001 |
Color Harmonies of #7B0554
Complementary color
Monochromatic Colors of #7B0554
Black with #7B0554
Text Example
Text Example
White with #7B0554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0554; }
p { color: rgb(123,5,84); }
H1.HeaderClassName
{
color: #7B0554;
}
.AnyTagClassName
{
color: #7B0554;
}
</style>
background-color css
<style>
a { background-color: #7B0554; }
a { background-color: rgb(123,5,84); }
div.DivClassName
{
background-color: #7B0554;
}
.BgClassName
{
background-color: #7B0554;
}
</style>
border-color css
<style>
span { border-color: #7B0554; }
span { border-color: rgb(123,5,84); }
td.TdClassName
{
border-color: #7B0554;
}
.TagClassName
{
border-color: #7B0554;
}
</style>