Shades of Purple #730479
Tints of Purple #730479
RGB
CMYK
RGB Variations
Color information
#730479 (or 0x730479) is known color: Purple. HEX triplet: 73, 04 and 79. RGB value is (115,4,121). Sum of RGB (Red+Green+Blue) = 115+4+121=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #730479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730479 is #8CFB86. Grayscale: #323232. Windows color (decimal): -9239431 or 7930995. OLE color: 7930995.
HSL color Cylindrical-coordinate representation of color #730479: hue angle of 296.92º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730479 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 4 | 121 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.53 |
| HSL | 296.92º | 0.94% | 0.25% | - |
| HSV(B) | 296.92º | 0.97% | 0.47% | - |
| XYZ | 10.56 | 5.11 | 18.52 | - |
| YUV | 50.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 121 | 0.05 | 0.97 | 0 | 0.53 | 296.92 | 0.94 | 0.25 |
| Hex | 73 | 4 | 79 | 5 | 61 | 0 | 35 | 129 | 5E | 19 |
| Octal | 163 | 4 | 171 | 5 | 141 | 0 | 65 | 451 | 136 | 31 |
| Binary | 1110011 | 100 | 1111001 | 101 | 1100001 | 0 | 110101 | 100101001 | 1011110 | 11001 |
Color Harmonies of #730479
Complementary color
Monochromatic Colors of #730479
Black with #730479
Text Example
Text Example
White with #730479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730479; }
p { color: rgb(115,4,121); }
H1.HeaderClassName
{
color: #730479;
}
.AnyTagClassName
{
color: #730479;
}
</style>
background-color css
<style>
a { background-color: #730479; }
a { background-color: rgb(115,4,121); }
div.DivClassName
{
background-color: #730479;
}
.BgClassName
{
background-color: #730479;
}
</style>
border-color css
<style>
span { border-color: #730479; }
span { border-color: rgb(115,4,121); }
td.TdClassName
{
border-color: #730479;
}
.TagClassName
{
border-color: #730479;
}
</style>