Shades of Tyrian Purple #760A53
Tints of Tyrian Purple #760A53
RGB
CMYK
RGB Variations
Color information
#760A53 (or 0x760A53) is known color: Tyrian Purple. HEX triplet: 76, 0A and 53. RGB value is (118,10,83). Sum of RGB (Red+Green+Blue) = 118+10+83=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #760A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A53 is #89F5AC. Grayscale: #323232. Windows color (decimal): -9041325 or 5442166. OLE color: 5442166.
HSL color Cylindrical-coordinate representation of color #760A53: hue angle of 319.44º 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 #760A53 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 83 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.54 |
| HSL | 319.44º | 0.84% | 0.25% | - |
| HSV(B) | 319.44º | 0.92% | 0.46% | - |
| XYZ | 9.14 | 4.69 | 8.61 | - |
| YUV | 50.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 83 | 0 | 0.92 | 0.30 | 0.54 | 319.44 | 0.84 | 0.25 |
| Hex | 76 | A | 53 | 0 | 5C | 1E | 36 | 13F | 54 | 19 |
| Octal | 166 | 12 | 123 | 0 | 134 | 36 | 66 | 477 | 124 | 31 |
| Binary | 1110110 | 1010 | 1010011 | 0 | 1011100 | 11110 | 110110 | 100111111 | 1010100 | 11001 |
Color Harmonies of #760A53
Complementary color
Monochromatic Colors of #760A53
Black with #760A53
Text Example
Text Example
White with #760A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A53; }
p { color: rgb(118,10,83); }
H1.HeaderClassName
{
color: #760A53;
}
.AnyTagClassName
{
color: #760A53;
}
</style>
background-color css
<style>
a { background-color: #760A53; }
a { background-color: rgb(118,10,83); }
div.DivClassName
{
background-color: #760A53;
}
.BgClassName
{
background-color: #760A53;
}
</style>
border-color css
<style>
span { border-color: #760A53; }
span { border-color: rgb(118,10,83); }
td.TdClassName
{
border-color: #760A53;
}
.TagClassName
{
border-color: #760A53;
}
</style>