Shades of Tyrian Purple #76014C
Tints of Tyrian Purple #76014C
RGB
CMYK
RGB Variations
Color information
#76014C (or 0x76014C) is known color: Tyrian Purple. HEX triplet: 76, 01 and 4C. RGB value is (118,1,76). Sum of RGB (Red+Green+Blue) = 118+1+76=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76014C is #89FEB3. Grayscale: #2C2C2C. Windows color (decimal): -9043636 or 4981110. OLE color: 4981110.
HSL color Cylindrical-coordinate representation of color #76014C: hue angle of 321.54º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76014C is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.54 |
| HSL | 321.54º | 0.98% | 0.23% | - |
| HSV(B) | 321.54º | 0.99% | 0.46% | - |
| XYZ | 8.79 | 4.4 | 7.22 | - |
| YUV | 44.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 76 | 0 | 0.99 | 0.36 | 0.54 | 321.54 | 0.98 | 0.23 |
| Hex | 76 | 1 | 4C | 0 | 63 | 24 | 36 | 142 | 62 | 17 |
| Octal | 166 | 1 | 114 | 0 | 143 | 44 | 66 | 502 | 142 | 27 |
| Binary | 1110110 | 1 | 1001100 | 0 | 1100011 | 100100 | 110110 | 101000010 | 1100010 | 10111 |
Color Harmonies of #76014C
Complementary color
Monochromatic Colors of #76014C
Black with #76014C
Text Example
Text Example
White with #76014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76014C; }
p { color: rgb(118,1,76); }
H1.HeaderClassName
{
color: #76014C;
}
.AnyTagClassName
{
color: #76014C;
}
</style>
background-color css
<style>
a { background-color: #76014C; }
a { background-color: rgb(118,1,76); }
div.DivClassName
{
background-color: #76014C;
}
.BgClassName
{
background-color: #76014C;
}
</style>
border-color css
<style>
span { border-color: #76014C; }
span { border-color: rgb(118,1,76); }
td.TdClassName
{
border-color: #76014C;
}
.TagClassName
{
border-color: #76014C;
}
</style>