Shades of Tyrian Purple #7B0A4F
Tints of Tyrian Purple #7B0A4F
RGB
CMYK
RGB Variations
Color information
#7B0A4F (or 0x7B0A4F) is known color: Tyrian Purple. HEX triplet: 7B, 0A and 4F. RGB value is (123,10,79). Sum of RGB (Red+Green+Blue) = 123+10+79=212 (28% of max value = 765). Red value is 123 (48.44% from 255 or 58.02% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0A4F is #84F5B0. Grayscale: #333333. Windows color (decimal): -8713649 or 5180027. OLE color: 5180027.
HSL color Cylindrical-coordinate representation of color #7B0A4F: hue angle of 323.36º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0A4F is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 10 | 79 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.52 |
| HSL | 323.36º | 0.85% | 0.26% | - |
| HSV(B) | 323.36º | 0.92% | 0.48% | - |
| XYZ | 9.69 | 4.99 | 7.85 | - |
| YUV | 51.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 79 | 0 | 0.92 | 0.36 | 0.52 | 323.36 | 0.85 | 0.26 |
| Hex | 7B | A | 4F | 0 | 5C | 24 | 34 | 143 | 55 | 1A |
| Octal | 173 | 12 | 117 | 0 | 134 | 44 | 64 | 503 | 125 | 32 |
| Binary | 1111011 | 1010 | 1001111 | 0 | 1011100 | 100100 | 110100 | 101000011 | 1010101 | 11010 |
Color Harmonies of #7B0A4F
Complementary color
Monochromatic Colors of #7B0A4F
Black with #7B0A4F
Text Example
Text Example
White with #7B0A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0A4F; }
p { color: rgb(123,10,79); }
H1.HeaderClassName
{
color: #7B0A4F;
}
.AnyTagClassName
{
color: #7B0A4F;
}
</style>
background-color css
<style>
a { background-color: #7B0A4F; }
a { background-color: rgb(123,10,79); }
div.DivClassName
{
background-color: #7B0A4F;
}
.BgClassName
{
background-color: #7B0A4F;
}
</style>
border-color css
<style>
span { border-color: #7B0A4F; }
span { border-color: rgb(123,10,79); }
td.TdClassName
{
border-color: #7B0A4F;
}
.TagClassName
{
border-color: #7B0A4F;
}
</style>