Shades of Purple #731583
Tints of Purple #731583
RGB
CMYK
RGB Variations
Color information
#731583 (or 0x731583) is known color: Purple. HEX triplet: 73, 15 and 83. RGB value is (115,21,131). Sum of RGB (Red+Green+Blue) = 115+21+131=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #731583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731583 is #8CEA7C. Grayscale: #3D3D3D. Windows color (decimal): -9235069 or 8590707. OLE color: 8590707.
HSL color Cylindrical-coordinate representation of color #731583: hue angle of 291.27º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731583 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 21 | 131 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.49 |
| HSL | 291.27º | 0.72% | 0.3% | - |
| HSV(B) | 291.27º | 0.84% | 0.51% | - |
| XYZ | 11.44 | 5.82 | 21.99 | - |
| YUV | 61.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 131 | 0.12 | 0.84 | 0 | 0.49 | 291.27 | 0.72 | 0.3 |
| Hex | 73 | 15 | 83 | C | 54 | 0 | 31 | 123 | 48 | 1E |
| Octal | 163 | 25 | 203 | 14 | 124 | 0 | 61 | 443 | 110 | 36 |
| Binary | 1110011 | 10101 | 10000011 | 1100 | 1010100 | 0 | 110001 | 100100011 | 1001000 | 11110 |
Color Harmonies of #731583
Complementary color
Monochromatic Colors of #731583
Black with #731583
Text Example
Text Example
White with #731583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731583; }
p { color: rgb(115,21,131); }
H1.HeaderClassName
{
color: #731583;
}
.AnyTagClassName
{
color: #731583;
}
</style>
background-color css
<style>
a { background-color: #731583; }
a { background-color: rgb(115,21,131); }
div.DivClassName
{
background-color: #731583;
}
.BgClassName
{
background-color: #731583;
}
</style>
border-color css
<style>
span { border-color: #731583; }
span { border-color: rgb(115,21,131); }
td.TdClassName
{
border-color: #731583;
}
.TagClassName
{
border-color: #731583;
}
</style>