Shades of Tyrian Purple #750853
Tints of Tyrian Purple #750853
RGB
CMYK
RGB Variations
Color information
#750853 (or 0x750853) is known color: Tyrian Purple. HEX triplet: 75, 08 and 53. RGB value is (117,8,83). Sum of RGB (Red+Green+Blue) = 117+8+83=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #750853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750853 is #8AF7AC. Grayscale: #303030. Windows color (decimal): -9107373 or 5441653. OLE color: 5441653.
HSL color Cylindrical-coordinate representation of color #750853: hue angle of 318.72º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750853 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 83 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.54 |
| HSL | 318.72º | 0.87% | 0.25% | - |
| HSV(B) | 318.72º | 0.93% | 0.46% | - |
| XYZ | 8.98 | 4.58 | 8.59 | - |
| YUV | 49.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 83 | 0 | 0.93 | 0.29 | 0.54 | 318.72 | 0.87 | 0.25 |
| Hex | 75 | 8 | 53 | 0 | 5D | 1D | 36 | 13F | 57 | 19 |
| Octal | 165 | 10 | 123 | 0 | 135 | 35 | 66 | 477 | 127 | 31 |
| Binary | 1110101 | 1000 | 1010011 | 0 | 1011101 | 11101 | 110110 | 100111111 | 1010111 | 11001 |
Color Harmonies of #750853
Complementary color
Monochromatic Colors of #750853
Black with #750853
Text Example
Text Example
White with #750853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750853; }
p { color: rgb(117,8,83); }
H1.HeaderClassName
{
color: #750853;
}
.AnyTagClassName
{
color: #750853;
}
</style>
background-color css
<style>
a { background-color: #750853; }
a { background-color: rgb(117,8,83); }
div.DivClassName
{
background-color: #750853;
}
.BgClassName
{
background-color: #750853;
}
</style>
border-color css
<style>
span { border-color: #750853; }
span { border-color: rgb(117,8,83); }
td.TdClassName
{
border-color: #750853;
}
.TagClassName
{
border-color: #750853;
}
</style>