Shades of Tyrian Purple #76013D
Tints of Tyrian Purple #76013D
RGB
CMYK
RGB Variations
Color information
#76013D (or 0x76013D) is known color: Tyrian Purple. HEX triplet: 76, 01 and 3D. RGB value is (118,1,61). Sum of RGB (Red+Green+Blue) = 118+1+61=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76013D is #89FEC2. Grayscale: #2A2A2A. Windows color (decimal): -9043651 or 3998070. OLE color: 3998070.
HSL color Cylindrical-coordinate representation of color #76013D: hue angle of 329.23º 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 #76013D is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.54 |
| HSL | 329.23º | 0.98% | 0.23% | - |
| HSV(B) | 329.23º | 0.99% | 0.46% | - |
| XYZ | 8.32 | 4.21 | 4.79 | - |
| YUV | 42.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 61 | 0 | 0.99 | 0.48 | 0.54 | 329.23 | 0.98 | 0.23 |
| Hex | 76 | 1 | 3D | 0 | 63 | 30 | 36 | 149 | 62 | 17 |
| Octal | 166 | 1 | 75 | 0 | 143 | 60 | 66 | 511 | 142 | 27 |
| Binary | 1110110 | 1 | 111101 | 0 | 1100011 | 110000 | 110110 | 101001001 | 1100010 | 10111 |
Color Harmonies of #76013D
Complementary color
Monochromatic Colors of #76013D
Black with #76013D
Text Example
Text Example
White with #76013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76013D; }
p { color: rgb(118,1,61); }
H1.HeaderClassName
{
color: #76013D;
}
.AnyTagClassName
{
color: #76013D;
}
</style>
background-color css
<style>
a { background-color: #76013D; }
a { background-color: rgb(118,1,61); }
div.DivClassName
{
background-color: #76013D;
}
.BgClassName
{
background-color: #76013D;
}
</style>
border-color css
<style>
span { border-color: #76013D; }
span { border-color: rgb(118,1,61); }
td.TdClassName
{
border-color: #76013D;
}
.TagClassName
{
border-color: #76013D;
}
</style>