Shades of Tyrian Purple #750B57
Tints of Tyrian Purple #750B57
RGB
CMYK
RGB Variations
Color information
#750B57 (or 0x750B57) is known color: Tyrian Purple. HEX triplet: 75, 0B and 57. RGB value is (117,11,87). Sum of RGB (Red+Green+Blue) = 117+11+87=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #750B57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B57 is #8AF4A8. Grayscale: #333333. Windows color (decimal): -9106601 or 5704565. OLE color: 5704565.
HSL color Cylindrical-coordinate representation of color #750B57: hue angle of 316.98º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750B57 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 11 | 87 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.54 |
| HSL | 316.98º | 0.83% | 0.25% | - |
| HSV(B) | 316.98º | 0.91% | 0.46% | - |
| XYZ | 9.18 | 4.71 | 9.44 | - |
| YUV | 51.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 87 | 0 | 0.91 | 0.26 | 0.54 | 316.98 | 0.83 | 0.25 |
| Hex | 75 | B | 57 | 0 | 5B | 1A | 36 | 13D | 53 | 19 |
| Octal | 165 | 13 | 127 | 0 | 133 | 32 | 66 | 475 | 123 | 31 |
| Binary | 1110101 | 1011 | 1010111 | 0 | 1011011 | 11010 | 110110 | 100111101 | 1010011 | 11001 |
Color Harmonies of #750B57
Complementary color
Monochromatic Colors of #750B57
Black with #750B57
Text Example
Text Example
White with #750B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B57; }
p { color: rgb(117,11,87); }
H1.HeaderClassName
{
color: #750B57;
}
.AnyTagClassName
{
color: #750B57;
}
</style>
background-color css
<style>
a { background-color: #750B57; }
a { background-color: rgb(117,11,87); }
div.DivClassName
{
background-color: #750B57;
}
.BgClassName
{
background-color: #750B57;
}
</style>
border-color css
<style>
span { border-color: #750B57; }
span { border-color: rgb(117,11,87); }
td.TdClassName
{
border-color: #750B57;
}
.TagClassName
{
border-color: #750B57;
}
</style>