Shades of Tyrian Purple #760B54
Tints of Tyrian Purple #760B54
RGB
CMYK
RGB Variations
Color information
#760B54 (or 0x760B54) is known color: Tyrian Purple. HEX triplet: 76, 0B and 54. RGB value is (118,11,84). Sum of RGB (Red+Green+Blue) = 118+11+84=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #760B54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B54 is #89F4AB. Grayscale: #333333. Windows color (decimal): -9041068 or 5507958. OLE color: 5507958.
HSL color Cylindrical-coordinate representation of color #760B54: hue angle of 319.07º 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 #760B54 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 84 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.54 |
| HSL | 319.07º | 0.83% | 0.25% | - |
| HSV(B) | 319.07º | 0.91% | 0.46% | - |
| XYZ | 9.19 | 4.73 | 8.82 | - |
| YUV | 51.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 84 | 0 | 0.91 | 0.29 | 0.54 | 319.07 | 0.83 | 0.25 |
| Hex | 76 | B | 54 | 0 | 5B | 1D | 36 | 13F | 53 | 19 |
| Octal | 166 | 13 | 124 | 0 | 133 | 35 | 66 | 477 | 123 | 31 |
| Binary | 1110110 | 1011 | 1010100 | 0 | 1011011 | 11101 | 110110 | 100111111 | 1010011 | 11001 |
Color Harmonies of #760B54
Complementary color
Monochromatic Colors of #760B54
Black with #760B54
Text Example
Text Example
White with #760B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B54; }
p { color: rgb(118,11,84); }
H1.HeaderClassName
{
color: #760B54;
}
.AnyTagClassName
{
color: #760B54;
}
</style>
background-color css
<style>
a { background-color: #760B54; }
a { background-color: rgb(118,11,84); }
div.DivClassName
{
background-color: #760B54;
}
.BgClassName
{
background-color: #760B54;
}
</style>
border-color css
<style>
span { border-color: #760B54; }
span { border-color: rgb(118,11,84); }
td.TdClassName
{
border-color: #760B54;
}
.TagClassName
{
border-color: #760B54;
}
</style>