Shades of Purple #731479
Tints of Purple #731479
RGB
CMYK
RGB Variations
Color information
#731479 (or 0x731479) is known color: Purple. HEX triplet: 73, 14 and 79. RGB value is (115,20,121). Sum of RGB (Red+Green+Blue) = 115+20+121=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #731479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731479 is #8CEB86. Grayscale: #3B3B3B. Windows color (decimal): -9235335 or 7935091. OLE color: 7935091.
HSL color Cylindrical-coordinate representation of color #731479: hue angle of 296.44º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731479 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 20 | 121 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.53 |
| HSL | 296.44º | 0.72% | 0.28% | - |
| HSV(B) | 296.44º | 0.83% | 0.47% | - |
| XYZ | 10.77 | 5.53 | 18.59 | - |
| YUV | 59.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 121 | 0.05 | 0.83 | 0 | 0.53 | 296.44 | 0.72 | 0.28 |
| Hex | 73 | 14 | 79 | 5 | 53 | 0 | 35 | 128 | 48 | 1C |
| Octal | 163 | 24 | 171 | 5 | 123 | 0 | 65 | 450 | 110 | 34 |
| Binary | 1110011 | 10100 | 1111001 | 101 | 1010011 | 0 | 110101 | 100101000 | 1001000 | 11100 |
Color Harmonies of #731479
Complementary color
Monochromatic Colors of #731479
Black with #731479
Text Example
Text Example
White with #731479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731479; }
p { color: rgb(115,20,121); }
H1.HeaderClassName
{
color: #731479;
}
.AnyTagClassName
{
color: #731479;
}
</style>
background-color css
<style>
a { background-color: #731479; }
a { background-color: rgb(115,20,121); }
div.DivClassName
{
background-color: #731479;
}
.BgClassName
{
background-color: #731479;
}
</style>
border-color css
<style>
span { border-color: #731479; }
span { border-color: rgb(115,20,121); }
td.TdClassName
{
border-color: #731479;
}
.TagClassName
{
border-color: #731479;
}
</style>