Shades of Tyrian Purple #730154
Tints of Tyrian Purple #730154
RGB
CMYK
RGB Variations
Color information
#730154 (or 0x730154) is known color: Tyrian Purple. HEX triplet: 73, 01 and 54. RGB value is (115,1,84). Sum of RGB (Red+Green+Blue) = 115+1+84=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #730154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730154 is #8CFEAB. Grayscale: #2C2C2C. Windows color (decimal): -9240236 or 5505395. OLE color: 5505395.
HSL color Cylindrical-coordinate representation of color #730154: hue angle of 316.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730154 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.55 |
| HSL | 316.32º | 0.98% | 0.23% | - |
| HSV(B) | 316.32º | 0.99% | 0.45% | - |
| XYZ | 8.68 | 4.31 | 8.76 | - |
| YUV | 44.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 84 | 0 | 0.99 | 0.27 | 0.55 | 316.32 | 0.98 | 0.23 |
| Hex | 73 | 1 | 54 | 0 | 63 | 1B | 37 | 13C | 62 | 17 |
| Octal | 163 | 1 | 124 | 0 | 143 | 33 | 67 | 474 | 142 | 27 |
| Binary | 1110011 | 1 | 1010100 | 0 | 1100011 | 11011 | 110111 | 100111100 | 1100010 | 10111 |
Color Harmonies of #730154
Complementary color
Monochromatic Colors of #730154
Black with #730154
Text Example
Text Example
White with #730154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730154; }
p { color: rgb(115,1,84); }
H1.HeaderClassName
{
color: #730154;
}
.AnyTagClassName
{
color: #730154;
}
</style>
background-color css
<style>
a { background-color: #730154; }
a { background-color: rgb(115,1,84); }
div.DivClassName
{
background-color: #730154;
}
.BgClassName
{
background-color: #730154;
}
</style>
border-color css
<style>
span { border-color: #730154; }
span { border-color: rgb(115,1,84); }
td.TdClassName
{
border-color: #730154;
}
.TagClassName
{
border-color: #730154;
}
</style>