Shades of Tyrian Purple #750447
Tints of Tyrian Purple #750447
RGB
CMYK
RGB Variations
Color information
#750447 (or 0x750447) is known color: Tyrian Purple. HEX triplet: 75, 04 and 47. RGB value is (117,4,71). Sum of RGB (Red+Green+Blue) = 117+4+71=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #750447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750447 is #8AFBB8. Grayscale: #2D2D2D. Windows color (decimal): -9108409 or 4654197. OLE color: 4654197.
HSL color Cylindrical-coordinate representation of color #750447: hue angle of 324.42º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750447 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 71 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.54 |
| HSL | 324.42º | 0.93% | 0.24% | - |
| HSV(B) | 324.42º | 0.97% | 0.46% | - |
| XYZ | 8.52 | 4.32 | 6.35 | - |
| YUV | 45.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 71 | 0 | 0.97 | 0.39 | 0.54 | 324.42 | 0.93 | 0.24 |
| Hex | 75 | 4 | 47 | 0 | 61 | 27 | 36 | 144 | 5D | 18 |
| Octal | 165 | 4 | 107 | 0 | 141 | 47 | 66 | 504 | 135 | 30 |
| Binary | 1110101 | 100 | 1000111 | 0 | 1100001 | 100111 | 110110 | 101000100 | 1011101 | 11000 |
Color Harmonies of #750447
Complementary color
Monochromatic Colors of #750447
Black with #750447
Text Example
Text Example
White with #750447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750447; }
p { color: rgb(117,4,71); }
H1.HeaderClassName
{
color: #750447;
}
.AnyTagClassName
{
color: #750447;
}
</style>
background-color css
<style>
a { background-color: #750447; }
a { background-color: rgb(117,4,71); }
div.DivClassName
{
background-color: #750447;
}
.BgClassName
{
background-color: #750447;
}
</style>
border-color css
<style>
span { border-color: #750447; }
span { border-color: rgb(117,4,71); }
td.TdClassName
{
border-color: #750447;
}
.TagClassName
{
border-color: #750447;
}
</style>