Shades of Purple #750F88
Tints of Purple #750F88
RGB
CMYK
RGB Variations
Color information
#750F88 (or 0x750F88) is known color: Purple. HEX triplet: 75, 0F and 88. RGB value is (117,15,136). Sum of RGB (Red+Green+Blue) = 117+15+136=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #750F88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F88 is #8AF077. Grayscale: #3A3A3A. Windows color (decimal): -9105528 or 8916853. OLE color: 8916853.
HSL color Cylindrical-coordinate representation of color #750F88: hue angle of 290.58º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750F88 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 15 | 136 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.47 |
| HSL | 290.58º | 0.8% | 0.3% | - |
| HSV(B) | 290.58º | 0.89% | 0.53% | - |
| XYZ | 11.95 | 5.9 | 23.8 | - |
| YUV | 59.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 136 | 0.14 | 0.89 | 0 | 0.47 | 290.58 | 0.8 | 0.3 |
| Hex | 75 | F | 88 | E | 59 | 0 | 2F | 123 | 50 | 1E |
| Octal | 165 | 17 | 210 | 16 | 131 | 0 | 57 | 443 | 120 | 36 |
| Binary | 1110101 | 1111 | 10001000 | 1110 | 1011001 | 0 | 101111 | 100100011 | 1010000 | 11110 |
Color Harmonies of #750F88
Complementary color
Monochromatic Colors of #750F88
Black with #750F88
Text Example
Text Example
White with #750F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F88; }
p { color: rgb(117,15,136); }
H1.HeaderClassName
{
color: #750F88;
}
.AnyTagClassName
{
color: #750F88;
}
</style>
background-color css
<style>
a { background-color: #750F88; }
a { background-color: rgb(117,15,136); }
div.DivClassName
{
background-color: #750F88;
}
.BgClassName
{
background-color: #750F88;
}
</style>
border-color css
<style>
span { border-color: #750F88; }
span { border-color: rgb(117,15,136); }
td.TdClassName
{
border-color: #750F88;
}
.TagClassName
{
border-color: #750F88;
}
</style>