Shades of Purple #731490
Tints of Purple #731490
RGB
CMYK
RGB Variations
Color information
#731490 (or 0x731490) is known color: Purple. HEX triplet: 73, 14 and 90. RGB value is (115,20,144). Sum of RGB (Red+Green+Blue) = 115+20+144=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #731490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731490 is #8CEB6F. Grayscale: #3E3E3E. Windows color (decimal): -9235312 or 9442419. OLE color: 9442419.
HSL color Cylindrical-coordinate representation of color #731490: hue angle of 285.97º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731490 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 20 | 144 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.44 |
| HSL | 285.97º | 0.76% | 0.32% | - |
| HSV(B) | 285.97º | 0.86% | 0.56% | - |
| XYZ | 12.35 | 6.16 | 26.92 | - |
| YUV | 62.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 144 | 0.20 | 0.86 | 0 | 0.44 | 285.97 | 0.76 | 0.32 |
| Hex | 73 | 14 | 90 | 14 | 56 | 0 | 2C | 11E | 4C | 20 |
| Octal | 163 | 24 | 220 | 24 | 126 | 0 | 54 | 436 | 114 | 40 |
| Binary | 1110011 | 10100 | 10010000 | 10100 | 1010110 | 0 | 101100 | 100011110 | 1001100 | 100000 |
Color Harmonies of #731490
Complementary color
Monochromatic Colors of #731490
Black with #731490
Text Example
Text Example
White with #731490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731490; }
p { color: rgb(115,20,144); }
H1.HeaderClassName
{
color: #731490;
}
.AnyTagClassName
{
color: #731490;
}
</style>
background-color css
<style>
a { background-color: #731490; }
a { background-color: rgb(115,20,144); }
div.DivClassName
{
background-color: #731490;
}
.BgClassName
{
background-color: #731490;
}
</style>
border-color css
<style>
span { border-color: #731490; }
span { border-color: rgb(115,20,144); }
td.TdClassName
{
border-color: #731490;
}
.TagClassName
{
border-color: #731490;
}
</style>