Shades of Tyrian Purple #76023C
Tints of Tyrian Purple #76023C
RGB
CMYK
RGB Variations
Color information
#76023C (or 0x76023C) is known color: Tyrian Purple. HEX triplet: 76, 02 and 3C. RGB value is (118,2,60). Sum of RGB (Red+Green+Blue) = 118+2+60=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76023C is #89FDC3. Grayscale: #2B2B2B. Windows color (decimal): -9043396 or 3932790. OLE color: 3932790.
HSL color Cylindrical-coordinate representation of color #76023C: hue angle of 330º 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 #76023C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.54 |
| HSL | 330º | 0.97% | 0.24% | - |
| HSV(B) | 330º | 0.98% | 0.46% | - |
| XYZ | 8.31 | 4.22 | 4.65 | - |
| YUV | 43.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 60 | 0 | 0.98 | 0.49 | 0.54 | 330 | 0.97 | 0.24 |
| Hex | 76 | 2 | 3C | 0 | 62 | 31 | 36 | 14A | 61 | 18 |
| Octal | 166 | 2 | 74 | 0 | 142 | 61 | 66 | 512 | 141 | 30 |
| Binary | 1110110 | 10 | 111100 | 0 | 1100010 | 110001 | 110110 | 101001010 | 1100001 | 11000 |
Color Harmonies of #76023C
Complementary color
Monochromatic Colors of #76023C
Black with #76023C
Text Example
Text Example
White with #76023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76023C; }
p { color: rgb(118,2,60); }
H1.HeaderClassName
{
color: #76023C;
}
.AnyTagClassName
{
color: #76023C;
}
</style>
background-color css
<style>
a { background-color: #76023C; }
a { background-color: rgb(118,2,60); }
div.DivClassName
{
background-color: #76023C;
}
.BgClassName
{
background-color: #76023C;
}
</style>
border-color css
<style>
span { border-color: #76023C; }
span { border-color: rgb(118,2,60); }
td.TdClassName
{
border-color: #76023C;
}
.TagClassName
{
border-color: #76023C;
}
</style>