Shades of Purple #750091
Tints of Purple #750091
RGB
CMYK
RGB Variations
Color information
#750091 (or 0x750091) is known color: Purple. HEX triplet: 75, 00 and 91. RGB value is (117,0,145). Sum of RGB (Red+Green+Blue) = 117+0+145=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #750091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750091 is #8AFF6E. Grayscale: #333333. Windows color (decimal): -9109359 or 9502837. OLE color: 9502837.
HSL color Cylindrical-coordinate representation of color #750091: hue angle of 288.41º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750091 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 0 | 145 | - |
| CMYK | 0.19 | 1 | 0 | 0.43 |
| HSL | 288.41º | 1% | 0.28% | - |
| HSV(B) | 288.41º | 1% | 0.57% | - |
| XYZ | 12.45 | 5.83 | 27.26 | - |
| YUV | 51.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 145 | 0.19 | 1 | 0 | 0.43 | 288.41 | 1 | 0.28 |
| Hex | 75 | 0 | 91 | 13 | 64 | 0 | 2B | 120 | 64 | 1C |
| Octal | 165 | 0 | 221 | 23 | 144 | 0 | 53 | 440 | 144 | 34 |
| Binary | 1110101 | 0 | 10010001 | 10011 | 1100100 | 0 | 101011 | 100100000 | 1100100 | 11100 |
Color Harmonies of #750091
Complementary color
Monochromatic Colors of #750091
Black with #750091
Text Example
Text Example
White with #750091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750091; }
p { color: rgb(117,0,145); }
H1.HeaderClassName
{
color: #750091;
}
.AnyTagClassName
{
color: #750091;
}
</style>
background-color css
<style>
a { background-color: #750091; }
a { background-color: rgb(117,0,145); }
div.DivClassName
{
background-color: #750091;
}
.BgClassName
{
background-color: #750091;
}
</style>
border-color css
<style>
span { border-color: #750091; }
span { border-color: rgb(117,0,145); }
td.TdClassName
{
border-color: #750091;
}
.TagClassName
{
border-color: #750091;
}
</style>