Shades of Purple #750971
Tints of Purple #750971
RGB
CMYK
RGB Variations
Color information
#750971 (or 0x750971) is known color: Purple. HEX triplet: 75, 09 and 71. RGB value is (117,9,113). Sum of RGB (Red+Green+Blue) = 117+9+113=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #750971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750971 is #8AF68E. Grayscale: #343434. Windows color (decimal): -9107087 or 7407989. OLE color: 7407989.
HSL color Cylindrical-coordinate representation of color #750971: hue angle of 302.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750971 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 113 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.54 |
| HSL | 302.22º | 0.86% | 0.25% | - |
| HSV(B) | 302.22º | 0.92% | 0.46% | - |
| XYZ | 10.41 | 5.17 | 16.07 | - |
| YUV | 53.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 113 | 0 | 0.92 | 0.03 | 0.54 | 302.22 | 0.86 | 0.25 |
| Hex | 75 | 9 | 71 | 0 | 5C | 3 | 36 | 12E | 56 | 19 |
| Octal | 165 | 11 | 161 | 0 | 134 | 3 | 66 | 456 | 126 | 31 |
| Binary | 1110101 | 1001 | 1110001 | 0 | 1011100 | 11 | 110110 | 100101110 | 1010110 | 11001 |
Color Harmonies of #750971
Complementary color
Monochromatic Colors of #750971
Black with #750971
Text Example
Text Example
White with #750971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750971; }
p { color: rgb(117,9,113); }
H1.HeaderClassName
{
color: #750971;
}
.AnyTagClassName
{
color: #750971;
}
</style>
background-color css
<style>
a { background-color: #750971; }
a { background-color: rgb(117,9,113); }
div.DivClassName
{
background-color: #750971;
}
.BgClassName
{
background-color: #750971;
}
</style>
border-color css
<style>
span { border-color: #750971; }
span { border-color: rgb(117,9,113); }
td.TdClassName
{
border-color: #750971;
}
.TagClassName
{
border-color: #750971;
}
</style>