Shades of Purple #750B88
Tints of Purple #750B88
RGB
CMYK
RGB Variations
Color information
#750B88 (or 0x750B88) is known color: Purple. HEX triplet: 75, 0B and 88. RGB value is (117,11,136). Sum of RGB (Red+Green+Blue) = 117+11+136=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #750B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750B88 is #8AF477. Grayscale: #383838. Windows color (decimal): -9106552 or 8915829. OLE color: 8915829.
HSL color Cylindrical-coordinate representation of color #750B88: hue angle of 290.88º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750B88 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 11 | 136 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.47 |
| HSL | 290.88º | 0.85% | 0.29% | - |
| HSV(B) | 290.88º | 0.92% | 0.53% | - |
| XYZ | 11.9 | 5.8 | 23.78 | - |
| YUV | 56.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 136 | 0.14 | 0.92 | 0 | 0.47 | 290.88 | 0.85 | 0.29 |
| Hex | 75 | B | 88 | E | 5C | 0 | 2F | 123 | 55 | 1D |
| Octal | 165 | 13 | 210 | 16 | 134 | 0 | 57 | 443 | 125 | 35 |
| Binary | 1110101 | 1011 | 10001000 | 1110 | 1011100 | 0 | 101111 | 100100011 | 1010101 | 11101 |
Color Harmonies of #750B88
Complementary color
Monochromatic Colors of #750B88
Black with #750B88
Text Example
Text Example
White with #750B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B88; }
p { color: rgb(117,11,136); }
H1.HeaderClassName
{
color: #750B88;
}
.AnyTagClassName
{
color: #750B88;
}
</style>
background-color css
<style>
a { background-color: #750B88; }
a { background-color: rgb(117,11,136); }
div.DivClassName
{
background-color: #750B88;
}
.BgClassName
{
background-color: #750B88;
}
</style>
border-color css
<style>
span { border-color: #750B88; }
span { border-color: rgb(117,11,136); }
td.TdClassName
{
border-color: #750B88;
}
.TagClassName
{
border-color: #750B88;
}
</style>