Shades of Purple #751789
Tints of Purple #751789
RGB
CMYK
RGB Variations
Color information
#751789 (or 0x751789) is known color: Purple. HEX triplet: 75, 17 and 89. RGB value is (117,23,137). Sum of RGB (Red+Green+Blue) = 117+23+137=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #751789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751789 is #8AE876. Grayscale: #3F3F3F. Windows color (decimal): -9103479 or 8984437. OLE color: 8984437.
HSL color Cylindrical-coordinate representation of color #751789: hue angle of 289.47º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751789 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 23 | 137 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.46 |
| HSL | 289.47º | 0.71% | 0.31% | - |
| HSV(B) | 289.47º | 0.83% | 0.54% | - |
| XYZ | 12.16 | 6.2 | 24.22 | - |
| YUV | 64.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 137 | 0.15 | 0.83 | 0 | 0.46 | 289.47 | 0.71 | 0.31 |
| Hex | 75 | 17 | 89 | F | 53 | 0 | 2E | 121 | 47 | 1F |
| Octal | 165 | 27 | 211 | 17 | 123 | 0 | 56 | 441 | 107 | 37 |
| Binary | 1110101 | 10111 | 10001001 | 1111 | 1010011 | 0 | 101110 | 100100001 | 1000111 | 11111 |
Color Harmonies of #751789
Complementary color
Monochromatic Colors of #751789
Black with #751789
Text Example
Text Example
White with #751789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751789; }
p { color: rgb(117,23,137); }
H1.HeaderClassName
{
color: #751789;
}
.AnyTagClassName
{
color: #751789;
}
</style>
background-color css
<style>
a { background-color: #751789; }
a { background-color: rgb(117,23,137); }
div.DivClassName
{
background-color: #751789;
}
.BgClassName
{
background-color: #751789;
}
</style>
border-color css
<style>
span { border-color: #751789; }
span { border-color: rgb(117,23,137); }
td.TdClassName
{
border-color: #751789;
}
.TagClassName
{
border-color: #751789;
}
</style>