Shades of Tyrian Purple #7B0B4D
Tints of Tyrian Purple #7B0B4D
RGB
CMYK
RGB Variations
Color information
#7B0B4D (or 0x7B0B4D) is known color: Tyrian Purple. HEX triplet: 7B, 0B and 4D. RGB value is (123,11,77). Sum of RGB (Red+Green+Blue) = 123+11+77=211 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.29% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0B4D is #84F4B2. Grayscale: #333333. Windows color (decimal): -8713395 or 5049211. OLE color: 5049211.
HSL color Cylindrical-coordinate representation of color #7B0B4D: hue angle of 324.64º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0B4D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 11 | 77 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.52 |
| HSL | 324.64º | 0.84% | 0.26% | - |
| HSV(B) | 324.64º | 0.91% | 0.48% | - |
| XYZ | 9.63 | 4.99 | 7.48 | - |
| YUV | 52.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 77 | 0 | 0.91 | 0.37 | 0.52 | 324.64 | 0.84 | 0.26 |
| Hex | 7B | B | 4D | 0 | 5B | 25 | 34 | 145 | 54 | 1A |
| Octal | 173 | 13 | 115 | 0 | 133 | 45 | 64 | 505 | 124 | 32 |
| Binary | 1111011 | 1011 | 1001101 | 0 | 1011011 | 100101 | 110100 | 101000101 | 1010100 | 11010 |
Color Harmonies of #7B0B4D
Complementary color
Monochromatic Colors of #7B0B4D
Black with #7B0B4D
Text Example
Text Example
White with #7B0B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0B4D; }
p { color: rgb(123,11,77); }
H1.HeaderClassName
{
color: #7B0B4D;
}
.AnyTagClassName
{
color: #7B0B4D;
}
</style>
background-color css
<style>
a { background-color: #7B0B4D; }
a { background-color: rgb(123,11,77); }
div.DivClassName
{
background-color: #7B0B4D;
}
.BgClassName
{
background-color: #7B0B4D;
}
</style>
border-color css
<style>
span { border-color: #7B0B4D; }
span { border-color: rgb(123,11,77); }
td.TdClassName
{
border-color: #7B0B4D;
}
.TagClassName
{
border-color: #7B0B4D;
}
</style>