Shades of Purple #750766
Tints of Purple #750766
RGB
CMYK
RGB Variations
Color information
#750766 (or 0x750766) is known color: Purple. HEX triplet: 75, 07 and 66. RGB value is (117,7,102). Sum of RGB (Red+Green+Blue) = 117+7+102=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #750766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750766 is #8AF899. Grayscale: #323232. Windows color (decimal): -9107610 or 6686581. OLE color: 6686581.
HSL color Cylindrical-coordinate representation of color #750766: hue angle of 308.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750766 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 102 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.54 |
| HSL | 308.18º | 0.89% | 0.24% | - |
| HSV(B) | 308.18º | 0.94% | 0.46% | - |
| XYZ | 9.81 | 4.89 | 13 | - |
| YUV | 50.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 102 | 0 | 0.94 | 0.13 | 0.54 | 308.18 | 0.89 | 0.24 |
| Hex | 75 | 7 | 66 | 0 | 5E | D | 36 | 134 | 59 | 18 |
| Octal | 165 | 7 | 146 | 0 | 136 | 15 | 66 | 464 | 131 | 30 |
| Binary | 1110101 | 111 | 1100110 | 0 | 1011110 | 1101 | 110110 | 100110100 | 1011001 | 11000 |
Color Harmonies of #750766
Complementary color
Monochromatic Colors of #750766
Black with #750766
Text Example
Text Example
White with #750766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750766; }
p { color: rgb(117,7,102); }
H1.HeaderClassName
{
color: #750766;
}
.AnyTagClassName
{
color: #750766;
}
</style>
background-color css
<style>
a { background-color: #750766; }
a { background-color: rgb(117,7,102); }
div.DivClassName
{
background-color: #750766;
}
.BgClassName
{
background-color: #750766;
}
</style>
border-color css
<style>
span { border-color: #750766; }
span { border-color: rgb(117,7,102); }
td.TdClassName
{
border-color: #750766;
}
.TagClassName
{
border-color: #750766;
}
</style>