Shades of Purple #731587
Tints of Purple #731587
RGB
CMYK
RGB Variations
Color information
#731587 (or 0x731587) is known color: Purple. HEX triplet: 73, 15 and 87. RGB value is (115,21,135). Sum of RGB (Red+Green+Blue) = 115+21+135=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #731587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731587 is #8CEA78. Grayscale: #3D3D3D. Windows color (decimal): -9235065 or 8852851. OLE color: 8852851.
HSL color Cylindrical-coordinate representation of color #731587: hue angle of 289.47º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731587 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 21 | 135 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.47 |
| HSL | 289.47º | 0.73% | 0.31% | - |
| HSV(B) | 289.47º | 0.84% | 0.53% | - |
| XYZ | 11.71 | 5.93 | 23.45 | - |
| YUV | 62.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 135 | 0.15 | 0.84 | 0 | 0.47 | 289.47 | 0.73 | 0.31 |
| Hex | 73 | 15 | 87 | F | 54 | 0 | 2F | 121 | 49 | 1F |
| Octal | 163 | 25 | 207 | 17 | 124 | 0 | 57 | 441 | 111 | 37 |
| Binary | 1110011 | 10101 | 10000111 | 1111 | 1010100 | 0 | 101111 | 100100001 | 1001001 | 11111 |
Color Harmonies of #731587
Complementary color
Monochromatic Colors of #731587
Black with #731587
Text Example
Text Example
White with #731587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731587; }
p { color: rgb(115,21,135); }
H1.HeaderClassName
{
color: #731587;
}
.AnyTagClassName
{
color: #731587;
}
</style>
background-color css
<style>
a { background-color: #731587; }
a { background-color: rgb(115,21,135); }
div.DivClassName
{
background-color: #731587;
}
.BgClassName
{
background-color: #731587;
}
</style>
border-color css
<style>
span { border-color: #731587; }
span { border-color: rgb(115,21,135); }
td.TdClassName
{
border-color: #731587;
}
.TagClassName
{
border-color: #731587;
}
</style>