Shades of Purple #730E86
Tints of Purple #730E86
RGB
CMYK
RGB Variations
Color information
#730E86 (or 0x730E86) is known color: Purple. HEX triplet: 73, 0E and 86. RGB value is (115,14,134). Sum of RGB (Red+Green+Blue) = 115+14+134=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #730E86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730E86 is #8CF179. Grayscale: #393939. Windows color (decimal): -9236858 or 8785523. OLE color: 8785523.
HSL color Cylindrical-coordinate representation of color #730E86: hue angle of 290.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730E86 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 14 | 134 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.47 |
| HSL | 290.5º | 0.81% | 0.29% | - |
| HSV(B) | 290.5º | 0.9% | 0.53% | - |
| XYZ | 11.53 | 5.68 | 23.04 | - |
| YUV | 57.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 134 | 0.14 | 0.90 | 0 | 0.47 | 290.5 | 0.81 | 0.29 |
| Hex | 73 | E | 86 | E | 5A | 0 | 2F | 122 | 51 | 1D |
| Octal | 163 | 16 | 206 | 16 | 132 | 0 | 57 | 442 | 121 | 35 |
| Binary | 1110011 | 1110 | 10000110 | 1110 | 1011010 | 0 | 101111 | 100100010 | 1010001 | 11101 |
Color Harmonies of #730E86
Complementary color
Monochromatic Colors of #730E86
Black with #730E86
Text Example
Text Example
White with #730E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E86; }
p { color: rgb(115,14,134); }
H1.HeaderClassName
{
color: #730E86;
}
.AnyTagClassName
{
color: #730E86;
}
</style>
background-color css
<style>
a { background-color: #730E86; }
a { background-color: rgb(115,14,134); }
div.DivClassName
{
background-color: #730E86;
}
.BgClassName
{
background-color: #730E86;
}
</style>
border-color css
<style>
span { border-color: #730E86; }
span { border-color: rgb(115,14,134); }
td.TdClassName
{
border-color: #730E86;
}
.TagClassName
{
border-color: #730E86;
}
</style>