Shades of Purple #750987
Tints of Purple #750987
RGB
CMYK
RGB Variations
Color information
#750987 (or 0x750987) is known color: Purple. HEX triplet: 75, 09 and 87. RGB value is (117,9,135). Sum of RGB (Red+Green+Blue) = 117+9+135=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #750987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750987 is #8AF678. Grayscale: #373737. Windows color (decimal): -9107065 or 8849781. OLE color: 8849781.
HSL color Cylindrical-coordinate representation of color #750987: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750987 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 9 | 135 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.47 |
| HSL | 291.43º | 0.88% | 0.28% | - |
| HSV(B) | 291.43º | 0.93% | 0.53% | - |
| XYZ | 11.81 | 5.73 | 23.4 | - |
| YUV | 55.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 135 | 0.13 | 0.93 | 0 | 0.47 | 291.43 | 0.88 | 0.28 |
| Hex | 75 | 9 | 87 | D | 5D | 0 | 2F | 123 | 58 | 1C |
| Octal | 165 | 11 | 207 | 15 | 135 | 0 | 57 | 443 | 130 | 34 |
| Binary | 1110101 | 1001 | 10000111 | 1101 | 1011101 | 0 | 101111 | 100100011 | 1011000 | 11100 |
Color Harmonies of #750987
Complementary color
Monochromatic Colors of #750987
Black with #750987
Text Example
Text Example
White with #750987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750987; }
p { color: rgb(117,9,135); }
H1.HeaderClassName
{
color: #750987;
}
.AnyTagClassName
{
color: #750987;
}
</style>
background-color css
<style>
a { background-color: #750987; }
a { background-color: rgb(117,9,135); }
div.DivClassName
{
background-color: #750987;
}
.BgClassName
{
background-color: #750987;
}
</style>
border-color css
<style>
span { border-color: #750987; }
span { border-color: rgb(117,9,135); }
td.TdClassName
{
border-color: #750987;
}
.TagClassName
{
border-color: #750987;
}
</style>