Shades of Tyrian Purple #76023F
Tints of Tyrian Purple #76023F
RGB
CMYK
RGB Variations
Color information
#76023F (or 0x76023F) is known color: Tyrian Purple. HEX triplet: 76, 02 and 3F. RGB value is (118,2,63). Sum of RGB (Red+Green+Blue) = 118+2+63=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76023F is #89FDC0. Grayscale: #2B2B2B. Windows color (decimal): -9043393 or 4129398. OLE color: 4129398.
HSL color Cylindrical-coordinate representation of color #76023F: hue angle of 328.45º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76023F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 63 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.54 |
| HSL | 328.45º | 0.97% | 0.24% | - |
| HSV(B) | 328.45º | 0.98% | 0.46% | - |
| XYZ | 8.39 | 4.25 | 5.08 | - |
| YUV | 43.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 63 | 0 | 0.98 | 0.47 | 0.54 | 328.45 | 0.97 | 0.24 |
| Hex | 76 | 2 | 3F | 0 | 62 | 2F | 36 | 148 | 61 | 18 |
| Octal | 166 | 2 | 77 | 0 | 142 | 57 | 66 | 510 | 141 | 30 |
| Binary | 1110110 | 10 | 111111 | 0 | 1100010 | 101111 | 110110 | 101001000 | 1100001 | 11000 |
Color Harmonies of #76023F
Complementary color
Monochromatic Colors of #76023F
Black with #76023F
Text Example
Text Example
White with #76023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76023F; }
p { color: rgb(118,2,63); }
H1.HeaderClassName
{
color: #76023F;
}
.AnyTagClassName
{
color: #76023F;
}
</style>
background-color css
<style>
a { background-color: #76023F; }
a { background-color: rgb(118,2,63); }
div.DivClassName
{
background-color: #76023F;
}
.BgClassName
{
background-color: #76023F;
}
</style>
border-color css
<style>
span { border-color: #76023F; }
span { border-color: rgb(118,2,63); }
td.TdClassName
{
border-color: #76023F;
}
.TagClassName
{
border-color: #76023F;
}
</style>