Shades of Tyrian Purple #730C4F
Tints of Tyrian Purple #730C4F
RGB
CMYK
RGB Variations
Color information
#730C4F (or 0x730C4F) is known color: Tyrian Purple. HEX triplet: 73, 0C and 4F. RGB value is (115,12,79). Sum of RGB (Red+Green+Blue) = 115+12+79=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #730C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C4F is #8CF3B0. Grayscale: #323232. Windows color (decimal): -9237425 or 5180531. OLE color: 5180531.
HSL color Cylindrical-coordinate representation of color #730C4F: hue angle of 320.97º degrees, saturation: 0.81, 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 #730C4F is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 79 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.55 |
| HSL | 320.97º | 0.81% | 0.25% | - |
| HSV(B) | 320.97º | 0.9% | 0.45% | - |
| XYZ | 8.61 | 4.47 | 7.81 | - |
| YUV | 50.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 79 | 0 | 0.90 | 0.31 | 0.55 | 320.97 | 0.81 | 0.25 |
| Hex | 73 | C | 4F | 0 | 5A | 1F | 37 | 141 | 51 | 19 |
| Octal | 163 | 14 | 117 | 0 | 132 | 37 | 67 | 501 | 121 | 31 |
| Binary | 1110011 | 1100 | 1001111 | 0 | 1011010 | 11111 | 110111 | 101000001 | 1010001 | 11001 |
Color Harmonies of #730C4F
Complementary color
Monochromatic Colors of #730C4F
Black with #730C4F
Text Example
Text Example
White with #730C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C4F; }
p { color: rgb(115,12,79); }
H1.HeaderClassName
{
color: #730C4F;
}
.AnyTagClassName
{
color: #730C4F;
}
</style>
background-color css
<style>
a { background-color: #730C4F; }
a { background-color: rgb(115,12,79); }
div.DivClassName
{
background-color: #730C4F;
}
.BgClassName
{
background-color: #730C4F;
}
</style>
border-color css
<style>
span { border-color: #730C4F; }
span { border-color: rgb(115,12,79); }
td.TdClassName
{
border-color: #730C4F;
}
.TagClassName
{
border-color: #730C4F;
}
</style>