Shades of Purple #730290
Tints of Purple #730290
RGB
CMYK
RGB Variations
Color information
#730290 (or 0x730290) is known color: Purple. HEX triplet: 73, 02 and 90. RGB value is (115,2,144). Sum of RGB (Red+Green+Blue) = 115+2+144=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #730290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730290 is #8CFD6F. Grayscale: #333333. Windows color (decimal): -9239920 or 9437811. OLE color: 9437811.
HSL color Cylindrical-coordinate representation of color #730290: hue angle of 287.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730290 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 2 | 144 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.44 |
| HSL | 287.75º | 0.97% | 0.29% | - |
| HSV(B) | 287.75º | 0.99% | 0.56% | - |
| XYZ | 12.13 | 5.7 | 26.85 | - |
| YUV | 51.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 144 | 0.20 | 0.99 | 0 | 0.44 | 287.75 | 0.97 | 0.29 |
| Hex | 73 | 2 | 90 | 14 | 63 | 0 | 2C | 120 | 61 | 1D |
| Octal | 163 | 2 | 220 | 24 | 143 | 0 | 54 | 440 | 141 | 35 |
| Binary | 1110011 | 10 | 10010000 | 10100 | 1100011 | 0 | 101100 | 100100000 | 1100001 | 11101 |
Color Harmonies of #730290
Complementary color
Monochromatic Colors of #730290
Black with #730290
Text Example
Text Example
White with #730290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730290; }
p { color: rgb(115,2,144); }
H1.HeaderClassName
{
color: #730290;
}
.AnyTagClassName
{
color: #730290;
}
</style>
background-color css
<style>
a { background-color: #730290; }
a { background-color: rgb(115,2,144); }
div.DivClassName
{
background-color: #730290;
}
.BgClassName
{
background-color: #730290;
}
</style>
border-color css
<style>
span { border-color: #730290; }
span { border-color: rgb(115,2,144); }
td.TdClassName
{
border-color: #730290;
}
.TagClassName
{
border-color: #730290;
}
</style>