Shades of Tyrian Purple #750247
Tints of Tyrian Purple #750247
RGB
CMYK
RGB Variations
Color information
#750247 (or 0x750247) is known color: Tyrian Purple. HEX triplet: 75, 02 and 47. RGB value is (117,2,71). Sum of RGB (Red+Green+Blue) = 117+2+71=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #750247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750247 is #8AFDB8. Grayscale: #2C2C2C. Windows color (decimal): -9108921 or 4653685. OLE color: 4653685.
HSL color Cylindrical-coordinate representation of color #750247: hue angle of 324º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750247 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 71 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.54 |
| HSL | 324º | 0.97% | 0.23% | - |
| HSV(B) | 324º | 0.98% | 0.46% | - |
| XYZ | 8.5 | 4.28 | 6.34 | - |
| YUV | 44.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 71 | 0 | 0.98 | 0.39 | 0.54 | 324 | 0.97 | 0.23 |
| Hex | 75 | 2 | 47 | 0 | 62 | 27 | 36 | 144 | 61 | 17 |
| Octal | 165 | 2 | 107 | 0 | 142 | 47 | 66 | 504 | 141 | 27 |
| Binary | 1110101 | 10 | 1000111 | 0 | 1100010 | 100111 | 110110 | 101000100 | 1100001 | 10111 |
Color Harmonies of #750247
Complementary color
Monochromatic Colors of #750247
Black with #750247
Text Example
Text Example
White with #750247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750247; }
p { color: rgb(117,2,71); }
H1.HeaderClassName
{
color: #750247;
}
.AnyTagClassName
{
color: #750247;
}
</style>
background-color css
<style>
a { background-color: #750247; }
a { background-color: rgb(117,2,71); }
div.DivClassName
{
background-color: #750247;
}
.BgClassName
{
background-color: #750247;
}
</style>
border-color css
<style>
span { border-color: #750247; }
span { border-color: rgb(117,2,71); }
td.TdClassName
{
border-color: #750247;
}
.TagClassName
{
border-color: #750247;
}
</style>