Shades of Tyrian Purple #7B0340
Tints of Tyrian Purple #7B0340
RGB
CMYK
RGB Variations
Color information
#7B0340 (or 0x7B0340) is known color: Tyrian Purple. HEX triplet: 7B, 03 and 40. RGB value is (123,3,64). Sum of RGB (Red+Green+Blue) = 123+3+64=190 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.74% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0340 is #84FCBF. Grayscale: #2D2D2D. Windows color (decimal): -8715456 or 4195195. OLE color: 4195195.
HSL color Cylindrical-coordinate representation of color #7B0340: hue angle of 329.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 #7B0340 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 64 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.52 |
| HSL | 329.5º | 0.95% | 0.25% | - |
| HSV(B) | 329.5º | 0.98% | 0.48% | - |
| XYZ | 9.13 | 4.65 | 5.27 | - |
| YUV | 45.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 64 | 0 | 0.98 | 0.48 | 0.52 | 329.5 | 0.95 | 0.25 |
| Hex | 7B | 3 | 40 | 0 | 62 | 30 | 34 | 14A | 5F | 19 |
| Octal | 173 | 3 | 100 | 0 | 142 | 60 | 64 | 512 | 137 | 31 |
| Binary | 1111011 | 11 | 1000000 | 0 | 1100010 | 110000 | 110100 | 101001010 | 1011111 | 11001 |
Color Harmonies of #7B0340
Complementary color
Monochromatic Colors of #7B0340
Black with #7B0340
Text Example
Text Example
White with #7B0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0340; }
p { color: rgb(123,3,64); }
H1.HeaderClassName
{
color: #7B0340;
}
.AnyTagClassName
{
color: #7B0340;
}
</style>
background-color css
<style>
a { background-color: #7B0340; }
a { background-color: rgb(123,3,64); }
div.DivClassName
{
background-color: #7B0340;
}
.BgClassName
{
background-color: #7B0340;
}
</style>
border-color css
<style>
span { border-color: #7B0340; }
span { border-color: rgb(123,3,64); }
td.TdClassName
{
border-color: #7B0340;
}
.TagClassName
{
border-color: #7B0340;
}
</style>