Shades of Purple #731194
Tints of Purple #731194
RGB
CMYK
RGB Variations
Color information
#731194 (or 0x731194) is known color: Purple. HEX triplet: 73, 11 and 94. RGB value is (115,17,148). Sum of RGB (Red+Green+Blue) = 115+17+148=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #731194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731194 is #8CEE6B. Grayscale: #3C3C3C. Windows color (decimal): -9236076 or 9703795. OLE color: 9703795.
HSL color Cylindrical-coordinate representation of color #731194: hue angle of 284.89º 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 #731194 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 17 | 148 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.42 |
| HSL | 284.89º | 0.79% | 0.32% | - |
| HSV(B) | 284.89º | 0.89% | 0.58% | - |
| XYZ | 12.62 | 6.18 | 28.55 | - |
| YUV | 61.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 148 | 0.22 | 0.89 | 0 | 0.42 | 284.89 | 0.79 | 0.32 |
| Hex | 73 | 11 | 94 | 16 | 59 | 0 | 2A | 11D | 4F | 20 |
| Octal | 163 | 21 | 224 | 26 | 131 | 0 | 52 | 435 | 117 | 40 |
| Binary | 1110011 | 10001 | 10010100 | 10110 | 1011001 | 0 | 101010 | 100011101 | 1001111 | 100000 |
Color Harmonies of #731194
Complementary color
Monochromatic Colors of #731194
Black with #731194
Text Example
Text Example
White with #731194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731194; }
p { color: rgb(115,17,148); }
H1.HeaderClassName
{
color: #731194;
}
.AnyTagClassName
{
color: #731194;
}
</style>
background-color css
<style>
a { background-color: #731194; }
a { background-color: rgb(115,17,148); }
div.DivClassName
{
background-color: #731194;
}
.BgClassName
{
background-color: #731194;
}
</style>
border-color css
<style>
span { border-color: #731194; }
span { border-color: rgb(115,17,148); }
td.TdClassName
{
border-color: #731194;
}
.TagClassName
{
border-color: #731194;
}
</style>