Shades of Tyrian Purple #750445
Tints of Tyrian Purple #750445
RGB
CMYK
RGB Variations
Color information
#750445 (or 0x750445) is known color: Tyrian Purple. HEX triplet: 75, 04 and 45. RGB value is (117,4,69). Sum of RGB (Red+Green+Blue) = 117+4+69=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #750445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750445 is #8AFBBA. Grayscale: #2D2D2D. Windows color (decimal): -9108411 or 4523125. OLE color: 4523125.
HSL color Cylindrical-coordinate representation of color #750445: hue angle of 325.49º 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 #750445 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 69 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.54 |
| HSL | 325.49º | 0.93% | 0.24% | - |
| HSV(B) | 325.49º | 0.97% | 0.46% | - |
| XYZ | 8.45 | 4.3 | 6.01 | - |
| YUV | 45.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 69 | 0 | 0.97 | 0.41 | 0.54 | 325.49 | 0.93 | 0.24 |
| Hex | 75 | 4 | 45 | 0 | 61 | 29 | 36 | 145 | 5D | 18 |
| Octal | 165 | 4 | 105 | 0 | 141 | 51 | 66 | 505 | 135 | 30 |
| Binary | 1110101 | 100 | 1000101 | 0 | 1100001 | 101001 | 110110 | 101000101 | 1011101 | 11000 |
Color Harmonies of #750445
Complementary color
Monochromatic Colors of #750445
Black with #750445
Text Example
Text Example
White with #750445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750445; }
p { color: rgb(117,4,69); }
H1.HeaderClassName
{
color: #750445;
}
.AnyTagClassName
{
color: #750445;
}
</style>
background-color css
<style>
a { background-color: #750445; }
a { background-color: rgb(117,4,69); }
div.DivClassName
{
background-color: #750445;
}
.BgClassName
{
background-color: #750445;
}
</style>
border-color css
<style>
span { border-color: #750445; }
span { border-color: rgb(117,4,69); }
td.TdClassName
{
border-color: #750445;
}
.TagClassName
{
border-color: #750445;
}
</style>