Shades of Tyrian Purple #7B074E
Tints of Tyrian Purple #7B074E
RGB
CMYK
RGB Variations
Color information
#7B074E (or 0x7B074E) is known color: Tyrian Purple. HEX triplet: 7B, 07 and 4E. RGB value is (123,7,78). Sum of RGB (Red+Green+Blue) = 123+7+78=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B074E is #84F8B1. Grayscale: #313131. Windows color (decimal): -8714418 or 5113723. OLE color: 5113723.
HSL color Cylindrical-coordinate representation of color #7B074E: hue angle of 323.28º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B074E is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 78 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.52 |
| HSL | 323.28º | 0.89% | 0.25% | - |
| HSV(B) | 323.28º | 0.94% | 0.48% | - |
| XYZ | 9.62 | 4.91 | 7.65 | - |
| YUV | 49.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 78 | 0 | 0.94 | 0.37 | 0.52 | 323.28 | 0.89 | 0.25 |
| Hex | 7B | 7 | 4E | 0 | 5E | 25 | 34 | 143 | 59 | 19 |
| Octal | 173 | 7 | 116 | 0 | 136 | 45 | 64 | 503 | 131 | 31 |
| Binary | 1111011 | 111 | 1001110 | 0 | 1011110 | 100101 | 110100 | 101000011 | 1011001 | 11001 |
Color Harmonies of #7B074E
Complementary color
Monochromatic Colors of #7B074E
Black with #7B074E
Text Example
Text Example
White with #7B074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B074E; }
p { color: rgb(123,7,78); }
H1.HeaderClassName
{
color: #7B074E;
}
.AnyTagClassName
{
color: #7B074E;
}
</style>
background-color css
<style>
a { background-color: #7B074E; }
a { background-color: rgb(123,7,78); }
div.DivClassName
{
background-color: #7B074E;
}
.BgClassName
{
background-color: #7B074E;
}
</style>
border-color css
<style>
span { border-color: #7B074E; }
span { border-color: rgb(123,7,78); }
td.TdClassName
{
border-color: #7B074E;
}
.TagClassName
{
border-color: #7B074E;
}
</style>