Shades of Tyrian Purple #760B56
Tints of Tyrian Purple #760B56
RGB
CMYK
RGB Variations
Color information
#760B56 (or 0x760B56) is known color: Tyrian Purple. HEX triplet: 76, 0B and 56. RGB value is (118,11,86). Sum of RGB (Red+Green+Blue) = 118+11+86=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B56 is #89F4A9. Grayscale: #333333. Windows color (decimal): -9041066 or 5639030. OLE color: 5639030.
HSL color Cylindrical-coordinate representation of color #760B56: hue angle of 317.94º 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 #760B56 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 86 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.54 |
| HSL | 317.94º | 0.83% | 0.25% | - |
| HSV(B) | 317.94º | 0.91% | 0.46% | - |
| XYZ | 9.27 | 4.76 | 9.23 | - |
| YUV | 51.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 86 | 0 | 0.91 | 0.27 | 0.54 | 317.94 | 0.83 | 0.25 |
| Hex | 76 | B | 56 | 0 | 5B | 1B | 36 | 13E | 53 | 19 |
| Octal | 166 | 13 | 126 | 0 | 133 | 33 | 66 | 476 | 123 | 31 |
| Binary | 1110110 | 1011 | 1010110 | 0 | 1011011 | 11011 | 110110 | 100111110 | 1010011 | 11001 |
Color Harmonies of #760B56
Complementary color
Monochromatic Colors of #760B56
Black with #760B56
Text Example
Text Example
White with #760B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B56; }
p { color: rgb(118,11,86); }
H1.HeaderClassName
{
color: #760B56;
}
.AnyTagClassName
{
color: #760B56;
}
</style>
background-color css
<style>
a { background-color: #760B56; }
a { background-color: rgb(118,11,86); }
div.DivClassName
{
background-color: #760B56;
}
.BgClassName
{
background-color: #760B56;
}
</style>
border-color css
<style>
span { border-color: #760B56; }
span { border-color: rgb(118,11,86); }
td.TdClassName
{
border-color: #760B56;
}
.TagClassName
{
border-color: #760B56;
}
</style>