Shades of Tyrian Purple #760C45
Tints of Tyrian Purple #760C45
RGB
CMYK
RGB Variations
Color information
#760C45 (or 0x760C45) is known color: Tyrian Purple. HEX triplet: 76, 0C and 45. RGB value is (118,12,69). Sum of RGB (Red+Green+Blue) = 118+12+69=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #760C45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C45 is #89F3BA. Grayscale: #323232. Windows color (decimal): -9040827 or 4525174. OLE color: 4525174.
HSL color Cylindrical-coordinate representation of color #760C45: hue angle of 327.74º 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 #760C45 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 69 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.54 |
| HSL | 327.74º | 0.82% | 0.25% | - |
| HSV(B) | 327.74º | 0.9% | 0.46% | - |
| XYZ | 8.68 | 4.54 | 6.05 | - |
| YUV | 50.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 69 | 0 | 0.90 | 0.42 | 0.54 | 327.74 | 0.82 | 0.25 |
| Hex | 76 | C | 45 | 0 | 5A | 2A | 36 | 148 | 52 | 19 |
| Octal | 166 | 14 | 105 | 0 | 132 | 52 | 66 | 510 | 122 | 31 |
| Binary | 1110110 | 1100 | 1000101 | 0 | 1011010 | 101010 | 110110 | 101001000 | 1010010 | 11001 |
Color Harmonies of #760C45
Complementary color
Monochromatic Colors of #760C45
Black with #760C45
Text Example
Text Example
White with #760C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C45; }
p { color: rgb(118,12,69); }
H1.HeaderClassName
{
color: #760C45;
}
.AnyTagClassName
{
color: #760C45;
}
</style>
background-color css
<style>
a { background-color: #760C45; }
a { background-color: rgb(118,12,69); }
div.DivClassName
{
background-color: #760C45;
}
.BgClassName
{
background-color: #760C45;
}
</style>
border-color css
<style>
span { border-color: #760C45; }
span { border-color: rgb(118,12,69); }
td.TdClassName
{
border-color: #760C45;
}
.TagClassName
{
border-color: #760C45;
}
</style>