Shades of Purple #730491
Tints of Purple #730491
RGB
CMYK
RGB Variations
Color information
#730491 (or 0x730491) is known color: Purple. HEX triplet: 73, 04 and 91. RGB value is (115,4,145). Sum of RGB (Red+Green+Blue) = 115+4+145=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #730491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730491 is #8CFB6E. Grayscale: #343434. Windows color (decimal): -9239407 or 9503859. OLE color: 9503859.
HSL color Cylindrical-coordinate representation of color #730491: hue angle of 287.23º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730491 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 4 | 145 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.43 |
| HSL | 287.23º | 0.95% | 0.29% | - |
| HSV(B) | 287.23º | 0.97% | 0.57% | - |
| XYZ | 12.22 | 5.78 | 27.26 | - |
| YUV | 53.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 145 | 0.21 | 0.97 | 0 | 0.43 | 287.23 | 0.95 | 0.29 |
| Hex | 73 | 4 | 91 | 15 | 61 | 0 | 2B | 11F | 5F | 1D |
| Octal | 163 | 4 | 221 | 25 | 141 | 0 | 53 | 437 | 137 | 35 |
| Binary | 1110011 | 100 | 10010001 | 10101 | 1100001 | 0 | 101011 | 100011111 | 1011111 | 11101 |
Color Harmonies of #730491
Complementary color
Monochromatic Colors of #730491
Black with #730491
Text Example
Text Example
White with #730491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730491; }
p { color: rgb(115,4,145); }
H1.HeaderClassName
{
color: #730491;
}
.AnyTagClassName
{
color: #730491;
}
</style>
background-color css
<style>
a { background-color: #730491; }
a { background-color: rgb(115,4,145); }
div.DivClassName
{
background-color: #730491;
}
.BgClassName
{
background-color: #730491;
}
</style>
border-color css
<style>
span { border-color: #730491; }
span { border-color: rgb(115,4,145); }
td.TdClassName
{
border-color: #730491;
}
.TagClassName
{
border-color: #730491;
}
</style>