Shades of Purple #750591
Tints of Purple #750591
RGB
CMYK
RGB Variations
Color information
#750591 (or 0x750591) is known color: Purple. HEX triplet: 75, 05 and 91. RGB value is (117,5,145). Sum of RGB (Red+Green+Blue) = 117+5+145=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #750591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750591 is #8AFA6E. Grayscale: #363636. Windows color (decimal): -9108079 or 9504117. OLE color: 9504117.
HSL color Cylindrical-coordinate representation of color #750591: hue angle of 288º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750591 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 5 | 145 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.43 |
| HSL | 288º | 0.93% | 0.29% | - |
| HSV(B) | 288º | 0.97% | 0.57% | - |
| XYZ | 12.5 | 5.93 | 27.27 | - |
| YUV | 54.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 145 | 0.19 | 0.97 | 0 | 0.43 | 288 | 0.93 | 0.29 |
| Hex | 75 | 5 | 91 | 13 | 61 | 0 | 2B | 120 | 5D | 1D |
| Octal | 165 | 5 | 221 | 23 | 141 | 0 | 53 | 440 | 135 | 35 |
| Binary | 1110101 | 101 | 10010001 | 10011 | 1100001 | 0 | 101011 | 100100000 | 1011101 | 11101 |
Color Harmonies of #750591
Complementary color
Monochromatic Colors of #750591
Black with #750591
Text Example
Text Example
White with #750591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750591; }
p { color: rgb(117,5,145); }
H1.HeaderClassName
{
color: #750591;
}
.AnyTagClassName
{
color: #750591;
}
</style>
background-color css
<style>
a { background-color: #750591; }
a { background-color: rgb(117,5,145); }
div.DivClassName
{
background-color: #750591;
}
.BgClassName
{
background-color: #750591;
}
</style>
border-color css
<style>
span { border-color: #750591; }
span { border-color: rgb(117,5,145); }
td.TdClassName
{
border-color: #750591;
}
.TagClassName
{
border-color: #750591;
}
</style>