Shades of Purple #731584
Tints of Purple #731584
RGB
CMYK
RGB Variations
Color information
#731584 (or 0x731584) is known color: Purple. HEX triplet: 73, 15 and 84. RGB value is (115,21,132). Sum of RGB (Red+Green+Blue) = 115+21+132=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #731584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731584 is #8CEA7B. Grayscale: #3D3D3D. Windows color (decimal): -9235068 or 8656243. OLE color: 8656243.
HSL color Cylindrical-coordinate representation of color #731584: hue angle of 290.81º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731584 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 21 | 132 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.48 |
| HSL | 290.81º | 0.73% | 0.3% | - |
| HSV(B) | 290.81º | 0.84% | 0.52% | - |
| XYZ | 11.5 | 5.85 | 22.35 | - |
| YUV | 61.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 132 | 0.13 | 0.84 | 0 | 0.48 | 290.81 | 0.73 | 0.3 |
| Hex | 73 | 15 | 84 | D | 54 | 0 | 30 | 123 | 49 | 1E |
| Octal | 163 | 25 | 204 | 15 | 124 | 0 | 60 | 443 | 111 | 36 |
| Binary | 1110011 | 10101 | 10000100 | 1101 | 1010100 | 0 | 110000 | 100100011 | 1001001 | 11110 |
Color Harmonies of #731584
Complementary color
Monochromatic Colors of #731584
Black with #731584
Text Example
Text Example
White with #731584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731584; }
p { color: rgb(115,21,132); }
H1.HeaderClassName
{
color: #731584;
}
.AnyTagClassName
{
color: #731584;
}
</style>
background-color css
<style>
a { background-color: #731584; }
a { background-color: rgb(115,21,132); }
div.DivClassName
{
background-color: #731584;
}
.BgClassName
{
background-color: #731584;
}
</style>
border-color css
<style>
span { border-color: #731584; }
span { border-color: rgb(115,21,132); }
td.TdClassName
{
border-color: #731584;
}
.TagClassName
{
border-color: #731584;
}
</style>