Shades of Purple #730F76
Tints of Purple #730F76
RGB
CMYK
RGB Variations
Color information
#730F76 (or 0x730F76) is known color: Purple. HEX triplet: 73, 0F and 76. RGB value is (115,15,118). Sum of RGB (Red+Green+Blue) = 115+15+118=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #730F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F76 is #8CF089. Grayscale: #383838. Windows color (decimal): -9236618 or 7737203. OLE color: 7737203.
HSL color Cylindrical-coordinate representation of color #730F76: hue angle of 298.25º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F76 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 15 | 118 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.54 |
| HSL | 298.25º | 0.77% | 0.26% | - |
| HSV(B) | 298.25º | 0.87% | 0.46% | - |
| XYZ | 10.51 | 5.29 | 17.61 | - |
| YUV | 56.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 118 | 0.03 | 0.87 | 0 | 0.54 | 298.25 | 0.77 | 0.26 |
| Hex | 73 | F | 76 | 3 | 57 | 0 | 36 | 12A | 4D | 1A |
| Octal | 163 | 17 | 166 | 3 | 127 | 0 | 66 | 452 | 115 | 32 |
| Binary | 1110011 | 1111 | 1110110 | 11 | 1010111 | 0 | 110110 | 100101010 | 1001101 | 11010 |
Color Harmonies of #730F76
Complementary color
Monochromatic Colors of #730F76
Black with #730F76
Text Example
Text Example
White with #730F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F76; }
p { color: rgb(115,15,118); }
H1.HeaderClassName
{
color: #730F76;
}
.AnyTagClassName
{
color: #730F76;
}
</style>
background-color css
<style>
a { background-color: #730F76; }
a { background-color: rgb(115,15,118); }
div.DivClassName
{
background-color: #730F76;
}
.BgClassName
{
background-color: #730F76;
}
</style>
border-color css
<style>
span { border-color: #730F76; }
span { border-color: rgb(115,15,118); }
td.TdClassName
{
border-color: #730F76;
}
.TagClassName
{
border-color: #730F76;
}
</style>