Shades of Purple #750791
Tints of Purple #750791
RGB
CMYK
RGB Variations
Color information
#750791 (or 0x750791) is known color: Purple. HEX triplet: 75, 07 and 91. RGB value is (117,7,145). Sum of RGB (Red+Green+Blue) = 117+7+145=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #750791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750791 is #8AF86E. Grayscale: #373737. Windows color (decimal): -9107567 or 9504629. OLE color: 9504629.
HSL color Cylindrical-coordinate representation of color #750791: hue angle of 287.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750791 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 7 | 145 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.43 |
| HSL | 287.83º | 0.91% | 0.3% | - |
| HSV(B) | 287.83º | 0.95% | 0.57% | - |
| XYZ | 12.52 | 5.98 | 27.28 | - |
| YUV | 55.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 145 | 0.19 | 0.95 | 0 | 0.43 | 287.83 | 0.91 | 0.3 |
| Hex | 75 | 7 | 91 | 13 | 5F | 0 | 2B | 120 | 5B | 1E |
| Octal | 165 | 7 | 221 | 23 | 137 | 0 | 53 | 440 | 133 | 36 |
| Binary | 1110101 | 111 | 10010001 | 10011 | 1011111 | 0 | 101011 | 100100000 | 1011011 | 11110 |
Color Harmonies of #750791
Complementary color
Monochromatic Colors of #750791
Black with #750791
Text Example
Text Example
White with #750791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750791; }
p { color: rgb(117,7,145); }
H1.HeaderClassName
{
color: #750791;
}
.AnyTagClassName
{
color: #750791;
}
</style>
background-color css
<style>
a { background-color: #750791; }
a { background-color: rgb(117,7,145); }
div.DivClassName
{
background-color: #750791;
}
.BgClassName
{
background-color: #750791;
}
</style>
border-color css
<style>
span { border-color: #750791; }
span { border-color: rgb(117,7,145); }
td.TdClassName
{
border-color: #750791;
}
.TagClassName
{
border-color: #750791;
}
</style>