Shades of Tyrian Purple #750540
Tints of Tyrian Purple #750540
RGB
CMYK
RGB Variations
Color information
#750540 (or 0x750540) is known color: Tyrian Purple. HEX triplet: 75, 05 and 40. RGB value is (117,5,64). Sum of RGB (Red+Green+Blue) = 117+5+64=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #750540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750540 is #8AFABF. Grayscale: #2D2D2D. Windows color (decimal): -9108160 or 4195701. OLE color: 4195701.
HSL color Cylindrical-coordinate representation of color #750540: hue angle of 328.39º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750540 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 64 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.54 |
| HSL | 328.39º | 0.92% | 0.24% | - |
| HSV(B) | 328.39º | 0.96% | 0.46% | - |
| XYZ | 8.32 | 4.26 | 5.23 | - |
| YUV | 45.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 64 | 0 | 0.96 | 0.45 | 0.54 | 328.39 | 0.92 | 0.24 |
| Hex | 75 | 5 | 40 | 0 | 60 | 2D | 36 | 148 | 5C | 18 |
| Octal | 165 | 5 | 100 | 0 | 140 | 55 | 66 | 510 | 134 | 30 |
| Binary | 1110101 | 101 | 1000000 | 0 | 1100000 | 101101 | 110110 | 101001000 | 1011100 | 11000 |
Color Harmonies of #750540
Complementary color
Monochromatic Colors of #750540
Black with #750540
Text Example
Text Example
White with #750540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750540; }
p { color: rgb(117,5,64); }
H1.HeaderClassName
{
color: #750540;
}
.AnyTagClassName
{
color: #750540;
}
</style>
background-color css
<style>
a { background-color: #750540; }
a { background-color: rgb(117,5,64); }
div.DivClassName
{
background-color: #750540;
}
.BgClassName
{
background-color: #750540;
}
</style>
border-color css
<style>
span { border-color: #750540; }
span { border-color: rgb(117,5,64); }
td.TdClassName
{
border-color: #750540;
}
.TagClassName
{
border-color: #750540;
}
</style>