Shades of Purple #750770
Tints of Purple #750770
RGB
CMYK
RGB Variations
Color information
#750770 (or 0x750770) is known color: Purple. HEX triplet: 75, 07 and 70. RGB value is (117,7,112). Sum of RGB (Red+Green+Blue) = 117+7+112=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #750770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750770 is #8AF88F. Grayscale: #333333. Windows color (decimal): -9107600 or 7341941. OLE color: 7341941.
HSL color Cylindrical-coordinate representation of color #750770: hue angle of 302.73º 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 #750770 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 112 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.54 |
| HSL | 302.73º | 0.89% | 0.24% | - |
| HSV(B) | 302.73º | 0.94% | 0.46% | - |
| XYZ | 10.34 | 5.1 | 15.77 | - |
| YUV | 51.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 112 | 0 | 0.94 | 0.04 | 0.54 | 302.73 | 0.89 | 0.24 |
| Hex | 75 | 7 | 70 | 0 | 5E | 4 | 36 | 12F | 59 | 18 |
| Octal | 165 | 7 | 160 | 0 | 136 | 4 | 66 | 457 | 131 | 30 |
| Binary | 1110101 | 111 | 1110000 | 0 | 1011110 | 100 | 110110 | 100101111 | 1011001 | 11000 |
Color Harmonies of #750770
Complementary color
Monochromatic Colors of #750770
Black with #750770
Text Example
Text Example
White with #750770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750770; }
p { color: rgb(117,7,112); }
H1.HeaderClassName
{
color: #750770;
}
.AnyTagClassName
{
color: #750770;
}
</style>
background-color css
<style>
a { background-color: #750770; }
a { background-color: rgb(117,7,112); }
div.DivClassName
{
background-color: #750770;
}
.BgClassName
{
background-color: #750770;
}
</style>
border-color css
<style>
span { border-color: #750770; }
span { border-color: rgb(117,7,112); }
td.TdClassName
{
border-color: #750770;
}
.TagClassName
{
border-color: #750770;
}
</style>