Shades of Purple #751289
Tints of Purple #751289
RGB
CMYK
RGB Variations
Color information
#751289 (or 0x751289) is known color: Purple. HEX triplet: 75, 12 and 89. RGB value is (117,18,137). Sum of RGB (Red+Green+Blue) = 117+18+137=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #751289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751289 is #8AED76. Grayscale: #3C3C3C. Windows color (decimal): -9104759 or 8983157. OLE color: 8983157.
HSL color Cylindrical-coordinate representation of color #751289: hue angle of 289.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751289 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 18 | 137 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.46 |
| HSL | 289.92º | 0.77% | 0.3% | - |
| HSV(B) | 289.92º | 0.87% | 0.54% | - |
| XYZ | 12.07 | 6.02 | 24.19 | - |
| YUV | 61.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 137 | 0.15 | 0.87 | 0 | 0.46 | 289.92 | 0.77 | 0.3 |
| Hex | 75 | 12 | 89 | F | 57 | 0 | 2E | 122 | 4D | 1E |
| Octal | 165 | 22 | 211 | 17 | 127 | 0 | 56 | 442 | 115 | 36 |
| Binary | 1110101 | 10010 | 10001001 | 1111 | 1010111 | 0 | 101110 | 100100010 | 1001101 | 11110 |
Color Harmonies of #751289
Complementary color
Monochromatic Colors of #751289
Black with #751289
Text Example
Text Example
White with #751289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751289; }
p { color: rgb(117,18,137); }
H1.HeaderClassName
{
color: #751289;
}
.AnyTagClassName
{
color: #751289;
}
</style>
background-color css
<style>
a { background-color: #751289; }
a { background-color: rgb(117,18,137); }
div.DivClassName
{
background-color: #751289;
}
.BgClassName
{
background-color: #751289;
}
</style>
border-color css
<style>
span { border-color: #751289; }
span { border-color: rgb(117,18,137); }
td.TdClassName
{
border-color: #751289;
}
.TagClassName
{
border-color: #751289;
}
</style>