Shades of Purple #730F90
Tints of Purple #730F90
RGB
CMYK
RGB Variations
Color information
#730F90 (or 0x730F90) is known color: Purple. HEX triplet: 73, 0F and 90. RGB value is (115,15,144). Sum of RGB (Red+Green+Blue) = 115+15+144=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #730F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730F90 is #8CF06F. Grayscale: #3B3B3B. Windows color (decimal): -9236592 or 9441139. OLE color: 9441139.
HSL color Cylindrical-coordinate representation of color #730F90: hue angle of 286.51º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730F90 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 15 | 144 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.44 |
| HSL | 286.51º | 0.81% | 0.31% | - |
| HSV(B) | 286.51º | 0.9% | 0.56% | - |
| XYZ | 12.28 | 6 | 26.9 | - |
| YUV | 59.61 | 175.63 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 144 | 0.20 | 0.90 | 0 | 0.44 | 286.51 | 0.81 | 0.31 |
| Hex | 73 | F | 90 | 14 | 5A | 0 | 2C | 11F | 51 | 1F |
| Octal | 163 | 17 | 220 | 24 | 132 | 0 | 54 | 437 | 121 | 37 |
| Binary | 1110011 | 1111 | 10010000 | 10100 | 1011010 | 0 | 101100 | 100011111 | 1010001 | 11111 |
Color Harmonies of #730F90
Complementary color
Monochromatic Colors of #730F90
Black with #730F90
Text Example
Text Example
White with #730F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F90; }
p { color: rgb(115,15,144); }
H1.HeaderClassName
{
color: #730F90;
}
.AnyTagClassName
{
color: #730F90;
}
</style>
background-color css
<style>
a { background-color: #730F90; }
a { background-color: rgb(115,15,144); }
div.DivClassName
{
background-color: #730F90;
}
.BgClassName
{
background-color: #730F90;
}
</style>
border-color css
<style>
span { border-color: #730F90; }
span { border-color: rgb(115,15,144); }
td.TdClassName
{
border-color: #730F90;
}
.TagClassName
{
border-color: #730F90;
}
</style>