Shades of Purple #730F70
Tints of Purple #730F70
RGB
CMYK
RGB Variations
Color information
#730F70 (or 0x730F70) is known color: Purple. HEX triplet: 73, 0F and 70. RGB value is (115,15,112). Sum of RGB (Red+Green+Blue) = 115+15+112=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #730F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F70 is #8CF08F. Grayscale: #373737. Windows color (decimal): -9236624 or 7343987. OLE color: 7343987.
HSL color Cylindrical-coordinate representation of color #730F70: hue angle of 301.8º 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 #730F70 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 112 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.55 |
| HSL | 301.8º | 0.77% | 0.25% | - |
| HSV(B) | 301.8º | 0.87% | 0.45% | - |
| XYZ | 10.17 | 5.16 | 15.79 | - |
| YUV | 55.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 112 | 0 | 0.87 | 0.03 | 0.55 | 301.8 | 0.77 | 0.25 |
| Hex | 73 | F | 70 | 0 | 57 | 3 | 37 | 12E | 4D | 19 |
| Octal | 163 | 17 | 160 | 0 | 127 | 3 | 67 | 456 | 115 | 31 |
| Binary | 1110011 | 1111 | 1110000 | 0 | 1010111 | 11 | 110111 | 100101110 | 1001101 | 11001 |
Color Harmonies of #730F70
Complementary color
Monochromatic Colors of #730F70
Black with #730F70
Text Example
Text Example
White with #730F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F70; }
p { color: rgb(115,15,112); }
H1.HeaderClassName
{
color: #730F70;
}
.AnyTagClassName
{
color: #730F70;
}
</style>
background-color css
<style>
a { background-color: #730F70; }
a { background-color: rgb(115,15,112); }
div.DivClassName
{
background-color: #730F70;
}
.BgClassName
{
background-color: #730F70;
}
</style>
border-color css
<style>
span { border-color: #730F70; }
span { border-color: rgb(115,15,112); }
td.TdClassName
{
border-color: #730F70;
}
.TagClassName
{
border-color: #730F70;
}
</style>