Shades of Purple #751091
Tints of Purple #751091
RGB
CMYK
RGB Variations
Color information
#751091 (or 0x751091) is known color: Purple. HEX triplet: 75, 10 and 91. RGB value is (117,16,145). Sum of RGB (Red+Green+Blue) = 117+16+145=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #751091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751091 is #8AEF6E. Grayscale: #3C3C3C. Windows color (decimal): -9105263 or 9506933. OLE color: 9506933.
HSL color Cylindrical-coordinate representation of color #751091: hue angle of 286.98º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751091 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 16 | 145 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.43 |
| HSL | 286.98º | 0.8% | 0.32% | - |
| HSV(B) | 286.98º | 0.89% | 0.57% | - |
| XYZ | 12.63 | 6.2 | 27.32 | - |
| YUV | 60.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 145 | 0.19 | 0.89 | 0 | 0.43 | 286.98 | 0.8 | 0.32 |
| Hex | 75 | 10 | 91 | 13 | 59 | 0 | 2B | 11F | 50 | 20 |
| Octal | 165 | 20 | 221 | 23 | 131 | 0 | 53 | 437 | 120 | 40 |
| Binary | 1110101 | 10000 | 10010001 | 10011 | 1011001 | 0 | 101011 | 100011111 | 1010000 | 100000 |
Color Harmonies of #751091
Complementary color
Monochromatic Colors of #751091
Black with #751091
Text Example
Text Example
White with #751091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751091; }
p { color: rgb(117,16,145); }
H1.HeaderClassName
{
color: #751091;
}
.AnyTagClassName
{
color: #751091;
}
</style>
background-color css
<style>
a { background-color: #751091; }
a { background-color: rgb(117,16,145); }
div.DivClassName
{
background-color: #751091;
}
.BgClassName
{
background-color: #751091;
}
</style>
border-color css
<style>
span { border-color: #751091; }
span { border-color: rgb(117,16,145); }
td.TdClassName
{
border-color: #751091;
}
.TagClassName
{
border-color: #751091;
}
</style>