Shades of Purple #731481
Tints of Purple #731481
RGB
CMYK
RGB Variations
Color information
#731481 (or 0x731481) is known color: Purple. HEX triplet: 73, 14 and 81. RGB value is (115,20,129). Sum of RGB (Red+Green+Blue) = 115+20+129=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #731481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731481 is #8CEB7E. Grayscale: #3C3C3C. Windows color (decimal): -9235327 or 8459379. OLE color: 8459379.
HSL color Cylindrical-coordinate representation of color #731481: hue angle of 292.29º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731481 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 20 | 129 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.49 |
| HSL | 292.29º | 0.73% | 0.29% | - |
| HSV(B) | 292.29º | 0.84% | 0.51% | - |
| XYZ | 11.28 | 5.73 | 21.28 | - |
| YUV | 60.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 129 | 0.11 | 0.84 | 0 | 0.49 | 292.29 | 0.73 | 0.29 |
| Hex | 73 | 14 | 81 | B | 54 | 0 | 31 | 124 | 49 | 1D |
| Octal | 163 | 24 | 201 | 13 | 124 | 0 | 61 | 444 | 111 | 35 |
| Binary | 1110011 | 10100 | 10000001 | 1011 | 1010100 | 0 | 110001 | 100100100 | 1001001 | 11101 |
Color Harmonies of #731481
Complementary color
Monochromatic Colors of #731481
Black with #731481
Text Example
Text Example
White with #731481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731481; }
p { color: rgb(115,20,129); }
H1.HeaderClassName
{
color: #731481;
}
.AnyTagClassName
{
color: #731481;
}
</style>
background-color css
<style>
a { background-color: #731481; }
a { background-color: rgb(115,20,129); }
div.DivClassName
{
background-color: #731481;
}
.BgClassName
{
background-color: #731481;
}
</style>
border-color css
<style>
span { border-color: #731481; }
span { border-color: rgb(115,20,129); }
td.TdClassName
{
border-color: #731481;
}
.TagClassName
{
border-color: #731481;
}
</style>