Shades of Tyrian Purple #7A033B
Tints of Tyrian Purple #7A033B
RGB
CMYK
RGB Variations
Color information
#7A033B (or 0x7A033B) is known color: Tyrian Purple. HEX triplet: 7A, 03 and 3B. RGB value is (122,3,59). Sum of RGB (Red+Green+Blue) = 122+3+59=184 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.30% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 122 - color contains mainly: red. Hex color #7A033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A033B is #85FCC4. Grayscale: #2C2C2C. Windows color (decimal): -8780997 or 3867514. OLE color: 3867514.
HSL color Cylindrical-coordinate representation of color #7A033B: hue angle of 331.76º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A033B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.52 |
| HSL | 331.76º | 0.95% | 0.25% | - |
| HSV(B) | 331.76º | 0.98% | 0.48% | - |
| XYZ | 8.85 | 4.52 | 4.54 | - |
| YUV | 44.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 59 | 0 | 0.98 | 0.52 | 0.52 | 331.76 | 0.95 | 0.25 |
| Hex | 7A | 3 | 3B | 0 | 62 | 34 | 34 | 14C | 5F | 19 |
| Octal | 172 | 3 | 73 | 0 | 142 | 64 | 64 | 514 | 137 | 31 |
| Binary | 1111010 | 11 | 111011 | 0 | 1100010 | 110100 | 110100 | 101001100 | 1011111 | 11001 |
Color Harmonies of #7A033B
Complementary color
Monochromatic Colors of #7A033B
Black with #7A033B
Text Example
Text Example
White with #7A033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A033B; }
p { color: rgb(122,3,59); }
H1.HeaderClassName
{
color: #7A033B;
}
.AnyTagClassName
{
color: #7A033B;
}
</style>
background-color css
<style>
a { background-color: #7A033B; }
a { background-color: rgb(122,3,59); }
div.DivClassName
{
background-color: #7A033B;
}
.BgClassName
{
background-color: #7A033B;
}
</style>
border-color css
<style>
span { border-color: #7A033B; }
span { border-color: rgb(122,3,59); }
td.TdClassName
{
border-color: #7A033B;
}
.TagClassName
{
border-color: #7A033B;
}
</style>