Shades of Purple #730D91
Tints of Purple #730D91
RGB
CMYK
RGB Variations
Color information
#730D91 (or 0x730D91) is known color: Purple. HEX triplet: 73, 0D and 91. RGB value is (115,13,145). Sum of RGB (Red+Green+Blue) = 115+13+145=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #730D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730D91 is #8CF26E. Grayscale: #3A3A3A. Windows color (decimal): -9237103 or 9506163. OLE color: 9506163.
HSL color Cylindrical-coordinate representation of color #730D91: hue angle of 286.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730D91 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 13 | 145 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.43 |
| HSL | 286.36º | 0.84% | 0.31% | - |
| HSV(B) | 286.36º | 0.91% | 0.57% | - |
| XYZ | 12.32 | 5.98 | 27.29 | - |
| YUV | 58.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 145 | 0.21 | 0.91 | 0 | 0.43 | 286.36 | 0.84 | 0.31 |
| Hex | 73 | D | 91 | 15 | 5B | 0 | 2B | 11E | 54 | 1F |
| Octal | 163 | 15 | 221 | 25 | 133 | 0 | 53 | 436 | 124 | 37 |
| Binary | 1110011 | 1101 | 10010001 | 10101 | 1011011 | 0 | 101011 | 100011110 | 1010100 | 11111 |
Color Harmonies of #730D91
Complementary color
Monochromatic Colors of #730D91
Black with #730D91
Text Example
Text Example
White with #730D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D91; }
p { color: rgb(115,13,145); }
H1.HeaderClassName
{
color: #730D91;
}
.AnyTagClassName
{
color: #730D91;
}
</style>
background-color css
<style>
a { background-color: #730D91; }
a { background-color: rgb(115,13,145); }
div.DivClassName
{
background-color: #730D91;
}
.BgClassName
{
background-color: #730D91;
}
</style>
border-color css
<style>
span { border-color: #730D91; }
span { border-color: rgb(115,13,145); }
td.TdClassName
{
border-color: #730D91;
}
.TagClassName
{
border-color: #730D91;
}
</style>