Shades of Tyrian Purple #750159
Tints of Tyrian Purple #750159
RGB
CMYK
RGB Variations
Color information
#750159 (or 0x750159) is known color: Tyrian Purple. HEX triplet: 75, 01 and 59. RGB value is (117,1,89). Sum of RGB (Red+Green+Blue) = 117+1+89=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #750159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750159 is #8AFEA6. Grayscale: #2D2D2D. Windows color (decimal): -9109159 or 5833077. OLE color: 5833077.
HSL color Cylindrical-coordinate representation of color #750159: hue angle of 314.48º 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 #750159 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.54 |
| HSL | 314.48º | 0.98% | 0.23% | - |
| HSV(B) | 314.48º | 0.99% | 0.46% | - |
| XYZ | 9.15 | 4.52 | 9.84 | - |
| YUV | 45.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 89 | 0 | 0.99 | 0.24 | 0.54 | 314.48 | 0.98 | 0.23 |
| Hex | 75 | 1 | 59 | 0 | 63 | 18 | 36 | 13A | 62 | 17 |
| Octal | 165 | 1 | 131 | 0 | 143 | 30 | 66 | 472 | 142 | 27 |
| Binary | 1110101 | 1 | 1011001 | 0 | 1100011 | 11000 | 110110 | 100111010 | 1100010 | 10111 |
Color Harmonies of #750159
Complementary color
Monochromatic Colors of #750159
Black with #750159
Text Example
Text Example
White with #750159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750159; }
p { color: rgb(117,1,89); }
H1.HeaderClassName
{
color: #750159;
}
.AnyTagClassName
{
color: #750159;
}
</style>
background-color css
<style>
a { background-color: #750159; }
a { background-color: rgb(117,1,89); }
div.DivClassName
{
background-color: #750159;
}
.BgClassName
{
background-color: #750159;
}
</style>
border-color css
<style>
span { border-color: #750159; }
span { border-color: rgb(117,1,89); }
td.TdClassName
{
border-color: #750159;
}
.TagClassName
{
border-color: #750159;
}
</style>