Shades of Purple #751686
Tints of Purple #751686
RGB
CMYK
RGB Variations
Color information
#751686 (or 0x751686) is known color: Purple. HEX triplet: 75, 16 and 86. RGB value is (117,22,134). Sum of RGB (Red+Green+Blue) = 117+22+134=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #751686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751686 is #8AE979. Grayscale: #3E3E3E. Windows color (decimal): -9103738 or 8787573. OLE color: 8787573.
HSL color Cylindrical-coordinate representation of color #751686: hue angle of 290.89º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751686 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 22 | 134 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.47 |
| HSL | 290.89º | 0.72% | 0.31% | - |
| HSV(B) | 290.89º | 0.84% | 0.53% | - |
| XYZ | 11.93 | 6.08 | 23.1 | - |
| YUV | 63.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 134 | 0.13 | 0.84 | 0 | 0.47 | 290.89 | 0.72 | 0.31 |
| Hex | 75 | 16 | 86 | D | 54 | 0 | 2F | 123 | 48 | 1F |
| Octal | 165 | 26 | 206 | 15 | 124 | 0 | 57 | 443 | 110 | 37 |
| Binary | 1110101 | 10110 | 10000110 | 1101 | 1010100 | 0 | 101111 | 100100011 | 1001000 | 11111 |
Color Harmonies of #751686
Complementary color
Monochromatic Colors of #751686
Black with #751686
Text Example
Text Example
White with #751686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751686; }
p { color: rgb(117,22,134); }
H1.HeaderClassName
{
color: #751686;
}
.AnyTagClassName
{
color: #751686;
}
</style>
background-color css
<style>
a { background-color: #751686; }
a { background-color: rgb(117,22,134); }
div.DivClassName
{
background-color: #751686;
}
.BgClassName
{
background-color: #751686;
}
</style>
border-color css
<style>
span { border-color: #751686; }
span { border-color: rgb(117,22,134); }
td.TdClassName
{
border-color: #751686;
}
.TagClassName
{
border-color: #751686;
}
</style>