Shades of Purple #730D96
Tints of Purple #730D96
RGB
CMYK
RGB Variations
Color information
#730D96 (or 0x730D96) is known color: Purple. HEX triplet: 73, 0D and 96. RGB value is (115,13,150). Sum of RGB (Red+Green+Blue) = 115+13+150=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #730D96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730D96 is #8CF269. Grayscale: #3A3A3A. Windows color (decimal): -9237098 or 9833843. OLE color: 9833843.
HSL color Cylindrical-coordinate representation of color #730D96: hue angle of 284.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730D96 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 13 | 150 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.41 |
| HSL | 284.67º | 0.84% | 0.32% | - |
| HSV(B) | 284.67º | 0.91% | 0.59% | - |
| XYZ | 12.72 | 6.13 | 29.37 | - |
| YUV | 59.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 150 | 0.23 | 0.91 | 0 | 0.41 | 284.67 | 0.84 | 0.32 |
| Hex | 73 | D | 96 | 17 | 5B | 0 | 29 | 11D | 54 | 20 |
| Octal | 163 | 15 | 226 | 27 | 133 | 0 | 51 | 435 | 124 | 40 |
| Binary | 1110011 | 1101 | 10010110 | 10111 | 1011011 | 0 | 101001 | 100011101 | 1010100 | 100000 |
Color Harmonies of #730D96
Complementary color
Monochromatic Colors of #730D96
Black with #730D96
Text Example
Text Example
White with #730D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D96; }
p { color: rgb(115,13,150); }
H1.HeaderClassName
{
color: #730D96;
}
.AnyTagClassName
{
color: #730D96;
}
</style>
background-color css
<style>
a { background-color: #730D96; }
a { background-color: rgb(115,13,150); }
div.DivClassName
{
background-color: #730D96;
}
.BgClassName
{
background-color: #730D96;
}
</style>
border-color css
<style>
span { border-color: #730D96; }
span { border-color: rgb(115,13,150); }
td.TdClassName
{
border-color: #730D96;
}
.TagClassName
{
border-color: #730D96;
}
</style>