Shades of Tyrian Purple #7B094D
Tints of Tyrian Purple #7B094D
RGB
CMYK
RGB Variations
Color information
#7B094D (or 0x7B094D) is known color: Tyrian Purple. HEX triplet: 7B, 09 and 4D. RGB value is (123,9,77). Sum of RGB (Red+Green+Blue) = 123+9+77=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B094D is #84F6B2. Grayscale: #323232. Windows color (decimal): -8713907 or 5048699. OLE color: 5048699.
HSL color Cylindrical-coordinate representation of color #7B094D: hue angle of 324.21º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B094D is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 9 | 77 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.52 |
| HSL | 324.21º | 0.86% | 0.26% | - |
| HSV(B) | 324.21º | 0.93% | 0.48% | - |
| XYZ | 9.61 | 4.94 | 7.47 | - |
| YUV | 50.84 | 142.77 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 77 | 0 | 0.93 | 0.37 | 0.52 | 324.21 | 0.86 | 0.26 |
| Hex | 7B | 9 | 4D | 0 | 5D | 25 | 34 | 144 | 56 | 1A |
| Octal | 173 | 11 | 115 | 0 | 135 | 45 | 64 | 504 | 126 | 32 |
| Binary | 1111011 | 1001 | 1001101 | 0 | 1011101 | 100101 | 110100 | 101000100 | 1010110 | 11010 |
Color Harmonies of #7B094D
Complementary color
Monochromatic Colors of #7B094D
Black with #7B094D
Text Example
Text Example
White with #7B094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B094D; }
p { color: rgb(123,9,77); }
H1.HeaderClassName
{
color: #7B094D;
}
.AnyTagClassName
{
color: #7B094D;
}
</style>
background-color css
<style>
a { background-color: #7B094D; }
a { background-color: rgb(123,9,77); }
div.DivClassName
{
background-color: #7B094D;
}
.BgClassName
{
background-color: #7B094D;
}
</style>
border-color css
<style>
span { border-color: #7B094D; }
span { border-color: rgb(123,9,77); }
td.TdClassName
{
border-color: #7B094D;
}
.TagClassName
{
border-color: #7B094D;
}
</style>