Shades of Tyrian Purple #7B044D
Tints of Tyrian Purple #7B044D
RGB
CMYK
RGB Variations
Color information
#7B044D (or 0x7B044D) is known color: Tyrian Purple. HEX triplet: 7B, 04 and 4D. RGB value is (123,4,77). Sum of RGB (Red+Green+Blue) = 123+4+77=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B044D is #84FBB2. Grayscale: #2F2F2F. Windows color (decimal): -8715187 or 5047419. OLE color: 5047419.
HSL color Cylindrical-coordinate representation of color #7B044D: hue angle of 323.19º 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 #7B044D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 77 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.52 |
| HSL | 323.19º | 0.94% | 0.25% | - |
| HSV(B) | 323.19º | 0.97% | 0.48% | - |
| XYZ | 9.55 | 4.83 | 7.45 | - |
| YUV | 47.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 77 | 0 | 0.97 | 0.37 | 0.52 | 323.19 | 0.94 | 0.25 |
| Hex | 7B | 4 | 4D | 0 | 61 | 25 | 34 | 143 | 5E | 19 |
| Octal | 173 | 4 | 115 | 0 | 141 | 45 | 64 | 503 | 136 | 31 |
| Binary | 1111011 | 100 | 1001101 | 0 | 1100001 | 100101 | 110100 | 101000011 | 1011110 | 11001 |
Color Harmonies of #7B044D
Complementary color
Monochromatic Colors of #7B044D
Black with #7B044D
Text Example
Text Example
White with #7B044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B044D; }
p { color: rgb(123,4,77); }
H1.HeaderClassName
{
color: #7B044D;
}
.AnyTagClassName
{
color: #7B044D;
}
</style>
background-color css
<style>
a { background-color: #7B044D; }
a { background-color: rgb(123,4,77); }
div.DivClassName
{
background-color: #7B044D;
}
.BgClassName
{
background-color: #7B044D;
}
</style>
border-color css
<style>
span { border-color: #7B044D; }
span { border-color: rgb(123,4,77); }
td.TdClassName
{
border-color: #7B044D;
}
.TagClassName
{
border-color: #7B044D;
}
</style>