Shades of Tyrian Purple #7B0344
Tints of Tyrian Purple #7B0344
RGB
CMYK
RGB Variations
Color information
#7B0344 (or 0x7B0344) is known color: Tyrian Purple. HEX triplet: 7B, 03 and 44. RGB value is (123,3,68). Sum of RGB (Red+Green+Blue) = 123+3+68=194 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.40% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0344 is #84FCBB. Grayscale: #2E2E2E. Windows color (decimal): -8715452 or 4457339. OLE color: 4457339.
HSL color Cylindrical-coordinate representation of color #7B0344: hue angle of 327.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0344 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 68 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.52 |
| HSL | 327.5º | 0.95% | 0.25% | - |
| HSV(B) | 327.5º | 0.98% | 0.48% | - |
| XYZ | 9.24 | 4.69 | 5.89 | - |
| YUV | 46.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 68 | 0 | 0.98 | 0.45 | 0.52 | 327.5 | 0.95 | 0.25 |
| Hex | 7B | 3 | 44 | 0 | 62 | 2D | 34 | 148 | 5F | 19 |
| Octal | 173 | 3 | 104 | 0 | 142 | 55 | 64 | 510 | 137 | 31 |
| Binary | 1111011 | 11 | 1000100 | 0 | 1100010 | 101101 | 110100 | 101001000 | 1011111 | 11001 |
Color Harmonies of #7B0344
Complementary color
Monochromatic Colors of #7B0344
Black with #7B0344
Text Example
Text Example
White with #7B0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0344; }
p { color: rgb(123,3,68); }
H1.HeaderClassName
{
color: #7B0344;
}
.AnyTagClassName
{
color: #7B0344;
}
</style>
background-color css
<style>
a { background-color: #7B0344; }
a { background-color: rgb(123,3,68); }
div.DivClassName
{
background-color: #7B0344;
}
.BgClassName
{
background-color: #7B0344;
}
</style>
border-color css
<style>
span { border-color: #7B0344; }
span { border-color: rgb(123,3,68); }
td.TdClassName
{
border-color: #7B0344;
}
.TagClassName
{
border-color: #7B0344;
}
</style>