Shades of Tyrian Purple #750044
Tints of Tyrian Purple #750044
RGB
CMYK
RGB Variations
Color information
#750044 (or 0x750044) is known color: Tyrian Purple. HEX triplet: 75, 00 and 44. RGB value is (117,0,68). Sum of RGB (Red+Green+Blue) = 117+0+68=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #750044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750044 is #8AFFBB. Grayscale: #2A2A2A. Windows color (decimal): -9109436 or 4456565. OLE color: 4456565.
HSL color Cylindrical-coordinate representation of color #750044: hue angle of 325.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750044 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.42 | 0.54 |
| HSL | 325.13º | 1% | 0.23% | - |
| HSV(B) | 325.13º | 1% | 0.46% | - |
| XYZ | 8.38 | 4.2 | 5.84 | - |
| YUV | 42.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 68 | 0 | 1 | 0.42 | 0.54 | 325.13 | 1 | 0.23 |
| Hex | 75 | 0 | 44 | 0 | 64 | 2A | 36 | 145 | 64 | 17 |
| Octal | 165 | 0 | 104 | 0 | 144 | 52 | 66 | 505 | 144 | 27 |
| Binary | 1110101 | 0 | 1000100 | 0 | 1100100 | 101010 | 110110 | 101000101 | 1100100 | 10111 |
Color Harmonies of #750044
Complementary color
Monochromatic Colors of #750044
Black with #750044
Text Example
Text Example
White with #750044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750044; }
p { color: rgb(117,0,68); }
H1.HeaderClassName
{
color: #750044;
}
.AnyTagClassName
{
color: #750044;
}
</style>
background-color css
<style>
a { background-color: #750044; }
a { background-color: rgb(117,0,68); }
div.DivClassName
{
background-color: #750044;
}
.BgClassName
{
background-color: #750044;
}
</style>
border-color css
<style>
span { border-color: #750044; }
span { border-color: rgb(117,0,68); }
td.TdClassName
{
border-color: #750044;
}
.TagClassName
{
border-color: #750044;
}
</style>