Shades of Tyrian Purple #7B0055
Tints of Tyrian Purple #7B0055
RGB
CMYK
RGB Variations
Color information
#7B0055 (or 0x7B0055) is known color: Tyrian Purple. HEX triplet: 7B, 00 and 55. RGB value is (123,0,85). Sum of RGB (Red+Green+Blue) = 123+0+85=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0055 is #84FFAA. Grayscale: #2E2E2E. Windows color (decimal): -8716203 or 5570683. OLE color: 5570683.
HSL color Cylindrical-coordinate representation of color #7B0055: hue angle of 318.54º 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 #7B0055 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.31 | 0.52 |
| HSL | 318.54º | 1% | 0.24% | - |
| HSV(B) | 318.54º | 1% | 0.48% | - |
| XYZ | 9.81 | 4.87 | 9.02 | - |
| YUV | 46.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 85 | 0 | 1 | 0.31 | 0.52 | 318.54 | 1 | 0.24 |
| Hex | 7B | 0 | 55 | 0 | 64 | 1F | 34 | 13F | 64 | 18 |
| Octal | 173 | 0 | 125 | 0 | 144 | 37 | 64 | 477 | 144 | 30 |
| Binary | 1111011 | 0 | 1010101 | 0 | 1100100 | 11111 | 110100 | 100111111 | 1100100 | 11000 |
Color Harmonies of #7B0055
Complementary color
Monochromatic Colors of #7B0055
Black with #7B0055
Text Example
Text Example
White with #7B0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0055; }
p { color: rgb(123,0,85); }
H1.HeaderClassName
{
color: #7B0055;
}
.AnyTagClassName
{
color: #7B0055;
}
</style>
background-color css
<style>
a { background-color: #7B0055; }
a { background-color: rgb(123,0,85); }
div.DivClassName
{
background-color: #7B0055;
}
.BgClassName
{
background-color: #7B0055;
}
</style>
border-color css
<style>
span { border-color: #7B0055; }
span { border-color: rgb(123,0,85); }
td.TdClassName
{
border-color: #7B0055;
}
.TagClassName
{
border-color: #7B0055;
}
</style>