Shades of Tyrian Purple #750E39
Tints of Tyrian Purple #750E39
RGB
CMYK
RGB Variations
Color information
#750E39 (or 0x750E39) is known color: Tyrian Purple. HEX triplet: 75, 0E and 39. RGB value is (117,14,57). Sum of RGB (Red+Green+Blue) = 117+14+57=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #750E39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E39 is #8AF1C6. Grayscale: #313131. Windows color (decimal): -9105863 or 3739253. OLE color: 3739253.
HSL color Cylindrical-coordinate representation of color #750E39: hue angle of 334.95º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E39 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 57 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.54 |
| HSL | 334.95º | 0.79% | 0.26% | - |
| HSV(B) | 334.95º | 0.88% | 0.46% | - |
| XYZ | 8.23 | 4.39 | 4.28 | - |
| YUV | 49.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 57 | 0 | 0.88 | 0.51 | 0.54 | 334.95 | 0.79 | 0.26 |
| Hex | 75 | E | 39 | 0 | 58 | 33 | 36 | 14F | 4F | 1A |
| Octal | 165 | 16 | 71 | 0 | 130 | 63 | 66 | 517 | 117 | 32 |
| Binary | 1110101 | 1110 | 111001 | 0 | 1011000 | 110011 | 110110 | 101001111 | 1001111 | 11010 |
Color Harmonies of #750E39
Complementary color
Monochromatic Colors of #750E39
Black with #750E39
Text Example
Text Example
White with #750E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E39; }
p { color: rgb(117,14,57); }
H1.HeaderClassName
{
color: #750E39;
}
.AnyTagClassName
{
color: #750E39;
}
</style>
background-color css
<style>
a { background-color: #750E39; }
a { background-color: rgb(117,14,57); }
div.DivClassName
{
background-color: #750E39;
}
.BgClassName
{
background-color: #750E39;
}
</style>
border-color css
<style>
span { border-color: #750E39; }
span { border-color: rgb(117,14,57); }
td.TdClassName
{
border-color: #750E39;
}
.TagClassName
{
border-color: #750E39;
}
</style>