Shades of Purple #751194
Tints of Purple #751194
RGB
CMYK
RGB Variations
Color information
#751194 (or 0x751194) is known color: Purple. HEX triplet: 75, 11 and 94. RGB value is (117,17,148). Sum of RGB (Red+Green+Blue) = 117+17+148=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #751194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751194 is #8AEE6B. Grayscale: #3D3D3D. Windows color (decimal): -9105004 or 9703797. OLE color: 9703797.
HSL color Cylindrical-coordinate representation of color #751194: hue angle of 285.8º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751194 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 17 | 148 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.42 |
| HSL | 285.8º | 0.79% | 0.32% | - |
| HSV(B) | 285.8º | 0.89% | 0.58% | - |
| XYZ | 12.88 | 6.32 | 28.56 | - |
| YUV | 61.83 | 176.63 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 148 | 0.21 | 0.89 | 0 | 0.42 | 285.8 | 0.79 | 0.32 |
| Hex | 75 | 11 | 94 | 15 | 59 | 0 | 2A | 11E | 4F | 20 |
| Octal | 165 | 21 | 224 | 25 | 131 | 0 | 52 | 436 | 117 | 40 |
| Binary | 1110101 | 10001 | 10010100 | 10101 | 1011001 | 0 | 101010 | 100011110 | 1001111 | 100000 |
Color Harmonies of #751194
Complementary color
Monochromatic Colors of #751194
Black with #751194
Text Example
Text Example
White with #751194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751194; }
p { color: rgb(117,17,148); }
H1.HeaderClassName
{
color: #751194;
}
.AnyTagClassName
{
color: #751194;
}
</style>
background-color css
<style>
a { background-color: #751194; }
a { background-color: rgb(117,17,148); }
div.DivClassName
{
background-color: #751194;
}
.BgClassName
{
background-color: #751194;
}
</style>
border-color css
<style>
span { border-color: #751194; }
span { border-color: rgb(117,17,148); }
td.TdClassName
{
border-color: #751194;
}
.TagClassName
{
border-color: #751194;
}
</style>