Shades of Purple #731382
Tints of Purple #731382
RGB
CMYK
RGB Variations
Color information
#731382 (or 0x731382) is known color: Purple. HEX triplet: 73, 13 and 82. RGB value is (115,19,130). Sum of RGB (Red+Green+Blue) = 115+19+130=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #731382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731382 is #8CEC7D. Grayscale: #3C3C3C. Windows color (decimal): -9235582 or 8524659. OLE color: 8524659.
HSL color Cylindrical-coordinate representation of color #731382: hue angle of 291.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731382 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 19 | 130 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.49 |
| HSL | 291.89º | 0.74% | 0.29% | - |
| HSV(B) | 291.89º | 0.85% | 0.51% | - |
| XYZ | 11.33 | 5.72 | 21.63 | - |
| YUV | 60.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 130 | 0.12 | 0.85 | 0 | 0.49 | 291.89 | 0.74 | 0.29 |
| Hex | 73 | 13 | 82 | C | 55 | 0 | 31 | 124 | 4A | 1D |
| Octal | 163 | 23 | 202 | 14 | 125 | 0 | 61 | 444 | 112 | 35 |
| Binary | 1110011 | 10011 | 10000010 | 1100 | 1010101 | 0 | 110001 | 100100100 | 1001010 | 11101 |
Color Harmonies of #731382
Complementary color
Monochromatic Colors of #731382
Black with #731382
Text Example
Text Example
White with #731382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731382; }
p { color: rgb(115,19,130); }
H1.HeaderClassName
{
color: #731382;
}
.AnyTagClassName
{
color: #731382;
}
</style>
background-color css
<style>
a { background-color: #731382; }
a { background-color: rgb(115,19,130); }
div.DivClassName
{
background-color: #731382;
}
.BgClassName
{
background-color: #731382;
}
</style>
border-color css
<style>
span { border-color: #731382; }
span { border-color: rgb(115,19,130); }
td.TdClassName
{
border-color: #731382;
}
.TagClassName
{
border-color: #731382;
}
</style>