Shades of Tyrian Purple #76013F
Tints of Tyrian Purple #76013F
RGB
CMYK
RGB Variations
Color information
#76013F (or 0x76013F) is known color: Tyrian Purple. HEX triplet: 76, 01 and 3F. RGB value is (118,1,63). Sum of RGB (Red+Green+Blue) = 118+1+63=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76013F is #89FEC0. Grayscale: #2A2A2A. Windows color (decimal): -9043649 or 4129142. OLE color: 4129142.
HSL color Cylindrical-coordinate representation of color #76013F: hue angle of 328.21º 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 #76013F is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.54 |
| HSL | 328.21º | 0.98% | 0.23% | - |
| HSV(B) | 328.21º | 0.99% | 0.46% | - |
| XYZ | 8.38 | 4.23 | 5.08 | - |
| YUV | 43.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 63 | 0 | 0.99 | 0.47 | 0.54 | 328.21 | 0.98 | 0.23 |
| Hex | 76 | 1 | 3F | 0 | 63 | 2F | 36 | 148 | 62 | 17 |
| Octal | 166 | 1 | 77 | 0 | 143 | 57 | 66 | 510 | 142 | 27 |
| Binary | 1110110 | 1 | 111111 | 0 | 1100011 | 101111 | 110110 | 101001000 | 1100010 | 10111 |
Color Harmonies of #76013F
Complementary color
Monochromatic Colors of #76013F
Black with #76013F
Text Example
Text Example
White with #76013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76013F; }
p { color: rgb(118,1,63); }
H1.HeaderClassName
{
color: #76013F;
}
.AnyTagClassName
{
color: #76013F;
}
</style>
background-color css
<style>
a { background-color: #76013F; }
a { background-color: rgb(118,1,63); }
div.DivClassName
{
background-color: #76013F;
}
.BgClassName
{
background-color: #76013F;
}
</style>
border-color css
<style>
span { border-color: #76013F; }
span { border-color: rgb(118,1,63); }
td.TdClassName
{
border-color: #76013F;
}
.TagClassName
{
border-color: #76013F;
}
</style>