Shades of Tyrian Purple #750140
Tints of Tyrian Purple #750140
RGB
CMYK
RGB Variations
Color information
#750140 (or 0x750140) is known color: Tyrian Purple. HEX triplet: 75, 01 and 40. RGB value is (117,1,64). Sum of RGB (Red+Green+Blue) = 117+1+64=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #750140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750140 is #8AFEBF. Grayscale: #2A2A2A. Windows color (decimal): -9109184 or 4194677. OLE color: 4194677.
HSL color Cylindrical-coordinate representation of color #750140: hue angle of 327.41º 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 #750140 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.54 |
| HSL | 327.41º | 0.98% | 0.23% | - |
| HSV(B) | 327.41º | 0.99% | 0.46% | - |
| XYZ | 8.27 | 4.17 | 5.22 | - |
| YUV | 42.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 64 | 0 | 0.99 | 0.45 | 0.54 | 327.41 | 0.98 | 0.23 |
| Hex | 75 | 1 | 40 | 0 | 63 | 2D | 36 | 147 | 62 | 17 |
| Octal | 165 | 1 | 100 | 0 | 143 | 55 | 66 | 507 | 142 | 27 |
| Binary | 1110101 | 1 | 1000000 | 0 | 1100011 | 101101 | 110110 | 101000111 | 1100010 | 10111 |
Color Harmonies of #750140
Complementary color
Monochromatic Colors of #750140
Black with #750140
Text Example
Text Example
White with #750140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750140; }
p { color: rgb(117,1,64); }
H1.HeaderClassName
{
color: #750140;
}
.AnyTagClassName
{
color: #750140;
}
</style>
background-color css
<style>
a { background-color: #750140; }
a { background-color: rgb(117,1,64); }
div.DivClassName
{
background-color: #750140;
}
.BgClassName
{
background-color: #750140;
}
</style>
border-color css
<style>
span { border-color: #750140; }
span { border-color: rgb(117,1,64); }
td.TdClassName
{
border-color: #750140;
}
.TagClassName
{
border-color: #750140;
}
</style>