Shades of Purple #731491
Tints of Purple #731491
RGB
CMYK
RGB Variations
Color information
#731491 (or 0x731491) is known color: Purple. HEX triplet: 73, 14 and 91. RGB value is (115,20,145). Sum of RGB (Red+Green+Blue) = 115+20+145=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #731491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731491 is #8CEB6E. Grayscale: #3E3E3E. Windows color (decimal): -9235311 or 9507955. OLE color: 9507955.
HSL color Cylindrical-coordinate representation of color #731491: hue angle of 285.6º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731491 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 20 | 145 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.43 |
| HSL | 285.6º | 0.76% | 0.32% | - |
| HSV(B) | 285.6º | 0.86% | 0.57% | - |
| XYZ | 12.43 | 6.19 | 27.33 | - |
| YUV | 62.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 145 | 0.21 | 0.86 | 0 | 0.43 | 285.6 | 0.76 | 0.32 |
| Hex | 73 | 14 | 91 | 15 | 56 | 0 | 2B | 11E | 4C | 20 |
| Octal | 163 | 24 | 221 | 25 | 126 | 0 | 53 | 436 | 114 | 40 |
| Binary | 1110011 | 10100 | 10010001 | 10101 | 1010110 | 0 | 101011 | 100011110 | 1001100 | 100000 |
Color Harmonies of #731491
Complementary color
Monochromatic Colors of #731491
Black with #731491
Text Example
Text Example
White with #731491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731491; }
p { color: rgb(115,20,145); }
H1.HeaderClassName
{
color: #731491;
}
.AnyTagClassName
{
color: #731491;
}
</style>
background-color css
<style>
a { background-color: #731491; }
a { background-color: rgb(115,20,145); }
div.DivClassName
{
background-color: #731491;
}
.BgClassName
{
background-color: #731491;
}
</style>
border-color css
<style>
span { border-color: #731491; }
span { border-color: rgb(115,20,145); }
td.TdClassName
{
border-color: #731491;
}
.TagClassName
{
border-color: #731491;
}
</style>