Shades of Tyrian Purple #750155
Tints of Tyrian Purple #750155
RGB
CMYK
RGB Variations
Color information
#750155 (or 0x750155) is known color: Tyrian Purple. HEX triplet: 75, 01 and 55. RGB value is (117,1,85). Sum of RGB (Red+Green+Blue) = 117+1+85=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750155 is #8AFEAA. Grayscale: #2D2D2D. Windows color (decimal): -9109163 or 5570933. OLE color: 5570933.
HSL color Cylindrical-coordinate representation of color #750155: hue angle of 316.55º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750155 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.54 |
| HSL | 316.55º | 0.98% | 0.23% | - |
| HSV(B) | 316.55º | 0.99% | 0.46% | - |
| XYZ | 8.99 | 4.46 | 8.98 | - |
| YUV | 45.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 85 | 0 | 0.99 | 0.27 | 0.54 | 316.55 | 0.98 | 0.23 |
| Hex | 75 | 1 | 55 | 0 | 63 | 1B | 36 | 13D | 62 | 17 |
| Octal | 165 | 1 | 125 | 0 | 143 | 33 | 66 | 475 | 142 | 27 |
| Binary | 1110101 | 1 | 1010101 | 0 | 1100011 | 11011 | 110110 | 100111101 | 1100010 | 10111 |
Color Harmonies of #750155
Complementary color
Monochromatic Colors of #750155
Black with #750155
Text Example
Text Example
White with #750155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750155; }
p { color: rgb(117,1,85); }
H1.HeaderClassName
{
color: #750155;
}
.AnyTagClassName
{
color: #750155;
}
</style>
background-color css
<style>
a { background-color: #750155; }
a { background-color: rgb(117,1,85); }
div.DivClassName
{
background-color: #750155;
}
.BgClassName
{
background-color: #750155;
}
</style>
border-color css
<style>
span { border-color: #750155; }
span { border-color: rgb(117,1,85); }
td.TdClassName
{
border-color: #750155;
}
.TagClassName
{
border-color: #750155;
}
</style>