Shades of Tyrian Purple #760B58
Tints of Tyrian Purple #760B58
RGB
CMYK
RGB Variations
Color information
#760B58 (or 0x760B58) is known color: Tyrian Purple. HEX triplet: 76, 0B and 58. RGB value is (118,11,88). Sum of RGB (Red+Green+Blue) = 118+11+88=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #760B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B58 is #89F4A7. Grayscale: #333333. Windows color (decimal): -9041064 or 5770102. OLE color: 5770102.
HSL color Cylindrical-coordinate representation of color #760B58: hue angle of 316.82º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B58 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 88 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.54 |
| HSL | 316.82º | 0.83% | 0.25% | - |
| HSV(B) | 316.82º | 0.91% | 0.46% | - |
| XYZ | 9.35 | 4.8 | 9.67 | - |
| YUV | 51.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 88 | 0 | 0.91 | 0.25 | 0.54 | 316.82 | 0.83 | 0.25 |
| Hex | 76 | B | 58 | 0 | 5B | 19 | 36 | 13D | 53 | 19 |
| Octal | 166 | 13 | 130 | 0 | 133 | 31 | 66 | 475 | 123 | 31 |
| Binary | 1110110 | 1011 | 1011000 | 0 | 1011011 | 11001 | 110110 | 100111101 | 1010011 | 11001 |
Color Harmonies of #760B58
Complementary color
Monochromatic Colors of #760B58
Black with #760B58
Text Example
Text Example
White with #760B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B58; }
p { color: rgb(118,11,88); }
H1.HeaderClassName
{
color: #760B58;
}
.AnyTagClassName
{
color: #760B58;
}
</style>
background-color css
<style>
a { background-color: #760B58; }
a { background-color: rgb(118,11,88); }
div.DivClassName
{
background-color: #760B58;
}
.BgClassName
{
background-color: #760B58;
}
</style>
border-color css
<style>
span { border-color: #760B58; }
span { border-color: rgb(118,11,88); }
td.TdClassName
{
border-color: #760B58;
}
.TagClassName
{
border-color: #760B58;
}
</style>