Shades of Tyrian Purple #730B4F
Tints of Tyrian Purple #730B4F
RGB
CMYK
RGB Variations
Color information
#730B4F (or 0x730B4F) is known color: Tyrian Purple. HEX triplet: 73, 0B and 4F. RGB value is (115,11,79). Sum of RGB (Red+Green+Blue) = 115+11+79=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #730B4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B4F is #8CF4B0. Grayscale: #313131. Windows color (decimal): -9237681 or 5180275. OLE color: 5180275.
HSL color Cylindrical-coordinate representation of color #730B4F: hue angle of 320.77º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B4F is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 79 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.55 |
| HSL | 320.77º | 0.83% | 0.25% | - |
| HSV(B) | 320.77º | 0.9% | 0.45% | - |
| XYZ | 8.6 | 4.45 | 7.8 | - |
| YUV | 49.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 79 | 0 | 0.90 | 0.31 | 0.55 | 320.77 | 0.83 | 0.25 |
| Hex | 73 | B | 4F | 0 | 5A | 1F | 37 | 141 | 53 | 19 |
| Octal | 163 | 13 | 117 | 0 | 132 | 37 | 67 | 501 | 123 | 31 |
| Binary | 1110011 | 1011 | 1001111 | 0 | 1011010 | 11111 | 110111 | 101000001 | 1010011 | 11001 |
Color Harmonies of #730B4F
Complementary color
Monochromatic Colors of #730B4F
Black with #730B4F
Text Example
Text Example
White with #730B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B4F; }
p { color: rgb(115,11,79); }
H1.HeaderClassName
{
color: #730B4F;
}
.AnyTagClassName
{
color: #730B4F;
}
</style>
background-color css
<style>
a { background-color: #730B4F; }
a { background-color: rgb(115,11,79); }
div.DivClassName
{
background-color: #730B4F;
}
.BgClassName
{
background-color: #730B4F;
}
</style>
border-color css
<style>
span { border-color: #730B4F; }
span { border-color: rgb(115,11,79); }
td.TdClassName
{
border-color: #730B4F;
}
.TagClassName
{
border-color: #730B4F;
}
</style>