Shades of Tyrian Purple #7B0545
Tints of Tyrian Purple #7B0545
RGB
CMYK
RGB Variations
Color information
#7B0545 (or 0x7B0545) is known color: Tyrian Purple. HEX triplet: 7B, 05 and 45. RGB value is (123,5,69). Sum of RGB (Red+Green+Blue) = 123+5+69=197 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.44% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0545 is #84FABA. Grayscale: #2F2F2F. Windows color (decimal): -8714939 or 4523387. OLE color: 4523387.
HSL color Cylindrical-coordinate representation of color #7B0545: hue angle of 327.46º 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 #7B0545 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 69 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.52 |
| HSL | 327.46º | 0.92% | 0.25% | - |
| HSV(B) | 327.46º | 0.96% | 0.48% | - |
| XYZ | 9.3 | 4.75 | 6.06 | - |
| YUV | 47.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 69 | 0 | 0.96 | 0.44 | 0.52 | 327.46 | 0.92 | 0.25 |
| Hex | 7B | 5 | 45 | 0 | 60 | 2C | 34 | 147 | 5C | 19 |
| Octal | 173 | 5 | 105 | 0 | 140 | 54 | 64 | 507 | 134 | 31 |
| Binary | 1111011 | 101 | 1000101 | 0 | 1100000 | 101100 | 110100 | 101000111 | 1011100 | 11001 |
Color Harmonies of #7B0545
Complementary color
Monochromatic Colors of #7B0545
Black with #7B0545
Text Example
Text Example
White with #7B0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0545; }
p { color: rgb(123,5,69); }
H1.HeaderClassName
{
color: #7B0545;
}
.AnyTagClassName
{
color: #7B0545;
}
</style>
background-color css
<style>
a { background-color: #7B0545; }
a { background-color: rgb(123,5,69); }
div.DivClassName
{
background-color: #7B0545;
}
.BgClassName
{
background-color: #7B0545;
}
</style>
border-color css
<style>
span { border-color: #7B0545; }
span { border-color: rgb(123,5,69); }
td.TdClassName
{
border-color: #7B0545;
}
.TagClassName
{
border-color: #7B0545;
}
</style>