Shades of Tyrian Purple #7B053B
Tints of Tyrian Purple #7B053B
RGB
CMYK
RGB Variations
Color information
#7B053B (or 0x7B053B) is known color: Tyrian Purple. HEX triplet: 7B, 05 and 3B. RGB value is (123,5,59). Sum of RGB (Red+Green+Blue) = 123+5+59=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B053B is #84FAC4. Grayscale: #2E2E2E. Windows color (decimal): -8714949 or 3868027. OLE color: 3868027.
HSL color Cylindrical-coordinate representation of color #7B053B: hue angle of 332.54º 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 #7B053B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 59 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.52 |
| HSL | 332.54º | 0.92% | 0.25% | - |
| HSV(B) | 332.54º | 0.96% | 0.48% | - |
| XYZ | 9.01 | 4.64 | 4.56 | - |
| YUV | 46.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 59 | 0 | 0.96 | 0.52 | 0.52 | 332.54 | 0.92 | 0.25 |
| Hex | 7B | 5 | 3B | 0 | 60 | 34 | 34 | 14D | 5C | 19 |
| Octal | 173 | 5 | 73 | 0 | 140 | 64 | 64 | 515 | 134 | 31 |
| Binary | 1111011 | 101 | 111011 | 0 | 1100000 | 110100 | 110100 | 101001101 | 1011100 | 11001 |
Color Harmonies of #7B053B
Complementary color
Monochromatic Colors of #7B053B
Black with #7B053B
Text Example
Text Example
White with #7B053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B053B; }
p { color: rgb(123,5,59); }
H1.HeaderClassName
{
color: #7B053B;
}
.AnyTagClassName
{
color: #7B053B;
}
</style>
background-color css
<style>
a { background-color: #7B053B; }
a { background-color: rgb(123,5,59); }
div.DivClassName
{
background-color: #7B053B;
}
.BgClassName
{
background-color: #7B053B;
}
</style>
border-color css
<style>
span { border-color: #7B053B; }
span { border-color: rgb(123,5,59); }
td.TdClassName
{
border-color: #7B053B;
}
.TagClassName
{
border-color: #7B053B;
}
</style>