Shades of Tyrian Purple #7A014C
Tints of Tyrian Purple #7A014C
RGB
CMYK
RGB Variations
Color information
#7A014C (or 0x7A014C) is known color: Tyrian Purple. HEX triplet: 7A, 01 and 4C. RGB value is (122,1,76). Sum of RGB (Red+Green+Blue) = 122+1+76=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A014C is #85FEB3. Grayscale: #2D2D2D. Windows color (decimal): -8781492 or 4981114. OLE color: 4981114.
HSL color Cylindrical-coordinate representation of color #7A014C: hue angle of 322.81º 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 #7A014C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.52 |
| HSL | 322.81º | 0.98% | 0.24% | - |
| HSV(B) | 322.81º | 0.99% | 0.48% | - |
| XYZ | 9.34 | 4.68 | 7.25 | - |
| YUV | 45.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 76 | 0 | 0.99 | 0.38 | 0.52 | 322.81 | 0.98 | 0.24 |
| Hex | 7A | 1 | 4C | 0 | 63 | 26 | 34 | 143 | 62 | 18 |
| Octal | 172 | 1 | 114 | 0 | 143 | 46 | 64 | 503 | 142 | 30 |
| Binary | 1111010 | 1 | 1001100 | 0 | 1100011 | 100110 | 110100 | 101000011 | 1100010 | 11000 |
Color Harmonies of #7A014C
Complementary color
Monochromatic Colors of #7A014C
Black with #7A014C
Text Example
Text Example
White with #7A014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A014C; }
p { color: rgb(122,1,76); }
H1.HeaderClassName
{
color: #7A014C;
}
.AnyTagClassName
{
color: #7A014C;
}
</style>
background-color css
<style>
a { background-color: #7A014C; }
a { background-color: rgb(122,1,76); }
div.DivClassName
{
background-color: #7A014C;
}
.BgClassName
{
background-color: #7A014C;
}
</style>
border-color css
<style>
span { border-color: #7A014C; }
span { border-color: rgb(122,1,76); }
td.TdClassName
{
border-color: #7A014C;
}
.TagClassName
{
border-color: #7A014C;
}
</style>