Shades of Tyrian Purple #76023A
Tints of Tyrian Purple #76023A
RGB
CMYK
RGB Variations
Color information
#76023A (or 0x76023A) is known color: Tyrian Purple. HEX triplet: 76, 02 and 3A. RGB value is (118,2,58). Sum of RGB (Red+Green+Blue) = 118+2+58=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #76023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76023A is #89FDC5. Grayscale: #2A2A2A. Windows color (decimal): -9043398 or 3801718. OLE color: 3801718.
HSL color Cylindrical-coordinate representation of color #76023A: hue angle of 331.03º 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 #76023A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 58 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.54 |
| HSL | 331.03º | 0.97% | 0.24% | - |
| HSV(B) | 331.03º | 0.98% | 0.46% | - |
| XYZ | 8.26 | 4.2 | 4.38 | - |
| YUV | 43.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 58 | 0 | 0.98 | 0.51 | 0.54 | 331.03 | 0.97 | 0.24 |
| Hex | 76 | 2 | 3A | 0 | 62 | 33 | 36 | 14B | 61 | 18 |
| Octal | 166 | 2 | 72 | 0 | 142 | 63 | 66 | 513 | 141 | 30 |
| Binary | 1110110 | 10 | 111010 | 0 | 1100010 | 110011 | 110110 | 101001011 | 1100001 | 11000 |
Color Harmonies of #76023A
Complementary color
Monochromatic Colors of #76023A
Black with #76023A
Text Example
Text Example
White with #76023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76023A; }
p { color: rgb(118,2,58); }
H1.HeaderClassName
{
color: #76023A;
}
.AnyTagClassName
{
color: #76023A;
}
</style>
background-color css
<style>
a { background-color: #76023A; }
a { background-color: rgb(118,2,58); }
div.DivClassName
{
background-color: #76023A;
}
.BgClassName
{
background-color: #76023A;
}
</style>
border-color css
<style>
span { border-color: #76023A; }
span { border-color: rgb(118,2,58); }
td.TdClassName
{
border-color: #76023A;
}
.TagClassName
{
border-color: #76023A;
}
</style>