Shades of Purple #730E90
Tints of Purple #730E90
RGB
CMYK
RGB Variations
Color information
#730E90 (or 0x730E90) is known color: Purple. HEX triplet: 73, 0E and 90. RGB value is (115,14,144). Sum of RGB (Red+Green+Blue) = 115+14+144=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #730E90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730E90 is #8CF16F. Grayscale: #3A3A3A. Windows color (decimal): -9236848 or 9440883. OLE color: 9440883.
HSL color Cylindrical-coordinate representation of color #730E90: hue angle of 286.62º degrees, saturation: 0.82, 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 #730E90 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 14 | 144 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.44 |
| HSL | 286.62º | 0.82% | 0.31% | - |
| HSV(B) | 286.62º | 0.9% | 0.56% | - |
| XYZ | 12.26 | 5.97 | 26.89 | - |
| YUV | 59.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 144 | 0.20 | 0.90 | 0 | 0.44 | 286.62 | 0.82 | 0.31 |
| Hex | 73 | E | 90 | 14 | 5A | 0 | 2C | 11F | 52 | 1F |
| Octal | 163 | 16 | 220 | 24 | 132 | 0 | 54 | 437 | 122 | 37 |
| Binary | 1110011 | 1110 | 10010000 | 10100 | 1011010 | 0 | 101100 | 100011111 | 1010010 | 11111 |
Color Harmonies of #730E90
Complementary color
Monochromatic Colors of #730E90
Black with #730E90
Text Example
Text Example
White with #730E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E90; }
p { color: rgb(115,14,144); }
H1.HeaderClassName
{
color: #730E90;
}
.AnyTagClassName
{
color: #730E90;
}
</style>
background-color css
<style>
a { background-color: #730E90; }
a { background-color: rgb(115,14,144); }
div.DivClassName
{
background-color: #730E90;
}
.BgClassName
{
background-color: #730E90;
}
</style>
border-color css
<style>
span { border-color: #730E90; }
span { border-color: rgb(115,14,144); }
td.TdClassName
{
border-color: #730E90;
}
.TagClassName
{
border-color: #730E90;
}
</style>