Shades of Tyrian Purple #750A53
Tints of Tyrian Purple #750A53
RGB
CMYK
RGB Variations
Color information
#750A53 (or 0x750A53) is known color: Tyrian Purple. HEX triplet: 75, 0A and 53. RGB value is (117,10,83). Sum of RGB (Red+Green+Blue) = 117+10+83=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #750A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A53 is #8AF5AC. Grayscale: #323232. Windows color (decimal): -9106861 or 5442165. OLE color: 5442165.
HSL color Cylindrical-coordinate representation of color #750A53: hue angle of 319.07º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A53 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 83 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.54 |
| HSL | 319.07º | 0.84% | 0.25% | - |
| HSV(B) | 319.07º | 0.91% | 0.46% | - |
| XYZ | 9.01 | 4.62 | 8.6 | - |
| YUV | 50.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 83 | 0 | 0.91 | 0.29 | 0.54 | 319.07 | 0.84 | 0.25 |
| Hex | 75 | A | 53 | 0 | 5B | 1D | 36 | 13F | 54 | 19 |
| Octal | 165 | 12 | 123 | 0 | 133 | 35 | 66 | 477 | 124 | 31 |
| Binary | 1110101 | 1010 | 1010011 | 0 | 1011011 | 11101 | 110110 | 100111111 | 1010100 | 11001 |
Color Harmonies of #750A53
Complementary color
Monochromatic Colors of #750A53
Black with #750A53
Text Example
Text Example
White with #750A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A53; }
p { color: rgb(117,10,83); }
H1.HeaderClassName
{
color: #750A53;
}
.AnyTagClassName
{
color: #750A53;
}
</style>
background-color css
<style>
a { background-color: #750A53; }
a { background-color: rgb(117,10,83); }
div.DivClassName
{
background-color: #750A53;
}
.BgClassName
{
background-color: #750A53;
}
</style>
border-color css
<style>
span { border-color: #750A53; }
span { border-color: rgb(117,10,83); }
td.TdClassName
{
border-color: #750A53;
}
.TagClassName
{
border-color: #750A53;
}
</style>