Shades of Tyrian Purple #7B044E
Tints of Tyrian Purple #7B044E
RGB
CMYK
RGB Variations
Color information
#7B044E (or 0x7B044E) is known color: Tyrian Purple. HEX triplet: 7B, 04 and 4E. RGB value is (123,4,78). Sum of RGB (Red+Green+Blue) = 123+4+78=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B044E is #84FBB1. Grayscale: #2F2F2F. Windows color (decimal): -8715186 or 5112955. OLE color: 5112955.
HSL color Cylindrical-coordinate representation of color #7B044E: hue angle of 322.69º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B044E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 78 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.52 |
| HSL | 322.69º | 0.94% | 0.25% | - |
| HSV(B) | 322.69º | 0.97% | 0.48% | - |
| XYZ | 9.59 | 4.85 | 7.64 | - |
| YUV | 48.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 78 | 0 | 0.97 | 0.37 | 0.52 | 322.69 | 0.94 | 0.25 |
| Hex | 7B | 4 | 4E | 0 | 61 | 25 | 34 | 143 | 5E | 19 |
| Octal | 173 | 4 | 116 | 0 | 141 | 45 | 64 | 503 | 136 | 31 |
| Binary | 1111011 | 100 | 1001110 | 0 | 1100001 | 100101 | 110100 | 101000011 | 1011110 | 11001 |
Color Harmonies of #7B044E
Complementary color
Monochromatic Colors of #7B044E
Black with #7B044E
Text Example
Text Example
White with #7B044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B044E; }
p { color: rgb(123,4,78); }
H1.HeaderClassName
{
color: #7B044E;
}
.AnyTagClassName
{
color: #7B044E;
}
</style>
background-color css
<style>
a { background-color: #7B044E; }
a { background-color: rgb(123,4,78); }
div.DivClassName
{
background-color: #7B044E;
}
.BgClassName
{
background-color: #7B044E;
}
</style>
border-color css
<style>
span { border-color: #7B044E; }
span { border-color: rgb(123,4,78); }
td.TdClassName
{
border-color: #7B044E;
}
.TagClassName
{
border-color: #7B044E;
}
</style>