Shades of Purple #730F6D
Tints of Purple #730F6D
RGB
CMYK
RGB Variations
Color information
#730F6D (or 0x730F6D) is known color: Purple. HEX triplet: 73, 0F and 6D. RGB value is (115,15,109). Sum of RGB (Red+Green+Blue) = 115+15+109=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #730F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F6D is #8CF092. Grayscale: #373737. Windows color (decimal): -9236627 or 7147379. OLE color: 7147379.
HSL color Cylindrical-coordinate representation of color #730F6D: hue angle of 303.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F6D is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 109 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.55 |
| HSL | 303.6º | 0.77% | 0.25% | - |
| HSV(B) | 303.6º | 0.87% | 0.45% | - |
| XYZ | 10 | 5.09 | 14.92 | - |
| YUV | 55.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 109 | 0 | 0.87 | 0.05 | 0.55 | 303.6 | 0.77 | 0.25 |
| Hex | 73 | F | 6D | 0 | 57 | 5 | 37 | 130 | 4D | 19 |
| Octal | 163 | 17 | 155 | 0 | 127 | 5 | 67 | 460 | 115 | 31 |
| Binary | 1110011 | 1111 | 1101101 | 0 | 1010111 | 101 | 110111 | 100110000 | 1001101 | 11001 |
Color Harmonies of #730F6D
Complementary color
Monochromatic Colors of #730F6D
Black with #730F6D
Text Example
Text Example
White with #730F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F6D; }
p { color: rgb(115,15,109); }
H1.HeaderClassName
{
color: #730F6D;
}
.AnyTagClassName
{
color: #730F6D;
}
</style>
background-color css
<style>
a { background-color: #730F6D; }
a { background-color: rgb(115,15,109); }
div.DivClassName
{
background-color: #730F6D;
}
.BgClassName
{
background-color: #730F6D;
}
</style>
border-color css
<style>
span { border-color: #730F6D; }
span { border-color: rgb(115,15,109); }
td.TdClassName
{
border-color: #730F6D;
}
.TagClassName
{
border-color: #730F6D;
}
</style>