Shades of Tyrian Purple #750948
Tints of Tyrian Purple #750948
RGB
CMYK
RGB Variations
Color information
#750948 (or 0x750948) is known color: Tyrian Purple. HEX triplet: 75, 09 and 48. RGB value is (117,9,72). Sum of RGB (Red+Green+Blue) = 117+9+72=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #750948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750948 is #8AF6B7. Grayscale: #303030. Windows color (decimal): -9107128 or 4721013. OLE color: 4721013.
HSL color Cylindrical-coordinate representation of color #750948: hue angle of 325º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750948 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 72 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.54 |
| HSL | 325º | 0.86% | 0.25% | - |
| HSV(B) | 325º | 0.92% | 0.46% | - |
| XYZ | 8.6 | 4.45 | 6.54 | - |
| YUV | 48.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 72 | 0 | 0.92 | 0.38 | 0.54 | 325 | 0.86 | 0.25 |
| Hex | 75 | 9 | 48 | 0 | 5C | 26 | 36 | 145 | 56 | 19 |
| Octal | 165 | 11 | 110 | 0 | 134 | 46 | 66 | 505 | 126 | 31 |
| Binary | 1110101 | 1001 | 1001000 | 0 | 1011100 | 100110 | 110110 | 101000101 | 1010110 | 11001 |
Color Harmonies of #750948
Complementary color
Monochromatic Colors of #750948
Black with #750948
Text Example
Text Example
White with #750948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750948; }
p { color: rgb(117,9,72); }
H1.HeaderClassName
{
color: #750948;
}
.AnyTagClassName
{
color: #750948;
}
</style>
background-color css
<style>
a { background-color: #750948; }
a { background-color: rgb(117,9,72); }
div.DivClassName
{
background-color: #750948;
}
.BgClassName
{
background-color: #750948;
}
</style>
border-color css
<style>
span { border-color: #750948; }
span { border-color: rgb(117,9,72); }
td.TdClassName
{
border-color: #750948;
}
.TagClassName
{
border-color: #750948;
}
</style>