Shades of Tyrian Purple #750C57
Tints of Tyrian Purple #750C57
RGB
CMYK
RGB Variations
Color information
#750C57 (or 0x750C57) is known color: Tyrian Purple. HEX triplet: 75, 0C and 57. RGB value is (117,12,87). Sum of RGB (Red+Green+Blue) = 117+12+87=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #750C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C57 is #8AF3A8. Grayscale: #333333. Windows color (decimal): -9106345 or 5704821. OLE color: 5704821.
HSL color Cylindrical-coordinate representation of color #750C57: hue angle of 317.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C57 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 87 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.54 |
| HSL | 317.14º | 0.81% | 0.25% | - |
| HSV(B) | 317.14º | 0.9% | 0.46% | - |
| XYZ | 9.19 | 4.73 | 9.45 | - |
| YUV | 51.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 87 | 0 | 0.90 | 0.26 | 0.54 | 317.14 | 0.81 | 0.25 |
| Hex | 75 | C | 57 | 0 | 5A | 1A | 36 | 13D | 51 | 19 |
| Octal | 165 | 14 | 127 | 0 | 132 | 32 | 66 | 475 | 121 | 31 |
| Binary | 1110101 | 1100 | 1010111 | 0 | 1011010 | 11010 | 110110 | 100111101 | 1010001 | 11001 |
Color Harmonies of #750C57
Complementary color
Monochromatic Colors of #750C57
Black with #750C57
Text Example
Text Example
White with #750C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C57; }
p { color: rgb(117,12,87); }
H1.HeaderClassName
{
color: #750C57;
}
.AnyTagClassName
{
color: #750C57;
}
</style>
background-color css
<style>
a { background-color: #750C57; }
a { background-color: rgb(117,12,87); }
div.DivClassName
{
background-color: #750C57;
}
.BgClassName
{
background-color: #750C57;
}
</style>
border-color css
<style>
span { border-color: #750C57; }
span { border-color: rgb(117,12,87); }
td.TdClassName
{
border-color: #750C57;
}
.TagClassName
{
border-color: #750C57;
}
</style>