Shades of Tyrian Purple #730039
Tints of Tyrian Purple #730039
RGB
CMYK
RGB Variations
Color information
#730039 (or 0x730039) is known color: Tyrian Purple. HEX triplet: 73, 00 and 39. RGB value is (115,0,57). Sum of RGB (Red+Green+Blue) = 115+0+57=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #730039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730039 is #8CFFC6. Grayscale: #282828. Windows color (decimal): -9240519 or 3735667. OLE color: 3735667.
HSL color Cylindrical-coordinate representation of color #730039: hue angle of 330.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730039 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.50 | 0.55 |
| HSL | 330.26º | 1% | 0.23% | - |
| HSV(B) | 330.26º | 1% | 0.45% | - |
| XYZ | 7.81 | 3.94 | 4.22 | - |
| YUV | 40.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 57 | 0 | 1 | 0.50 | 0.55 | 330.26 | 1 | 0.23 |
| Hex | 73 | 0 | 39 | 0 | 64 | 32 | 37 | 14A | 64 | 17 |
| Octal | 163 | 0 | 71 | 0 | 144 | 62 | 67 | 512 | 144 | 27 |
| Binary | 1110011 | 0 | 111001 | 0 | 1100100 | 110010 | 110111 | 101001010 | 1100100 | 10111 |
Color Harmonies of #730039
Complementary color
Monochromatic Colors of #730039
Black with #730039
Text Example
Text Example
White with #730039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730039; }
p { color: rgb(115,0,57); }
H1.HeaderClassName
{
color: #730039;
}
.AnyTagClassName
{
color: #730039;
}
</style>
background-color css
<style>
a { background-color: #730039; }
a { background-color: rgb(115,0,57); }
div.DivClassName
{
background-color: #730039;
}
.BgClassName
{
background-color: #730039;
}
</style>
border-color css
<style>
span { border-color: #730039; }
span { border-color: rgb(115,0,57); }
td.TdClassName
{
border-color: #730039;
}
.TagClassName
{
border-color: #730039;
}
</style>