Shades of Tyrian Purple #7B074C
Tints of Tyrian Purple #7B074C
RGB
CMYK
RGB Variations
Color information
#7B074C (or 0x7B074C) is known color: Tyrian Purple. HEX triplet: 7B, 07 and 4C. RGB value is (123,7,76). Sum of RGB (Red+Green+Blue) = 123+7+76=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B074C is #84F8B3. Grayscale: #313131. Windows color (decimal): -8714420 or 4982651. OLE color: 4982651.
HSL color Cylindrical-coordinate representation of color #7B074C: hue angle of 324.31º 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 #7B074C is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 76 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.52 |
| HSL | 324.31º | 0.89% | 0.25% | - |
| HSV(B) | 324.31º | 0.94% | 0.48% | - |
| XYZ | 9.55 | 4.88 | 7.28 | - |
| YUV | 49.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 76 | 0 | 0.94 | 0.38 | 0.52 | 324.31 | 0.89 | 0.25 |
| Hex | 7B | 7 | 4C | 0 | 5E | 26 | 34 | 144 | 59 | 19 |
| Octal | 173 | 7 | 114 | 0 | 136 | 46 | 64 | 504 | 131 | 31 |
| Binary | 1111011 | 111 | 1001100 | 0 | 1011110 | 100110 | 110100 | 101000100 | 1011001 | 11001 |
Color Harmonies of #7B074C
Complementary color
Monochromatic Colors of #7B074C
Black with #7B074C
Text Example
Text Example
White with #7B074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B074C; }
p { color: rgb(123,7,76); }
H1.HeaderClassName
{
color: #7B074C;
}
.AnyTagClassName
{
color: #7B074C;
}
</style>
background-color css
<style>
a { background-color: #7B074C; }
a { background-color: rgb(123,7,76); }
div.DivClassName
{
background-color: #7B074C;
}
.BgClassName
{
background-color: #7B074C;
}
</style>
border-color css
<style>
span { border-color: #7B074C; }
span { border-color: rgb(123,7,76); }
td.TdClassName
{
border-color: #7B074C;
}
.TagClassName
{
border-color: #7B074C;
}
</style>