Shades of Tyrian Purple #7B074F
Tints of Tyrian Purple #7B074F
RGB
CMYK
RGB Variations
Color information
#7B074F (or 0x7B074F) is known color: Tyrian Purple. HEX triplet: 7B, 07 and 4F. RGB value is (123,7,79). Sum of RGB (Red+Green+Blue) = 123+7+79=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B074F is #84F8B0. Grayscale: #313131. Windows color (decimal): -8714417 or 5179259. OLE color: 5179259.
HSL color Cylindrical-coordinate representation of color #7B074F: hue angle of 322.76º 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 #7B074F is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 79 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.52 |
| HSL | 322.76º | 0.89% | 0.25% | - |
| HSV(B) | 322.76º | 0.94% | 0.48% | - |
| XYZ | 9.66 | 4.93 | 7.84 | - |
| YUV | 49.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 79 | 0 | 0.94 | 0.36 | 0.52 | 322.76 | 0.89 | 0.25 |
| Hex | 7B | 7 | 4F | 0 | 5E | 24 | 34 | 143 | 59 | 19 |
| Octal | 173 | 7 | 117 | 0 | 136 | 44 | 64 | 503 | 131 | 31 |
| Binary | 1111011 | 111 | 1001111 | 0 | 1011110 | 100100 | 110100 | 101000011 | 1011001 | 11001 |
Color Harmonies of #7B074F
Complementary color
Monochromatic Colors of #7B074F
Black with #7B074F
Text Example
Text Example
White with #7B074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B074F; }
p { color: rgb(123,7,79); }
H1.HeaderClassName
{
color: #7B074F;
}
.AnyTagClassName
{
color: #7B074F;
}
</style>
background-color css
<style>
a { background-color: #7B074F; }
a { background-color: rgb(123,7,79); }
div.DivClassName
{
background-color: #7B074F;
}
.BgClassName
{
background-color: #7B074F;
}
</style>
border-color css
<style>
span { border-color: #7B074F; }
span { border-color: rgb(123,7,79); }
td.TdClassName
{
border-color: #7B074F;
}
.TagClassName
{
border-color: #7B074F;
}
</style>