Shades of Tyrian Purple #730C3B
Tints of Tyrian Purple #730C3B
RGB
CMYK
RGB Variations
Color information
#730C3B (or 0x730C3B) is known color: Tyrian Purple. HEX triplet: 73, 0C and 3B. RGB value is (115,12,59). Sum of RGB (Red+Green+Blue) = 115+12+59=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #730C3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730C3B is #8CF3C4. Grayscale: #303030. Windows color (decimal): -9237445 or 3869811. OLE color: 3869811.
HSL color Cylindrical-coordinate representation of color #730C3B: hue angle of 332.62º 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 #730C3B is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 59 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.55 |
| HSL | 332.62º | 0.81% | 0.25% | - |
| HSV(B) | 332.62º | 0.9% | 0.45% | - |
| XYZ | 7.99 | 4.22 | 4.53 | - |
| YUV | 48.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 59 | 0 | 0.90 | 0.49 | 0.55 | 332.62 | 0.81 | 0.25 |
| Hex | 73 | C | 3B | 0 | 5A | 31 | 37 | 14D | 51 | 19 |
| Octal | 163 | 14 | 73 | 0 | 132 | 61 | 67 | 515 | 121 | 31 |
| Binary | 1110011 | 1100 | 111011 | 0 | 1011010 | 110001 | 110111 | 101001101 | 1010001 | 11001 |
Color Harmonies of #730C3B
Complementary color
Monochromatic Colors of #730C3B
Black with #730C3B
Text Example
Text Example
White with #730C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C3B; }
p { color: rgb(115,12,59); }
H1.HeaderClassName
{
color: #730C3B;
}
.AnyTagClassName
{
color: #730C3B;
}
</style>
background-color css
<style>
a { background-color: #730C3B; }
a { background-color: rgb(115,12,59); }
div.DivClassName
{
background-color: #730C3B;
}
.BgClassName
{
background-color: #730C3B;
}
</style>
border-color css
<style>
span { border-color: #730C3B; }
span { border-color: rgb(115,12,59); }
td.TdClassName
{
border-color: #730C3B;
}
.TagClassName
{
border-color: #730C3B;
}
</style>