Shades of Purple #751589
Tints of Purple #751589
RGB
CMYK
RGB Variations
Color information
#751589 (or 0x751589) is known color: Purple. HEX triplet: 75, 15 and 89. RGB value is (117,21,137). Sum of RGB (Red+Green+Blue) = 117+21+137=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #751589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751589 is #8AEA76. Grayscale: #3E3E3E. Windows color (decimal): -9103991 or 8983925. OLE color: 8983925.
HSL color Cylindrical-coordinate representation of color #751589: hue angle of 289.66º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751589 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 21 | 137 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.46 |
| HSL | 289.66º | 0.73% | 0.31% | - |
| HSV(B) | 289.66º | 0.85% | 0.54% | - |
| XYZ | 12.12 | 6.12 | 24.21 | - |
| YUV | 62.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 137 | 0.15 | 0.85 | 0 | 0.46 | 289.66 | 0.73 | 0.31 |
| Hex | 75 | 15 | 89 | F | 55 | 0 | 2E | 122 | 49 | 1F |
| Octal | 165 | 25 | 211 | 17 | 125 | 0 | 56 | 442 | 111 | 37 |
| Binary | 1110101 | 10101 | 10001001 | 1111 | 1010101 | 0 | 101110 | 100100010 | 1001001 | 11111 |
Color Harmonies of #751589
Complementary color
Monochromatic Colors of #751589
Black with #751589
Text Example
Text Example
White with #751589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751589; }
p { color: rgb(117,21,137); }
H1.HeaderClassName
{
color: #751589;
}
.AnyTagClassName
{
color: #751589;
}
</style>
background-color css
<style>
a { background-color: #751589; }
a { background-color: rgb(117,21,137); }
div.DivClassName
{
background-color: #751589;
}
.BgClassName
{
background-color: #751589;
}
</style>
border-color css
<style>
span { border-color: #751589; }
span { border-color: rgb(117,21,137); }
td.TdClassName
{
border-color: #751589;
}
.TagClassName
{
border-color: #751589;
}
</style>