Shades of Purple #730390
Tints of Purple #730390
RGB
CMYK
RGB Variations
Color information
#730390 (or 0x730390) is known color: Purple. HEX triplet: 73, 03 and 90. RGB value is (115,3,144). Sum of RGB (Red+Green+Blue) = 115+3+144=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #730390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730390 is #8CFC6F. Grayscale: #343434. Windows color (decimal): -9239664 or 9438067. OLE color: 9438067.
HSL color Cylindrical-coordinate representation of color #730390: hue angle of 287.66º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730390 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 3 | 144 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.44 |
| HSL | 287.66º | 0.96% | 0.29% | - |
| HSV(B) | 287.66º | 0.98% | 0.56% | - |
| XYZ | 12.14 | 5.72 | 26.85 | - |
| YUV | 52.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 144 | 0.20 | 0.98 | 0 | 0.44 | 287.66 | 0.96 | 0.29 |
| Hex | 73 | 3 | 90 | 14 | 62 | 0 | 2C | 120 | 60 | 1D |
| Octal | 163 | 3 | 220 | 24 | 142 | 0 | 54 | 440 | 140 | 35 |
| Binary | 1110011 | 11 | 10010000 | 10100 | 1100010 | 0 | 101100 | 100100000 | 1100000 | 11101 |
Color Harmonies of #730390
Complementary color
Monochromatic Colors of #730390
Black with #730390
Text Example
Text Example
White with #730390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730390; }
p { color: rgb(115,3,144); }
H1.HeaderClassName
{
color: #730390;
}
.AnyTagClassName
{
color: #730390;
}
</style>
background-color css
<style>
a { background-color: #730390; }
a { background-color: rgb(115,3,144); }
div.DivClassName
{
background-color: #730390;
}
.BgClassName
{
background-color: #730390;
}
</style>
border-color css
<style>
span { border-color: #730390; }
span { border-color: rgb(115,3,144); }
td.TdClassName
{
border-color: #730390;
}
.TagClassName
{
border-color: #730390;
}
</style>