Shades of Tyrian Purple #750D47
Tints of Tyrian Purple #750D47
RGB
CMYK
RGB Variations
Color information
#750D47 (or 0x750D47) is known color: Tyrian Purple. HEX triplet: 75, 0D and 47. RGB value is (117,13,71). Sum of RGB (Red+Green+Blue) = 117+13+71=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #750D47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D47 is #8AF2B8. Grayscale: #323232. Windows color (decimal): -9106105 or 4656501. OLE color: 4656501.
HSL color Cylindrical-coordinate representation of color #750D47: hue angle of 326.54º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D47 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 13 | 71 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.54 |
| HSL | 326.54º | 0.8% | 0.25% | - |
| HSV(B) | 326.54º | 0.89% | 0.46% | - |
| XYZ | 8.62 | 4.52 | 6.38 | - |
| YUV | 50.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 71 | 0 | 0.89 | 0.39 | 0.54 | 326.54 | 0.8 | 0.25 |
| Hex | 75 | D | 47 | 0 | 59 | 27 | 36 | 147 | 50 | 19 |
| Octal | 165 | 15 | 107 | 0 | 131 | 47 | 66 | 507 | 120 | 31 |
| Binary | 1110101 | 1101 | 1000111 | 0 | 1011001 | 100111 | 110110 | 101000111 | 1010000 | 11001 |
Color Harmonies of #750D47
Complementary color
Monochromatic Colors of #750D47
Black with #750D47
Text Example
Text Example
White with #750D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750D47; }
p { color: rgb(117,13,71); }
H1.HeaderClassName
{
color: #750D47;
}
.AnyTagClassName
{
color: #750D47;
}
</style>
background-color css
<style>
a { background-color: #750D47; }
a { background-color: rgb(117,13,71); }
div.DivClassName
{
background-color: #750D47;
}
.BgClassName
{
background-color: #750D47;
}
</style>
border-color css
<style>
span { border-color: #750D47; }
span { border-color: rgb(117,13,71); }
td.TdClassName
{
border-color: #750D47;
}
.TagClassName
{
border-color: #750D47;
}
</style>