Shades of Tyrian Purple #76003D
Tints of Tyrian Purple #76003D
RGB
CMYK
RGB Variations
Color information
#76003D (or 0x76003D) is known color: Tyrian Purple. HEX triplet: 76, 00 and 3D. RGB value is (118,0,61). Sum of RGB (Red+Green+Blue) = 118+0+61=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76003D is #89FFC2. Grayscale: #2A2A2A. Windows color (decimal): -9043907 or 3997814. OLE color: 3997814.
HSL color Cylindrical-coordinate representation of color #76003D: hue angle of 328.98º 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 #76003D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.48 | 0.54 |
| HSL | 328.98º | 1% | 0.23% | - |
| HSV(B) | 328.98º | 1% | 0.46% | - |
| XYZ | 8.31 | 4.19 | 4.79 | - |
| YUV | 42.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 61 | 0 | 1 | 0.48 | 0.54 | 328.98 | 1 | 0.23 |
| Hex | 76 | 0 | 3D | 0 | 64 | 30 | 36 | 149 | 64 | 17 |
| Octal | 166 | 0 | 75 | 0 | 144 | 60 | 66 | 511 | 144 | 27 |
| Binary | 1110110 | 0 | 111101 | 0 | 1100100 | 110000 | 110110 | 101001001 | 1100100 | 10111 |
Color Harmonies of #76003D
Complementary color
Monochromatic Colors of #76003D
Black with #76003D
Text Example
Text Example
White with #76003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76003D; }
p { color: rgb(118,0,61); }
H1.HeaderClassName
{
color: #76003D;
}
.AnyTagClassName
{
color: #76003D;
}
</style>
background-color css
<style>
a { background-color: #76003D; }
a { background-color: rgb(118,0,61); }
div.DivClassName
{
background-color: #76003D;
}
.BgClassName
{
background-color: #76003D;
}
</style>
border-color css
<style>
span { border-color: #76003D; }
span { border-color: rgb(118,0,61); }
td.TdClassName
{
border-color: #76003D;
}
.TagClassName
{
border-color: #76003D;
}
</style>