Shades of Tyrian Purple #750259
Tints of Tyrian Purple #750259
RGB
CMYK
RGB Variations
Color information
#750259 (or 0x750259) is known color: Tyrian Purple. HEX triplet: 75, 02 and 59. RGB value is (117,2,89). Sum of RGB (Red+Green+Blue) = 117+2+89=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #750259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750259 is #8AFDA6. Grayscale: #2E2E2E. Windows color (decimal): -9108903 or 5833333. OLE color: 5833333.
HSL color Cylindrical-coordinate representation of color #750259: hue angle of 314.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750259 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 89 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.54 |
| HSL | 314.61º | 0.97% | 0.23% | - |
| HSV(B) | 314.61º | 0.98% | 0.46% | - |
| XYZ | 9.16 | 4.55 | 9.85 | - |
| YUV | 46.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 89 | 0 | 0.98 | 0.24 | 0.54 | 314.61 | 0.97 | 0.23 |
| Hex | 75 | 2 | 59 | 0 | 62 | 18 | 36 | 13B | 61 | 17 |
| Octal | 165 | 2 | 131 | 0 | 142 | 30 | 66 | 473 | 141 | 27 |
| Binary | 1110101 | 10 | 1011001 | 0 | 1100010 | 11000 | 110110 | 100111011 | 1100001 | 10111 |
Color Harmonies of #750259
Complementary color
Monochromatic Colors of #750259
Black with #750259
Text Example
Text Example
White with #750259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750259; }
p { color: rgb(117,2,89); }
H1.HeaderClassName
{
color: #750259;
}
.AnyTagClassName
{
color: #750259;
}
</style>
background-color css
<style>
a { background-color: #750259; }
a { background-color: rgb(117,2,89); }
div.DivClassName
{
background-color: #750259;
}
.BgClassName
{
background-color: #750259;
}
</style>
border-color css
<style>
span { border-color: #750259; }
span { border-color: rgb(117,2,89); }
td.TdClassName
{
border-color: #750259;
}
.TagClassName
{
border-color: #750259;
}
</style>