Shades of Tyrian Purple #760D44
Tints of Tyrian Purple #760D44
RGB
CMYK
RGB Variations
Color information
#760D44 (or 0x760D44) is known color: Tyrian Purple. HEX triplet: 76, 0D and 44. RGB value is (118,13,68). Sum of RGB (Red+Green+Blue) = 118+13+68=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #760D44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D44 is #89F2BB. Grayscale: #323232. Windows color (decimal): -9040572 or 4459894. OLE color: 4459894.
HSL color Cylindrical-coordinate representation of color #760D44: hue angle of 328.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D44 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 68 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.54 |
| HSL | 328.57º | 0.8% | 0.26% | - |
| HSV(B) | 328.57º | 0.89% | 0.46% | - |
| XYZ | 8.66 | 4.56 | 5.89 | - |
| YUV | 50.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 68 | 0 | 0.89 | 0.42 | 0.54 | 328.57 | 0.8 | 0.26 |
| Hex | 76 | D | 44 | 0 | 59 | 2A | 36 | 149 | 50 | 1A |
| Octal | 166 | 15 | 104 | 0 | 131 | 52 | 66 | 511 | 120 | 32 |
| Binary | 1110110 | 1101 | 1000100 | 0 | 1011001 | 101010 | 110110 | 101001001 | 1010000 | 11010 |
Color Harmonies of #760D44
Complementary color
Monochromatic Colors of #760D44
Black with #760D44
Text Example
Text Example
White with #760D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D44; }
p { color: rgb(118,13,68); }
H1.HeaderClassName
{
color: #760D44;
}
.AnyTagClassName
{
color: #760D44;
}
</style>
background-color css
<style>
a { background-color: #760D44; }
a { background-color: rgb(118,13,68); }
div.DivClassName
{
background-color: #760D44;
}
.BgClassName
{
background-color: #760D44;
}
</style>
border-color css
<style>
span { border-color: #760D44; }
span { border-color: rgb(118,13,68); }
td.TdClassName
{
border-color: #760D44;
}
.TagClassName
{
border-color: #760D44;
}
</style>