Shades of Tyrian Purple #760050
Tints of Tyrian Purple #760050
RGB
CMYK
RGB Variations
Color information
#760050 (or 0x760050) is known color: Tyrian Purple. HEX triplet: 76, 00 and 50. RGB value is (118,0,80). Sum of RGB (Red+Green+Blue) = 118+0+80=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #760050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760050 is #89FFAF. Grayscale: #2C2C2C. Windows color (decimal): -9043888 or 5242998. OLE color: 5242998.
HSL color Cylindrical-coordinate representation of color #760050: hue angle of 319.32º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760050 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.32 | 0.54 |
| HSL | 319.32º | 1% | 0.23% | - |
| HSV(B) | 319.32º | 1% | 0.46% | - |
| XYZ | 8.92 | 4.43 | 7.97 | - |
| YUV | 44.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 80 | 0 | 1 | 0.32 | 0.54 | 319.32 | 1 | 0.23 |
| Hex | 76 | 0 | 50 | 0 | 64 | 20 | 36 | 13F | 64 | 17 |
| Octal | 166 | 0 | 120 | 0 | 144 | 40 | 66 | 477 | 144 | 27 |
| Binary | 1110110 | 0 | 1010000 | 0 | 1100100 | 100000 | 110110 | 100111111 | 1100100 | 10111 |
Color Harmonies of #760050
Complementary color
Monochromatic Colors of #760050
Black with #760050
Text Example
Text Example
White with #760050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760050; }
p { color: rgb(118,0,80); }
H1.HeaderClassName
{
color: #760050;
}
.AnyTagClassName
{
color: #760050;
}
</style>
background-color css
<style>
a { background-color: #760050; }
a { background-color: rgb(118,0,80); }
div.DivClassName
{
background-color: #760050;
}
.BgClassName
{
background-color: #760050;
}
</style>
border-color css
<style>
span { border-color: #760050; }
span { border-color: rgb(118,0,80); }
td.TdClassName
{
border-color: #760050;
}
.TagClassName
{
border-color: #760050;
}
</style>