Shades of Purple #751190
Tints of Purple #751190
RGB
CMYK
RGB Variations
Color information
#751190 (or 0x751190) is known color: Purple. HEX triplet: 75, 11 and 90. RGB value is (117,17,144). Sum of RGB (Red+Green+Blue) = 117+17+144=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #751190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751190 is #8AEE6F. Grayscale: #3C3C3C. Windows color (decimal): -9105008 or 9441653. OLE color: 9441653.
HSL color Cylindrical-coordinate representation of color #751190: hue angle of 287.24º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751190 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 17 | 144 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.44 |
| HSL | 287.24º | 0.79% | 0.32% | - |
| HSV(B) | 287.24º | 0.88% | 0.56% | - |
| XYZ | 12.57 | 6.2 | 26.92 | - |
| YUV | 61.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 144 | 0.19 | 0.88 | 0 | 0.44 | 287.24 | 0.79 | 0.32 |
| Hex | 75 | 11 | 90 | 13 | 58 | 0 | 2C | 11F | 4F | 20 |
| Octal | 165 | 21 | 220 | 23 | 130 | 0 | 54 | 437 | 117 | 40 |
| Binary | 1110101 | 10001 | 10010000 | 10011 | 1011000 | 0 | 101100 | 100011111 | 1001111 | 100000 |
Color Harmonies of #751190
Complementary color
Monochromatic Colors of #751190
Black with #751190
Text Example
Text Example
White with #751190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751190; }
p { color: rgb(117,17,144); }
H1.HeaderClassName
{
color: #751190;
}
.AnyTagClassName
{
color: #751190;
}
</style>
background-color css
<style>
a { background-color: #751190; }
a { background-color: rgb(117,17,144); }
div.DivClassName
{
background-color: #751190;
}
.BgClassName
{
background-color: #751190;
}
</style>
border-color css
<style>
span { border-color: #751190; }
span { border-color: rgb(117,17,144); }
td.TdClassName
{
border-color: #751190;
}
.TagClassName
{
border-color: #751190;
}
</style>