Shades of Tyrian Purple #7B0849
Tints of Tyrian Purple #7B0849
RGB
CMYK
RGB Variations
Color information
#7B0849 (or 0x7B0849) is known color: Tyrian Purple. HEX triplet: 7B, 08 and 49. RGB value is (123,8,73). Sum of RGB (Red+Green+Blue) = 123+8+73=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0849 is #84F7B6. Grayscale: #313131. Windows color (decimal): -8714167 or 4786299. OLE color: 4786299.
HSL color Cylindrical-coordinate representation of color #7B0849: hue angle of 326.09º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0849 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 73 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.52 |
| HSL | 326.09º | 0.88% | 0.26% | - |
| HSV(B) | 326.09º | 0.93% | 0.48% | - |
| XYZ | 9.46 | 4.87 | 6.74 | - |
| YUV | 49.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 73 | 0 | 0.93 | 0.41 | 0.52 | 326.09 | 0.88 | 0.26 |
| Hex | 7B | 8 | 49 | 0 | 5D | 29 | 34 | 146 | 58 | 1A |
| Octal | 173 | 10 | 111 | 0 | 135 | 51 | 64 | 506 | 130 | 32 |
| Binary | 1111011 | 1000 | 1001001 | 0 | 1011101 | 101001 | 110100 | 101000110 | 1011000 | 11010 |
Color Harmonies of #7B0849
Complementary color
Monochromatic Colors of #7B0849
Black with #7B0849
Text Example
Text Example
White with #7B0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0849; }
p { color: rgb(123,8,73); }
H1.HeaderClassName
{
color: #7B0849;
}
.AnyTagClassName
{
color: #7B0849;
}
</style>
background-color css
<style>
a { background-color: #7B0849; }
a { background-color: rgb(123,8,73); }
div.DivClassName
{
background-color: #7B0849;
}
.BgClassName
{
background-color: #7B0849;
}
</style>
border-color css
<style>
span { border-color: #7B0849; }
span { border-color: rgb(123,8,73); }
td.TdClassName
{
border-color: #7B0849;
}
.TagClassName
{
border-color: #7B0849;
}
</style>