Shades of Tyrian Purple #730030
Tints of Tyrian Purple #730030
RGB
CMYK
RGB Variations
Color information
#730030 (or 0x730030) is known color: Tyrian Purple. HEX triplet: 73, 00 and 30. RGB value is (115,0,48). Sum of RGB (Red+Green+Blue) = 115+0+48=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #730030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730030 is #8CFFCF. Grayscale: #272727. Windows color (decimal): -9240528 or 3145843. OLE color: 3145843.
HSL color Cylindrical-coordinate representation of color #730030: hue angle of 334.96º 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 #730030 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.58 | 0.55 |
| HSL | 334.96º | 1% | 0.23% | - |
| HSV(B) | 334.96º | 1% | 0.45% | - |
| XYZ | 7.6 | 3.86 | 3.14 | - |
| YUV | 39.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 48 | 0 | 1 | 0.58 | 0.55 | 334.96 | 1 | 0.23 |
| Hex | 73 | 0 | 30 | 0 | 64 | 3A | 37 | 14F | 64 | 17 |
| Octal | 163 | 0 | 60 | 0 | 144 | 72 | 67 | 517 | 144 | 27 |
| Binary | 1110011 | 0 | 110000 | 0 | 1100100 | 111010 | 110111 | 101001111 | 1100100 | 10111 |
Color Harmonies of #730030
Complementary color
Monochromatic Colors of #730030
Black with #730030
Text Example
Text Example
White with #730030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730030; }
p { color: rgb(115,0,48); }
H1.HeaderClassName
{
color: #730030;
}
.AnyTagClassName
{
color: #730030;
}
</style>
background-color css
<style>
a { background-color: #730030; }
a { background-color: rgb(115,0,48); }
div.DivClassName
{
background-color: #730030;
}
.BgClassName
{
background-color: #730030;
}
</style>
border-color css
<style>
span { border-color: #730030; }
span { border-color: rgb(115,0,48); }
td.TdClassName
{
border-color: #730030;
}
.TagClassName
{
border-color: #730030;
}
</style>