Shades of Tyrian Purple #7A013F
Tints of Tyrian Purple #7A013F
RGB
CMYK
RGB Variations
Color information
#7A013F (or 0x7A013F) is known color: Tyrian Purple. HEX triplet: 7A, 01 and 3F. RGB value is (122,1,63). Sum of RGB (Red+Green+Blue) = 122+1+63=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A013F is #85FEC0. Grayscale: #2C2C2C. Windows color (decimal): -8781505 or 4129146. OLE color: 4129146.
HSL color Cylindrical-coordinate representation of color #7A013F: hue angle of 329.26º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A013F is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.52 |
| HSL | 329.26º | 0.98% | 0.24% | - |
| HSV(B) | 329.26º | 0.99% | 0.48% | - |
| XYZ | 8.93 | 4.52 | 5.1 | - |
| YUV | 44.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 63 | 0 | 0.99 | 0.48 | 0.52 | 329.26 | 0.98 | 0.24 |
| Hex | 7A | 1 | 3F | 0 | 63 | 30 | 34 | 149 | 62 | 18 |
| Octal | 172 | 1 | 77 | 0 | 143 | 60 | 64 | 511 | 142 | 30 |
| Binary | 1111010 | 1 | 111111 | 0 | 1100011 | 110000 | 110100 | 101001001 | 1100010 | 11000 |
Color Harmonies of #7A013F
Complementary color
Monochromatic Colors of #7A013F
Black with #7A013F
Text Example
Text Example
White with #7A013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A013F; }
p { color: rgb(122,1,63); }
H1.HeaderClassName
{
color: #7A013F;
}
.AnyTagClassName
{
color: #7A013F;
}
</style>
background-color css
<style>
a { background-color: #7A013F; }
a { background-color: rgb(122,1,63); }
div.DivClassName
{
background-color: #7A013F;
}
.BgClassName
{
background-color: #7A013F;
}
</style>
border-color css
<style>
span { border-color: #7A013F; }
span { border-color: rgb(122,1,63); }
td.TdClassName
{
border-color: #7A013F;
}
.TagClassName
{
border-color: #7A013F;
}
</style>