Shades of Purple #731293
Tints of Purple #731293
RGB
CMYK
RGB Variations
Color information
#731293 (or 0x731293) is known color: Purple. HEX triplet: 73, 12 and 93. RGB value is (115,18,147). Sum of RGB (Red+Green+Blue) = 115+18+147=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #731293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731293 is #8CED6C. Grayscale: #3D3D3D. Windows color (decimal): -9235821 or 9638515. OLE color: 9638515.
HSL color Cylindrical-coordinate representation of color #731293: hue angle of 285.12º degrees, saturation: 0.78, 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 #731293 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 18 | 147 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.42 |
| HSL | 285.12º | 0.78% | 0.32% | - |
| HSV(B) | 285.12º | 0.88% | 0.58% | - |
| XYZ | 12.55 | 6.18 | 28.14 | - |
| YUV | 61.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 147 | 0.22 | 0.88 | 0 | 0.42 | 285.12 | 0.78 | 0.32 |
| Hex | 73 | 12 | 93 | 16 | 58 | 0 | 2A | 11D | 4E | 20 |
| Octal | 163 | 22 | 223 | 26 | 130 | 0 | 52 | 435 | 116 | 40 |
| Binary | 1110011 | 10010 | 10010011 | 10110 | 1011000 | 0 | 101010 | 100011101 | 1001110 | 100000 |
Color Harmonies of #731293
Complementary color
Monochromatic Colors of #731293
Black with #731293
Text Example
Text Example
White with #731293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731293; }
p { color: rgb(115,18,147); }
H1.HeaderClassName
{
color: #731293;
}
.AnyTagClassName
{
color: #731293;
}
</style>
background-color css
<style>
a { background-color: #731293; }
a { background-color: rgb(115,18,147); }
div.DivClassName
{
background-color: #731293;
}
.BgClassName
{
background-color: #731293;
}
</style>
border-color css
<style>
span { border-color: #731293; }
span { border-color: rgb(115,18,147); }
td.TdClassName
{
border-color: #731293;
}
.TagClassName
{
border-color: #731293;
}
</style>