Shades of Tyrian Purple #750150
Tints of Tyrian Purple #750150
RGB
CMYK
RGB Variations
Color information
#750150 (or 0x750150) is known color: Tyrian Purple. HEX triplet: 75, 01 and 50. RGB value is (117,1,80). Sum of RGB (Red+Green+Blue) = 117+1+80=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #750150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750150 is #8AFEAF. Grayscale: #2C2C2C. Windows color (decimal): -9109168 or 5243253. OLE color: 5243253.
HSL color Cylindrical-coordinate representation of color #750150: hue angle of 319.14º 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 #750150 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.54 |
| HSL | 319.14º | 0.98% | 0.23% | - |
| HSV(B) | 319.14º | 0.99% | 0.46% | - |
| XYZ | 8.79 | 4.38 | 7.97 | - |
| YUV | 44.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 80 | 0 | 0.99 | 0.32 | 0.54 | 319.14 | 0.98 | 0.23 |
| Hex | 75 | 1 | 50 | 0 | 63 | 20 | 36 | 13F | 62 | 17 |
| Octal | 165 | 1 | 120 | 0 | 143 | 40 | 66 | 477 | 142 | 27 |
| Binary | 1110101 | 1 | 1010000 | 0 | 1100011 | 100000 | 110110 | 100111111 | 1100010 | 10111 |
Color Harmonies of #750150
Complementary color
Monochromatic Colors of #750150
Black with #750150
Text Example
Text Example
White with #750150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750150; }
p { color: rgb(117,1,80); }
H1.HeaderClassName
{
color: #750150;
}
.AnyTagClassName
{
color: #750150;
}
</style>
background-color css
<style>
a { background-color: #750150; }
a { background-color: rgb(117,1,80); }
div.DivClassName
{
background-color: #750150;
}
.BgClassName
{
background-color: #750150;
}
</style>
border-color css
<style>
span { border-color: #750150; }
span { border-color: rgb(117,1,80); }
td.TdClassName
{
border-color: #750150;
}
.TagClassName
{
border-color: #750150;
}
</style>