Shades of Tyrian Purple #750443
Tints of Tyrian Purple #750443
RGB
CMYK
RGB Variations
Color information
#750443 (or 0x750443) is known color: Tyrian Purple. HEX triplet: 75, 04 and 43. RGB value is (117,4,67). Sum of RGB (Red+Green+Blue) = 117+4+67=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #750443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750443 is #8AFBBC. Grayscale: #2C2C2C. Windows color (decimal): -9108413 or 4392053. OLE color: 4392053.
HSL color Cylindrical-coordinate representation of color #750443: hue angle of 326.55º 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 #750443 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 67 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.54 |
| HSL | 326.55º | 0.93% | 0.24% | - |
| HSV(B) | 326.55º | 0.97% | 0.46% | - |
| XYZ | 8.39 | 4.27 | 5.69 | - |
| YUV | 44.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 67 | 0 | 0.97 | 0.43 | 0.54 | 326.55 | 0.93 | 0.24 |
| Hex | 75 | 4 | 43 | 0 | 61 | 2B | 36 | 147 | 5D | 18 |
| Octal | 165 | 4 | 103 | 0 | 141 | 53 | 66 | 507 | 135 | 30 |
| Binary | 1110101 | 100 | 1000011 | 0 | 1100001 | 101011 | 110110 | 101000111 | 1011101 | 11000 |
Color Harmonies of #750443
Complementary color
Monochromatic Colors of #750443
Black with #750443
Text Example
Text Example
White with #750443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750443; }
p { color: rgb(117,4,67); }
H1.HeaderClassName
{
color: #750443;
}
.AnyTagClassName
{
color: #750443;
}
</style>
background-color css
<style>
a { background-color: #750443; }
a { background-color: rgb(117,4,67); }
div.DivClassName
{
background-color: #750443;
}
.BgClassName
{
background-color: #750443;
}
</style>
border-color css
<style>
span { border-color: #750443; }
span { border-color: rgb(117,4,67); }
td.TdClassName
{
border-color: #750443;
}
.TagClassName
{
border-color: #750443;
}
</style>