Shades of Purple #731193
Tints of Purple #731193
RGB
CMYK
RGB Variations
Color information
#731193 (or 0x731193) is known color: Purple. HEX triplet: 73, 11 and 93. RGB value is (115,17,147). Sum of RGB (Red+Green+Blue) = 115+17+147=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #731193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731193 is #8CEE6C. Grayscale: #3C3C3C. Windows color (decimal): -9236077 or 9638259. OLE color: 9638259.
HSL color Cylindrical-coordinate representation of color #731193: hue angle of 285.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731193 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 17 | 147 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.42 |
| HSL | 285.23º | 0.79% | 0.32% | - |
| HSV(B) | 285.23º | 0.88% | 0.58% | - |
| XYZ | 12.54 | 6.15 | 28.13 | - |
| YUV | 61.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 147 | 0.22 | 0.88 | 0 | 0.42 | 285.23 | 0.79 | 0.32 |
| Hex | 73 | 11 | 93 | 16 | 58 | 0 | 2A | 11D | 4F | 20 |
| Octal | 163 | 21 | 223 | 26 | 130 | 0 | 52 | 435 | 117 | 40 |
| Binary | 1110011 | 10001 | 10010011 | 10110 | 1011000 | 0 | 101010 | 100011101 | 1001111 | 100000 |
Color Harmonies of #731193
Complementary color
Monochromatic Colors of #731193
Black with #731193
Text Example
Text Example
White with #731193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731193; }
p { color: rgb(115,17,147); }
H1.HeaderClassName
{
color: #731193;
}
.AnyTagClassName
{
color: #731193;
}
</style>
background-color css
<style>
a { background-color: #731193; }
a { background-color: rgb(115,17,147); }
div.DivClassName
{
background-color: #731193;
}
.BgClassName
{
background-color: #731193;
}
</style>
border-color css
<style>
span { border-color: #731193; }
span { border-color: rgb(115,17,147); }
td.TdClassName
{
border-color: #731193;
}
.TagClassName
{
border-color: #731193;
}
</style>