Shades of Purple #750786
Tints of Purple #750786
RGB
CMYK
RGB Variations
Color information
#750786 (or 0x750786) is known color: Purple. HEX triplet: 75, 07 and 86. RGB value is (117,7,134). Sum of RGB (Red+Green+Blue) = 117+7+134=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #750786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750786 is #8AF879. Grayscale: #353535. Windows color (decimal): -9107578 or 8783733. OLE color: 8783733.
HSL color Cylindrical-coordinate representation of color #750786: hue angle of 291.97º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750786 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 7 | 134 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.47 |
| HSL | 291.97º | 0.9% | 0.28% | - |
| HSV(B) | 291.97º | 0.95% | 0.53% | - |
| XYZ | 11.72 | 5.66 | 23.03 | - |
| YUV | 54.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 134 | 0.13 | 0.95 | 0 | 0.47 | 291.97 | 0.9 | 0.28 |
| Hex | 75 | 7 | 86 | D | 5F | 0 | 2F | 124 | 5A | 1C |
| Octal | 165 | 7 | 206 | 15 | 137 | 0 | 57 | 444 | 132 | 34 |
| Binary | 1110101 | 111 | 10000110 | 1101 | 1011111 | 0 | 101111 | 100100100 | 1011010 | 11100 |
Color Harmonies of #750786
Complementary color
Monochromatic Colors of #750786
Black with #750786
Text Example
Text Example
White with #750786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750786; }
p { color: rgb(117,7,134); }
H1.HeaderClassName
{
color: #750786;
}
.AnyTagClassName
{
color: #750786;
}
</style>
background-color css
<style>
a { background-color: #750786; }
a { background-color: rgb(117,7,134); }
div.DivClassName
{
background-color: #750786;
}
.BgClassName
{
background-color: #750786;
}
</style>
border-color css
<style>
span { border-color: #750786; }
span { border-color: rgb(117,7,134); }
td.TdClassName
{
border-color: #750786;
}
.TagClassName
{
border-color: #750786;
}
</style>