Shades of Purple #730086
Tints of Purple #730086
RGB
CMYK
RGB Variations
Color information
#730086 (or 0x730086) is known color: Purple. HEX triplet: 73, 00 and 86. RGB value is (115,0,134). Sum of RGB (Red+Green+Blue) = 115+0+134=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #730086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730086 is #8CFF79. Grayscale: #313131. Windows color (decimal): -9240442 or 8781939. OLE color: 8781939.
HSL color Cylindrical-coordinate representation of color #730086: hue angle of 291.49º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730086 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 0 | 134 | - |
| CMYK | 0.14 | 1 | 0 | 0.47 |
| HSL | 291.49º | 1% | 0.26% | - |
| HSV(B) | 291.49º | 1% | 0.53% | - |
| XYZ | 11.37 | 5.37 | 22.99 | - |
| YUV | 49.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 134 | 0.14 | 1 | 0 | 0.47 | 291.49 | 1 | 0.26 |
| Hex | 73 | 0 | 86 | E | 64 | 0 | 2F | 123 | 64 | 1A |
| Octal | 163 | 0 | 206 | 16 | 144 | 0 | 57 | 443 | 144 | 32 |
| Binary | 1110011 | 0 | 10000110 | 1110 | 1100100 | 0 | 101111 | 100100011 | 1100100 | 11010 |
Color Harmonies of #730086
Complementary color
Monochromatic Colors of #730086
Black with #730086
Text Example
Text Example
White with #730086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730086; }
p { color: rgb(115,0,134); }
H1.HeaderClassName
{
color: #730086;
}
.AnyTagClassName
{
color: #730086;
}
</style>
background-color css
<style>
a { background-color: #730086; }
a { background-color: rgb(115,0,134); }
div.DivClassName
{
background-color: #730086;
}
.BgClassName
{
background-color: #730086;
}
</style>
border-color css
<style>
span { border-color: #730086; }
span { border-color: rgb(115,0,134); }
td.TdClassName
{
border-color: #730086;
}
.TagClassName
{
border-color: #730086;
}
</style>