Shades of Tyrian Purple #760A57
Tints of Tyrian Purple #760A57
RGB
CMYK
RGB Variations
Color information
#760A57 (or 0x760A57) is known color: Tyrian Purple. HEX triplet: 76, 0A and 57. RGB value is (118,10,87). Sum of RGB (Red+Green+Blue) = 118+10+87=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A57 is #89F5A8. Grayscale: #323232. Windows color (decimal): -9041321 or 5704310. OLE color: 5704310.
HSL color Cylindrical-coordinate representation of color #760A57: hue angle of 317.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A57 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 87 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.54 |
| HSL | 317.22º | 0.84% | 0.25% | - |
| HSV(B) | 317.22º | 0.92% | 0.46% | - |
| XYZ | 9.3 | 4.76 | 9.44 | - |
| YUV | 51.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 87 | 0 | 0.92 | 0.26 | 0.54 | 317.22 | 0.84 | 0.25 |
| Hex | 76 | A | 57 | 0 | 5C | 1A | 36 | 13D | 54 | 19 |
| Octal | 166 | 12 | 127 | 0 | 134 | 32 | 66 | 475 | 124 | 31 |
| Binary | 1110110 | 1010 | 1010111 | 0 | 1011100 | 11010 | 110110 | 100111101 | 1010100 | 11001 |
Color Harmonies of #760A57
Complementary color
Monochromatic Colors of #760A57
Black with #760A57
Text Example
Text Example
White with #760A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A57; }
p { color: rgb(118,10,87); }
H1.HeaderClassName
{
color: #760A57;
}
.AnyTagClassName
{
color: #760A57;
}
</style>
background-color css
<style>
a { background-color: #760A57; }
a { background-color: rgb(118,10,87); }
div.DivClassName
{
background-color: #760A57;
}
.BgClassName
{
background-color: #760A57;
}
</style>
border-color css
<style>
span { border-color: #760A57; }
span { border-color: rgb(118,10,87); }
td.TdClassName
{
border-color: #760A57;
}
.TagClassName
{
border-color: #760A57;
}
</style>