Shades of Tyrian Purple #73024B
Tints of Tyrian Purple #73024B
RGB
CMYK
RGB Variations
Color information
#73024B (or 0x73024B) is known color: Tyrian Purple. HEX triplet: 73, 02 and 4B. RGB value is (115,2,75). Sum of RGB (Red+Green+Blue) = 115+2+75=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73024B is #8CFDB4. Grayscale: #2B2B2B. Windows color (decimal): -9239989 or 4915827. OLE color: 4915827.
HSL color Cylindrical-coordinate representation of color #73024B: hue angle of 321.24º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73024B is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.55 |
| HSL | 321.24º | 0.97% | 0.23% | - |
| HSV(B) | 321.24º | 0.98% | 0.45% | - |
| XYZ | 8.36 | 4.2 | 7.03 | - |
| YUV | 44.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 75 | 0 | 0.98 | 0.35 | 0.55 | 321.24 | 0.97 | 0.23 |
| Hex | 73 | 2 | 4B | 0 | 62 | 23 | 37 | 141 | 61 | 17 |
| Octal | 163 | 2 | 113 | 0 | 142 | 43 | 67 | 501 | 141 | 27 |
| Binary | 1110011 | 10 | 1001011 | 0 | 1100010 | 100011 | 110111 | 101000001 | 1100001 | 10111 |
Color Harmonies of #73024B
Complementary color
Monochromatic Colors of #73024B
Black with #73024B
Text Example
Text Example
White with #73024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73024B; }
p { color: rgb(115,2,75); }
H1.HeaderClassName
{
color: #73024B;
}
.AnyTagClassName
{
color: #73024B;
}
</style>
background-color css
<style>
a { background-color: #73024B; }
a { background-color: rgb(115,2,75); }
div.DivClassName
{
background-color: #73024B;
}
.BgClassName
{
background-color: #73024B;
}
</style>
border-color css
<style>
span { border-color: #73024B; }
span { border-color: rgb(115,2,75); }
td.TdClassName
{
border-color: #73024B;
}
.TagClassName
{
border-color: #73024B;
}
</style>