Shades of Tyrian Purple #730132
Tints of Tyrian Purple #730132
RGB
CMYK
RGB Variations
Color information
#730132 (or 0x730132) is known color: Tyrian Purple. HEX triplet: 73, 01 and 32. RGB value is (115,1,50). Sum of RGB (Red+Green+Blue) = 115+1+50=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #730132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730132 is #8CFECD. Grayscale: #282828. Windows color (decimal): -9240270 or 3277171. OLE color: 3277171.
HSL color Cylindrical-coordinate representation of color #730132: hue angle of 334.21º 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 #730132 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.55 |
| HSL | 334.21º | 0.98% | 0.23% | - |
| HSV(B) | 334.21º | 0.99% | 0.45% | - |
| XYZ | 7.66 | 3.9 | 3.37 | - |
| YUV | 40.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 50 | 0 | 0.99 | 0.57 | 0.55 | 334.21 | 0.98 | 0.23 |
| Hex | 73 | 1 | 32 | 0 | 63 | 39 | 37 | 14E | 62 | 17 |
| Octal | 163 | 1 | 62 | 0 | 143 | 71 | 67 | 516 | 142 | 27 |
| Binary | 1110011 | 1 | 110010 | 0 | 1100011 | 111001 | 110111 | 101001110 | 1100010 | 10111 |
Color Harmonies of #730132
Complementary color
Monochromatic Colors of #730132
Black with #730132
Text Example
Text Example
White with #730132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730132; }
p { color: rgb(115,1,50); }
H1.HeaderClassName
{
color: #730132;
}
.AnyTagClassName
{
color: #730132;
}
</style>
background-color css
<style>
a { background-color: #730132; }
a { background-color: rgb(115,1,50); }
div.DivClassName
{
background-color: #730132;
}
.BgClassName
{
background-color: #730132;
}
</style>
border-color css
<style>
span { border-color: #730132; }
span { border-color: rgb(115,1,50); }
td.TdClassName
{
border-color: #730132;
}
.TagClassName
{
border-color: #730132;
}
</style>