Shades of Purple #730461
Tints of Purple #730461
RGB
CMYK
RGB Variations
Color information
#730461 (or 0x730461) is known color: Purple. HEX triplet: 73, 04 and 61. RGB value is (115,4,97). Sum of RGB (Red+Green+Blue) = 115+4+97=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #730461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730461 is #8CFB9E. Grayscale: #2F2F2F. Windows color (decimal): -9239455 or 6358131. OLE color: 6358131.
HSL color Cylindrical-coordinate representation of color #730461: hue angle of 309.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730461 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 97 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.55 |
| HSL | 309.73º | 0.93% | 0.23% | - |
| HSV(B) | 309.73º | 0.97% | 0.45% | - |
| XYZ | 9.27 | 4.59 | 11.71 | - |
| YUV | 47.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 97 | 0 | 0.97 | 0.16 | 0.55 | 309.73 | 0.93 | 0.23 |
| Hex | 73 | 4 | 61 | 0 | 61 | 10 | 37 | 136 | 5D | 17 |
| Octal | 163 | 4 | 141 | 0 | 141 | 20 | 67 | 466 | 135 | 27 |
| Binary | 1110011 | 100 | 1100001 | 0 | 1100001 | 10000 | 110111 | 100110110 | 1011101 | 10111 |
Color Harmonies of #730461
Complementary color
Monochromatic Colors of #730461
Black with #730461
Text Example
Text Example
White with #730461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730461; }
p { color: rgb(115,4,97); }
H1.HeaderClassName
{
color: #730461;
}
.AnyTagClassName
{
color: #730461;
}
</style>
background-color css
<style>
a { background-color: #730461; }
a { background-color: rgb(115,4,97); }
div.DivClassName
{
background-color: #730461;
}
.BgClassName
{
background-color: #730461;
}
</style>
border-color css
<style>
span { border-color: #730461; }
span { border-color: rgb(115,4,97); }
td.TdClassName
{
border-color: #730461;
}
.TagClassName
{
border-color: #730461;
}
</style>