Shades of Tyrian Purple #7B0542
Tints of Tyrian Purple #7B0542
RGB
CMYK
RGB Variations
Color information
#7B0542 (or 0x7B0542) is known color: Tyrian Purple. HEX triplet: 7B, 05 and 42. RGB value is (123,5,66). Sum of RGB (Red+Green+Blue) = 123+5+66=194 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.40% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0542 is #84FABD. Grayscale: #2F2F2F. Windows color (decimal): -8714942 or 4326779. OLE color: 4326779.
HSL color Cylindrical-coordinate representation of color #7B0542: hue angle of 328.98º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0542 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 66 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.52 |
| HSL | 328.98º | 0.92% | 0.25% | - |
| HSV(B) | 328.98º | 0.96% | 0.48% | - |
| XYZ | 9.21 | 4.71 | 5.58 | - |
| YUV | 47.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 66 | 0 | 0.96 | 0.46 | 0.52 | 328.98 | 0.92 | 0.25 |
| Hex | 7B | 5 | 42 | 0 | 60 | 2E | 34 | 149 | 5C | 19 |
| Octal | 173 | 5 | 102 | 0 | 140 | 56 | 64 | 511 | 134 | 31 |
| Binary | 1111011 | 101 | 1000010 | 0 | 1100000 | 101110 | 110100 | 101001001 | 1011100 | 11001 |
Color Harmonies of #7B0542
Complementary color
Monochromatic Colors of #7B0542
Black with #7B0542
Text Example
Text Example
White with #7B0542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0542; }
p { color: rgb(123,5,66); }
H1.HeaderClassName
{
color: #7B0542;
}
.AnyTagClassName
{
color: #7B0542;
}
</style>
background-color css
<style>
a { background-color: #7B0542; }
a { background-color: rgb(123,5,66); }
div.DivClassName
{
background-color: #7B0542;
}
.BgClassName
{
background-color: #7B0542;
}
</style>
border-color css
<style>
span { border-color: #7B0542; }
span { border-color: rgb(123,5,66); }
td.TdClassName
{
border-color: #7B0542;
}
.TagClassName
{
border-color: #7B0542;
}
</style>