Shades of Tyrian Purple #73035A
Tints of Tyrian Purple #73035A
RGB
CMYK
RGB Variations
Color information
#73035A (or 0x73035A) is known color: Tyrian Purple. HEX triplet: 73, 03 and 5A. RGB value is (115,3,90). Sum of RGB (Red+Green+Blue) = 115+3+90=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73035A is #8CFCA5. Grayscale: #2E2E2E. Windows color (decimal): -9239718 or 5899123. OLE color: 5899123.
HSL color Cylindrical-coordinate representation of color #73035A: hue angle of 313.39º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73035A is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 90 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.55 |
| HSL | 313.39º | 0.95% | 0.23% | - |
| HSV(B) | 313.39º | 0.97% | 0.45% | - |
| XYZ | 8.95 | 4.45 | 10.06 | - |
| YUV | 46.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 90 | 0 | 0.97 | 0.22 | 0.55 | 313.39 | 0.95 | 0.23 |
| Hex | 73 | 3 | 5A | 0 | 61 | 16 | 37 | 139 | 5F | 17 |
| Octal | 163 | 3 | 132 | 0 | 141 | 26 | 67 | 471 | 137 | 27 |
| Binary | 1110011 | 11 | 1011010 | 0 | 1100001 | 10110 | 110111 | 100111001 | 1011111 | 10111 |
Color Harmonies of #73035A
Complementary color
Monochromatic Colors of #73035A
Black with #73035A
Text Example
Text Example
White with #73035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73035A; }
p { color: rgb(115,3,90); }
H1.HeaderClassName
{
color: #73035A;
}
.AnyTagClassName
{
color: #73035A;
}
</style>
background-color css
<style>
a { background-color: #73035A; }
a { background-color: rgb(115,3,90); }
div.DivClassName
{
background-color: #73035A;
}
.BgClassName
{
background-color: #73035A;
}
</style>
border-color css
<style>
span { border-color: #73035A; }
span { border-color: rgb(115,3,90); }
td.TdClassName
{
border-color: #73035A;
}
.TagClassName
{
border-color: #73035A;
}
</style>