Shades of Tyrian Purple #7B0155
Tints of Tyrian Purple #7B0155
RGB
CMYK
RGB Variations
Color information
#7B0155 (or 0x7B0155) is known color: Tyrian Purple. HEX triplet: 7B, 01 and 55. RGB value is (123,1,85). Sum of RGB (Red+Green+Blue) = 123+1+85=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0155 is #84FEAA. Grayscale: #2E2E2E. Windows color (decimal): -8715947 or 5570939. OLE color: 5570939.
HSL color Cylindrical-coordinate representation of color #7B0155: hue angle of 318.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0155 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.52 |
| HSL | 318.69º | 0.98% | 0.24% | - |
| HSV(B) | 318.69º | 0.99% | 0.48% | - |
| XYZ | 9.82 | 4.89 | 9.02 | - |
| YUV | 47.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 85 | 0 | 0.99 | 0.31 | 0.52 | 318.69 | 0.98 | 0.24 |
| Hex | 7B | 1 | 55 | 0 | 63 | 1F | 34 | 13F | 62 | 18 |
| Octal | 173 | 1 | 125 | 0 | 143 | 37 | 64 | 477 | 142 | 30 |
| Binary | 1111011 | 1 | 1010101 | 0 | 1100011 | 11111 | 110100 | 100111111 | 1100010 | 11000 |
Color Harmonies of #7B0155
Complementary color
Monochromatic Colors of #7B0155
Black with #7B0155
Text Example
Text Example
White with #7B0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0155; }
p { color: rgb(123,1,85); }
H1.HeaderClassName
{
color: #7B0155;
}
.AnyTagClassName
{
color: #7B0155;
}
</style>
background-color css
<style>
a { background-color: #7B0155; }
a { background-color: rgb(123,1,85); }
div.DivClassName
{
background-color: #7B0155;
}
.BgClassName
{
background-color: #7B0155;
}
</style>
border-color css
<style>
span { border-color: #7B0155; }
span { border-color: rgb(123,1,85); }
td.TdClassName
{
border-color: #7B0155;
}
.TagClassName
{
border-color: #7B0155;
}
</style>