Shades of Tyrian Purple #760C55
Tints of Tyrian Purple #760C55
RGB
CMYK
RGB Variations
Color information
#760C55 (or 0x760C55) is known color: Tyrian Purple. HEX triplet: 76, 0C and 55. RGB value is (118,12,85). Sum of RGB (Red+Green+Blue) = 118+12+85=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C55 is #89F3AA. Grayscale: #333333. Windows color (decimal): -9040811 or 5573750. OLE color: 5573750.
HSL color Cylindrical-coordinate representation of color #760C55: hue angle of 318.68º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C55 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 85 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.54 |
| HSL | 318.68º | 0.82% | 0.25% | - |
| HSV(B) | 318.68º | 0.9% | 0.46% | - |
| XYZ | 9.24 | 4.77 | 9.03 | - |
| YUV | 52.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 85 | 0 | 0.90 | 0.28 | 0.54 | 318.68 | 0.82 | 0.25 |
| Hex | 76 | C | 55 | 0 | 5A | 1C | 36 | 13F | 52 | 19 |
| Octal | 166 | 14 | 125 | 0 | 132 | 34 | 66 | 477 | 122 | 31 |
| Binary | 1110110 | 1100 | 1010101 | 0 | 1011010 | 11100 | 110110 | 100111111 | 1010010 | 11001 |
Color Harmonies of #760C55
Complementary color
Monochromatic Colors of #760C55
Black with #760C55
Text Example
Text Example
White with #760C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C55; }
p { color: rgb(118,12,85); }
H1.HeaderClassName
{
color: #760C55;
}
.AnyTagClassName
{
color: #760C55;
}
</style>
background-color css
<style>
a { background-color: #760C55; }
a { background-color: rgb(118,12,85); }
div.DivClassName
{
background-color: #760C55;
}
.BgClassName
{
background-color: #760C55;
}
</style>
border-color css
<style>
span { border-color: #760C55; }
span { border-color: rgb(118,12,85); }
td.TdClassName
{
border-color: #760C55;
}
.TagClassName
{
border-color: #760C55;
}
</style>