Shades of Tyrian Purple #750A52
Tints of Tyrian Purple #750A52
RGB
CMYK
RGB Variations
Color information
#750A52 (or 0x750A52) is known color: Tyrian Purple. HEX triplet: 75, 0A and 52. RGB value is (117,10,82). Sum of RGB (Red+Green+Blue) = 117+10+82=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #750A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A52 is #8AF5AD. Grayscale: #323232. Windows color (decimal): -9106862 or 5376629. OLE color: 5376629.
HSL color Cylindrical-coordinate representation of color #750A52: hue angle of 319.63º 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 #750A52 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 82 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.54 |
| HSL | 319.63º | 0.84% | 0.25% | - |
| HSV(B) | 319.63º | 0.91% | 0.46% | - |
| XYZ | 8.97 | 4.61 | 8.4 | - |
| YUV | 50.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 82 | 0 | 0.91 | 0.30 | 0.54 | 319.63 | 0.84 | 0.25 |
| Hex | 75 | A | 52 | 0 | 5B | 1E | 36 | 140 | 54 | 19 |
| Octal | 165 | 12 | 122 | 0 | 133 | 36 | 66 | 500 | 124 | 31 |
| Binary | 1110101 | 1010 | 1010010 | 0 | 1011011 | 11110 | 110110 | 101000000 | 1010100 | 11001 |
Color Harmonies of #750A52
Complementary color
Monochromatic Colors of #750A52
Black with #750A52
Text Example
Text Example
White with #750A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A52; }
p { color: rgb(117,10,82); }
H1.HeaderClassName
{
color: #750A52;
}
.AnyTagClassName
{
color: #750A52;
}
</style>
background-color css
<style>
a { background-color: #750A52; }
a { background-color: rgb(117,10,82); }
div.DivClassName
{
background-color: #750A52;
}
.BgClassName
{
background-color: #750A52;
}
</style>
border-color css
<style>
span { border-color: #750A52; }
span { border-color: rgb(117,10,82); }
td.TdClassName
{
border-color: #750A52;
}
.TagClassName
{
border-color: #750A52;
}
</style>