Shades of Purple #730096
Tints of Purple #730096
RGB
CMYK
RGB Variations
Color information
#730096 (or 0x730096) is known color: Purple. HEX triplet: 73, 00 and 96. RGB value is (115,0,150). Sum of RGB (Red+Green+Blue) = 115+0+150=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #730096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730096 is #8CFF69. Grayscale: #333333. Windows color (decimal): -9240426 or 9830515. OLE color: 9830515.
HSL color Cylindrical-coordinate representation of color #730096: hue angle of 286º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730096 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 0 | 150 | - |
| CMYK | 0.23 | 1 | 0 | 0.41 |
| HSL | 286º | 1% | 0.29% | - |
| HSV(B) | 286º | 1% | 0.59% | - |
| XYZ | 12.58 | 5.85 | 29.32 | - |
| YUV | 51.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 150 | 0.23 | 1 | 0 | 0.41 | 286 | 1 | 0.29 |
| Hex | 73 | 0 | 96 | 17 | 64 | 0 | 29 | 11E | 64 | 1D |
| Octal | 163 | 0 | 226 | 27 | 144 | 0 | 51 | 436 | 144 | 35 |
| Binary | 1110011 | 0 | 10010110 | 10111 | 1100100 | 0 | 101001 | 100011110 | 1100100 | 11101 |
Color Harmonies of #730096
Complementary color
Monochromatic Colors of #730096
Black with #730096
Text Example
Text Example
White with #730096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730096; }
p { color: rgb(115,0,150); }
H1.HeaderClassName
{
color: #730096;
}
.AnyTagClassName
{
color: #730096;
}
</style>
background-color css
<style>
a { background-color: #730096; }
a { background-color: rgb(115,0,150); }
div.DivClassName
{
background-color: #730096;
}
.BgClassName
{
background-color: #730096;
}
</style>
border-color css
<style>
span { border-color: #730096; }
span { border-color: rgb(115,0,150); }
td.TdClassName
{
border-color: #730096;
}
.TagClassName
{
border-color: #730096;
}
</style>