Shades of Purple #750B91
Tints of Purple #750B91
RGB
CMYK
RGB Variations
Color information
#750B91 (or 0x750B91) is known color: Purple. HEX triplet: 75, 0B and 91. RGB value is (117,11,145). Sum of RGB (Red+Green+Blue) = 117+11+145=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #750B91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750B91 is #8AF46E. Grayscale: #393939. Windows color (decimal): -9106543 or 9505653. OLE color: 9505653.
HSL color Cylindrical-coordinate representation of color #750B91: hue angle of 287.46º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750B91 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 11 | 145 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.43 |
| HSL | 287.46º | 0.86% | 0.31% | - |
| HSV(B) | 287.46º | 0.92% | 0.57% | - |
| XYZ | 12.57 | 6.07 | 27.3 | - |
| YUV | 57.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 145 | 0.19 | 0.92 | 0 | 0.43 | 287.46 | 0.86 | 0.31 |
| Hex | 75 | B | 91 | 13 | 5C | 0 | 2B | 11F | 56 | 1F |
| Octal | 165 | 13 | 221 | 23 | 134 | 0 | 53 | 437 | 126 | 37 |
| Binary | 1110101 | 1011 | 10010001 | 10011 | 1011100 | 0 | 101011 | 100011111 | 1010110 | 11111 |
Color Harmonies of #750B91
Complementary color
Monochromatic Colors of #750B91
Black with #750B91
Text Example
Text Example
White with #750B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B91; }
p { color: rgb(117,11,145); }
H1.HeaderClassName
{
color: #750B91;
}
.AnyTagClassName
{
color: #750B91;
}
</style>
background-color css
<style>
a { background-color: #750B91; }
a { background-color: rgb(117,11,145); }
div.DivClassName
{
background-color: #750B91;
}
.BgClassName
{
background-color: #750B91;
}
</style>
border-color css
<style>
span { border-color: #750B91; }
span { border-color: rgb(117,11,145); }
td.TdClassName
{
border-color: #750B91;
}
.TagClassName
{
border-color: #750B91;
}
</style>