Shades of Tyrian Purple #730D4B
Tints of Tyrian Purple #730D4B
RGB
CMYK
RGB Variations
Color information
#730D4B (or 0x730D4B) is known color: Tyrian Purple. HEX triplet: 73, 0D and 4B. RGB value is (115,13,75). Sum of RGB (Red+Green+Blue) = 115+13+75=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #730D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D4B is #8CF2B4. Grayscale: #323232. Windows color (decimal): -9237173 or 4918643. OLE color: 4918643.
HSL color Cylindrical-coordinate representation of color #730D4B: hue angle of 323.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D4B is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 75 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.55 |
| HSL | 323.53º | 0.8% | 0.25% | - |
| HSV(B) | 323.53º | 0.89% | 0.45% | - |
| XYZ | 8.48 | 4.44 | 7.07 | - |
| YUV | 50.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 75 | 0 | 0.89 | 0.35 | 0.55 | 323.53 | 0.8 | 0.25 |
| Hex | 73 | D | 4B | 0 | 59 | 23 | 37 | 144 | 50 | 19 |
| Octal | 163 | 15 | 113 | 0 | 131 | 43 | 67 | 504 | 120 | 31 |
| Binary | 1110011 | 1101 | 1001011 | 0 | 1011001 | 100011 | 110111 | 101000100 | 1010000 | 11001 |
Color Harmonies of #730D4B
Complementary color
Monochromatic Colors of #730D4B
Black with #730D4B
Text Example
Text Example
White with #730D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D4B; }
p { color: rgb(115,13,75); }
H1.HeaderClassName
{
color: #730D4B;
}
.AnyTagClassName
{
color: #730D4B;
}
</style>
background-color css
<style>
a { background-color: #730D4B; }
a { background-color: rgb(115,13,75); }
div.DivClassName
{
background-color: #730D4B;
}
.BgClassName
{
background-color: #730D4B;
}
</style>
border-color css
<style>
span { border-color: #730D4B; }
span { border-color: rgb(115,13,75); }
td.TdClassName
{
border-color: #730D4B;
}
.TagClassName
{
border-color: #730D4B;
}
</style>