Shades of Tyrian Purple #730B42
Tints of Tyrian Purple #730B42
RGB
CMYK
RGB Variations
Color information
#730B42 (or 0x730B42) is known color: Tyrian Purple. HEX triplet: 73, 0B and 42. RGB value is (115,11,66). Sum of RGB (Red+Green+Blue) = 115+11+66=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #730B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B42 is #8CF4BD. Grayscale: #303030. Windows color (decimal): -9237694 or 4328307. OLE color: 4328307.
HSL color Cylindrical-coordinate representation of color #730B42: hue angle of 328.27º 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 #730B42 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 66 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.55 |
| HSL | 328.27º | 0.83% | 0.25% | - |
| HSV(B) | 328.27º | 0.9% | 0.45% | - |
| XYZ | 8.17 | 4.28 | 5.55 | - |
| YUV | 48.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 66 | 0 | 0.90 | 0.43 | 0.55 | 328.27 | 0.83 | 0.25 |
| Hex | 73 | B | 42 | 0 | 5A | 2B | 37 | 148 | 53 | 19 |
| Octal | 163 | 13 | 102 | 0 | 132 | 53 | 67 | 510 | 123 | 31 |
| Binary | 1110011 | 1011 | 1000010 | 0 | 1011010 | 101011 | 110111 | 101001000 | 1010011 | 11001 |
Color Harmonies of #730B42
Complementary color
Monochromatic Colors of #730B42
Black with #730B42
Text Example
Text Example
White with #730B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B42; }
p { color: rgb(115,11,66); }
H1.HeaderClassName
{
color: #730B42;
}
.AnyTagClassName
{
color: #730B42;
}
</style>
background-color css
<style>
a { background-color: #730B42; }
a { background-color: rgb(115,11,66); }
div.DivClassName
{
background-color: #730B42;
}
.BgClassName
{
background-color: #730B42;
}
</style>
border-color css
<style>
span { border-color: #730B42; }
span { border-color: rgb(115,11,66); }
td.TdClassName
{
border-color: #730B42;
}
.TagClassName
{
border-color: #730B42;
}
</style>