Shades of Tyrian Purple #730B36
Tints of Tyrian Purple #730B36
RGB
CMYK
RGB Variations
Color information
#730B36 (or 0x730B36) is known color: Tyrian Purple. HEX triplet: 73, 0B and 36. RGB value is (115,11,54). Sum of RGB (Red+Green+Blue) = 115+11+54=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #730B36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B36 is #8CF4C9. Grayscale: #2E2E2E. Windows color (decimal): -9237706 or 3541875. OLE color: 3541875.
HSL color Cylindrical-coordinate representation of color #730B36: hue angle of 335.19º 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 #730B36 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 54 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.55 |
| HSL | 335.19º | 0.83% | 0.25% | - |
| HSV(B) | 335.19º | 0.9% | 0.45% | - |
| XYZ | 7.86 | 4.15 | 3.88 | - |
| YUV | 47 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 54 | 0 | 0.90 | 0.53 | 0.55 | 335.19 | 0.83 | 0.25 |
| Hex | 73 | B | 36 | 0 | 5A | 35 | 37 | 14F | 53 | 19 |
| Octal | 163 | 13 | 66 | 0 | 132 | 65 | 67 | 517 | 123 | 31 |
| Binary | 1110011 | 1011 | 110110 | 0 | 1011010 | 110101 | 110111 | 101001111 | 1010011 | 11001 |
Color Harmonies of #730B36
Complementary color
Monochromatic Colors of #730B36
Black with #730B36
Text Example
Text Example
White with #730B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B36; }
p { color: rgb(115,11,54); }
H1.HeaderClassName
{
color: #730B36;
}
.AnyTagClassName
{
color: #730B36;
}
</style>
background-color css
<style>
a { background-color: #730B36; }
a { background-color: rgb(115,11,54); }
div.DivClassName
{
background-color: #730B36;
}
.BgClassName
{
background-color: #730B36;
}
</style>
border-color css
<style>
span { border-color: #730B36; }
span { border-color: rgb(115,11,54); }
td.TdClassName
{
border-color: #730B36;
}
.TagClassName
{
border-color: #730B36;
}
</style>