Shades of Tyrian Purple #730259
Tints of Tyrian Purple #730259
RGB
CMYK
RGB Variations
Color information
#730259 (or 0x730259) is known color: Tyrian Purple. HEX triplet: 73, 02 and 59. RGB value is (115,2,89). Sum of RGB (Red+Green+Blue) = 115+2+89=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #730259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730259 is #8CFDA6. Grayscale: #2D2D2D. Windows color (decimal): -9239975 or 5833331. OLE color: 5833331.
HSL color Cylindrical-coordinate representation of color #730259: hue angle of 313.81º 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 #730259 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 89 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.55 |
| HSL | 313.81º | 0.97% | 0.23% | - |
| HSV(B) | 313.81º | 0.98% | 0.45% | - |
| XYZ | 8.9 | 4.41 | 9.83 | - |
| YUV | 45.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 89 | 0 | 0.98 | 0.23 | 0.55 | 313.81 | 0.97 | 0.23 |
| Hex | 73 | 2 | 59 | 0 | 62 | 17 | 37 | 13A | 61 | 17 |
| Octal | 163 | 2 | 131 | 0 | 142 | 27 | 67 | 472 | 141 | 27 |
| Binary | 1110011 | 10 | 1011001 | 0 | 1100010 | 10111 | 110111 | 100111010 | 1100001 | 10111 |
Color Harmonies of #730259
Complementary color
Monochromatic Colors of #730259
Black with #730259
Text Example
Text Example
White with #730259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730259; }
p { color: rgb(115,2,89); }
H1.HeaderClassName
{
color: #730259;
}
.AnyTagClassName
{
color: #730259;
}
</style>
background-color css
<style>
a { background-color: #730259; }
a { background-color: rgb(115,2,89); }
div.DivClassName
{
background-color: #730259;
}
.BgClassName
{
background-color: #730259;
}
</style>
border-color css
<style>
span { border-color: #730259; }
span { border-color: rgb(115,2,89); }
td.TdClassName
{
border-color: #730259;
}
.TagClassName
{
border-color: #730259;
}
</style>