Shades of Tyrian Purple #76003F
Tints of Tyrian Purple #76003F
RGB
CMYK
RGB Variations
Color information
#76003F (or 0x76003F) is known color: Tyrian Purple. HEX triplet: 76, 00 and 3F. RGB value is (118,0,63). Sum of RGB (Red+Green+Blue) = 118+0+63=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76003F is #89FFC0. Grayscale: #2A2A2A. Windows color (decimal): -9043905 or 4128886. OLE color: 4128886.
HSL color Cylindrical-coordinate representation of color #76003F: hue angle of 327.97º 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 #76003F is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.47 | 0.54 |
| HSL | 327.97º | 1% | 0.23% | - |
| HSV(B) | 327.97º | 1% | 0.46% | - |
| XYZ | 8.37 | 4.21 | 5.07 | - |
| YUV | 42.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 63 | 0 | 1 | 0.47 | 0.54 | 327.97 | 1 | 0.23 |
| Hex | 76 | 0 | 3F | 0 | 64 | 2F | 36 | 148 | 64 | 17 |
| Octal | 166 | 0 | 77 | 0 | 144 | 57 | 66 | 510 | 144 | 27 |
| Binary | 1110110 | 0 | 111111 | 0 | 1100100 | 101111 | 110110 | 101001000 | 1100100 | 10111 |
Color Harmonies of #76003F
Complementary color
Monochromatic Colors of #76003F
Black with #76003F
Text Example
Text Example
White with #76003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76003F; }
p { color: rgb(118,0,63); }
H1.HeaderClassName
{
color: #76003F;
}
.AnyTagClassName
{
color: #76003F;
}
</style>
background-color css
<style>
a { background-color: #76003F; }
a { background-color: rgb(118,0,63); }
div.DivClassName
{
background-color: #76003F;
}
.BgClassName
{
background-color: #76003F;
}
</style>
border-color css
<style>
span { border-color: #76003F; }
span { border-color: rgb(118,0,63); }
td.TdClassName
{
border-color: #76003F;
}
.TagClassName
{
border-color: #76003F;
}
</style>