Shades of Tyrian Purple #7B0A3B
Tints of Tyrian Purple #7B0A3B
RGB
CMYK
RGB Variations
Color information
#7B0A3B (or 0x7B0A3B) is known color: Tyrian Purple. HEX triplet: 7B, 0A and 3B. RGB value is (123,10,59). Sum of RGB (Red+Green+Blue) = 123+10+59=192 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.06% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0A3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0A3B is #84F5C4. Grayscale: #313131. Windows color (decimal): -8713669 or 3869307. OLE color: 3869307.
HSL color Cylindrical-coordinate representation of color #7B0A3B: hue angle of 333.98º 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 #7B0A3B is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 10 | 59 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.52 |
| HSL | 333.98º | 0.85% | 0.26% | - |
| HSV(B) | 333.98º | 0.92% | 0.48% | - |
| XYZ | 9.07 | 4.74 | 4.58 | - |
| YUV | 49.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 59 | 0 | 0.92 | 0.52 | 0.52 | 333.98 | 0.85 | 0.26 |
| Hex | 7B | A | 3B | 0 | 5C | 34 | 34 | 14E | 55 | 1A |
| Octal | 173 | 12 | 73 | 0 | 134 | 64 | 64 | 516 | 125 | 32 |
| Binary | 1111011 | 1010 | 111011 | 0 | 1011100 | 110100 | 110100 | 101001110 | 1010101 | 11010 |
Color Harmonies of #7B0A3B
Complementary color
Monochromatic Colors of #7B0A3B
Black with #7B0A3B
Text Example
Text Example
White with #7B0A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0A3B; }
p { color: rgb(123,10,59); }
H1.HeaderClassName
{
color: #7B0A3B;
}
.AnyTagClassName
{
color: #7B0A3B;
}
</style>
background-color css
<style>
a { background-color: #7B0A3B; }
a { background-color: rgb(123,10,59); }
div.DivClassName
{
background-color: #7B0A3B;
}
.BgClassName
{
background-color: #7B0A3B;
}
</style>
border-color css
<style>
span { border-color: #7B0A3B; }
span { border-color: rgb(123,10,59); }
td.TdClassName
{
border-color: #7B0A3B;
}
.TagClassName
{
border-color: #7B0A3B;
}
</style>