Shades of Purple #731582
Tints of Purple #731582
RGB
CMYK
RGB Variations
Color information
#731582 (or 0x731582) is known color: Purple. HEX triplet: 73, 15 and 82. RGB value is (115,21,130). Sum of RGB (Red+Green+Blue) = 115+21+130=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #731582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731582 is #8CEA7D. Grayscale: #3D3D3D. Windows color (decimal): -9235070 or 8525171. OLE color: 8525171.
HSL color Cylindrical-coordinate representation of color #731582: hue angle of 291.74º 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 #731582 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 21 | 130 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.49 |
| HSL | 291.74º | 0.72% | 0.3% | - |
| HSV(B) | 291.74º | 0.84% | 0.51% | - |
| XYZ | 11.37 | 5.79 | 21.64 | - |
| YUV | 61.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 130 | 0.12 | 0.84 | 0 | 0.49 | 291.74 | 0.72 | 0.3 |
| Hex | 73 | 15 | 82 | C | 54 | 0 | 31 | 124 | 48 | 1E |
| Octal | 163 | 25 | 202 | 14 | 124 | 0 | 61 | 444 | 110 | 36 |
| Binary | 1110011 | 10101 | 10000010 | 1100 | 1010100 | 0 | 110001 | 100100100 | 1001000 | 11110 |
Color Harmonies of #731582
Complementary color
Monochromatic Colors of #731582
Black with #731582
Text Example
Text Example
White with #731582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731582; }
p { color: rgb(115,21,130); }
H1.HeaderClassName
{
color: #731582;
}
.AnyTagClassName
{
color: #731582;
}
</style>
background-color css
<style>
a { background-color: #731582; }
a { background-color: rgb(115,21,130); }
div.DivClassName
{
background-color: #731582;
}
.BgClassName
{
background-color: #731582;
}
</style>
border-color css
<style>
span { border-color: #731582; }
span { border-color: rgb(115,21,130); }
td.TdClassName
{
border-color: #731582;
}
.TagClassName
{
border-color: #731582;
}
</style>