Shades of Tyrian Purple #760A58
Tints of Tyrian Purple #760A58
RGB
CMYK
RGB Variations
Color information
#760A58 (or 0x760A58) is known color: Tyrian Purple. HEX triplet: 76, 0A and 58. RGB value is (118,10,88). Sum of RGB (Red+Green+Blue) = 118+10+88=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #760A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A58 is #89F5A7. Grayscale: #323232. Windows color (decimal): -9041320 or 5769846. OLE color: 5769846.
HSL color Cylindrical-coordinate representation of color #760A58: hue angle of 316.67º 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 #760A58 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 88 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.54 |
| HSL | 316.67º | 0.84% | 0.25% | - |
| HSV(B) | 316.67º | 0.92% | 0.46% | - |
| XYZ | 9.34 | 4.77 | 9.66 | - |
| YUV | 51.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 88 | 0 | 0.92 | 0.25 | 0.54 | 316.67 | 0.84 | 0.25 |
| Hex | 76 | A | 58 | 0 | 5C | 19 | 36 | 13D | 54 | 19 |
| Octal | 166 | 12 | 130 | 0 | 134 | 31 | 66 | 475 | 124 | 31 |
| Binary | 1110110 | 1010 | 1011000 | 0 | 1011100 | 11001 | 110110 | 100111101 | 1010100 | 11001 |
Color Harmonies of #760A58
Complementary color
Monochromatic Colors of #760A58
Black with #760A58
Text Example
Text Example
White with #760A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A58; }
p { color: rgb(118,10,88); }
H1.HeaderClassName
{
color: #760A58;
}
.AnyTagClassName
{
color: #760A58;
}
</style>
background-color css
<style>
a { background-color: #760A58; }
a { background-color: rgb(118,10,88); }
div.DivClassName
{
background-color: #760A58;
}
.BgClassName
{
background-color: #760A58;
}
</style>
border-color css
<style>
span { border-color: #760A58; }
span { border-color: rgb(118,10,88); }
td.TdClassName
{
border-color: #760A58;
}
.TagClassName
{
border-color: #760A58;
}
</style>