Shades of Tyrian Purple #7B073A
Tints of Tyrian Purple #7B073A
RGB
CMYK
RGB Variations
Color information
#7B073A (or 0x7B073A) is known color: Tyrian Purple. HEX triplet: 7B, 07 and 3A. RGB value is (123,7,58). Sum of RGB (Red+Green+Blue) = 123+7+58=188 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.43% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 123 - color contains mainly: red. Hex color #7B073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B073A is #84F8C5. Grayscale: #2F2F2F. Windows color (decimal): -8714438 or 3803003. OLE color: 3803003.
HSL color Cylindrical-coordinate representation of color #7B073A: hue angle of 333.62º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B073A is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 58 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.52 |
| HSL | 333.62º | 0.89% | 0.25% | - |
| HSV(B) | 333.62º | 0.94% | 0.48% | - |
| XYZ | 9.01 | 4.67 | 4.43 | - |
| YUV | 47.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 58 | 0 | 0.94 | 0.53 | 0.52 | 333.62 | 0.89 | 0.25 |
| Hex | 7B | 7 | 3A | 0 | 5E | 35 | 34 | 14E | 59 | 19 |
| Octal | 173 | 7 | 72 | 0 | 136 | 65 | 64 | 516 | 131 | 31 |
| Binary | 1111011 | 111 | 111010 | 0 | 1011110 | 110101 | 110100 | 101001110 | 1011001 | 11001 |
Color Harmonies of #7B073A
Complementary color
Monochromatic Colors of #7B073A
Black with #7B073A
Text Example
Text Example
White with #7B073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B073A; }
p { color: rgb(123,7,58); }
H1.HeaderClassName
{
color: #7B073A;
}
.AnyTagClassName
{
color: #7B073A;
}
</style>
background-color css
<style>
a { background-color: #7B073A; }
a { background-color: rgb(123,7,58); }
div.DivClassName
{
background-color: #7B073A;
}
.BgClassName
{
background-color: #7B073A;
}
</style>
border-color css
<style>
span { border-color: #7B073A; }
span { border-color: rgb(123,7,58); }
td.TdClassName
{
border-color: #7B073A;
}
.TagClassName
{
border-color: #7B073A;
}
</style>