Shades of Purple #730070
Tints of Purple #730070
RGB
CMYK
RGB Variations
Color information
#730070 (or 0x730070) is known color: Purple. HEX triplet: 73, 00 and 70. RGB value is (115,0,112). Sum of RGB (Red+Green+Blue) = 115+0+112=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #730070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730070 is #8CFF8F. Grayscale: #2E2E2E. Windows color (decimal): -9240464 or 7340147. OLE color: 7340147.
HSL color Cylindrical-coordinate representation of color #730070: hue angle of 301.57º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730070 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.03 | 0.55 |
| HSL | 301.57º | 1% | 0.23% | - |
| HSV(B) | 301.57º | 1% | 0.45% | - |
| XYZ | 9.99 | 4.81 | 15.73 | - |
| YUV | 47.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 112 | 0 | 1 | 0.03 | 0.55 | 301.57 | 1 | 0.23 |
| Hex | 73 | 0 | 70 | 0 | 64 | 3 | 37 | 12E | 64 | 17 |
| Octal | 163 | 0 | 160 | 0 | 144 | 3 | 67 | 456 | 144 | 27 |
| Binary | 1110011 | 0 | 1110000 | 0 | 1100100 | 11 | 110111 | 100101110 | 1100100 | 10111 |
Color Harmonies of #730070
Complementary color
Monochromatic Colors of #730070
Black with #730070
Text Example
Text Example
White with #730070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730070; }
p { color: rgb(115,0,112); }
H1.HeaderClassName
{
color: #730070;
}
.AnyTagClassName
{
color: #730070;
}
</style>
background-color css
<style>
a { background-color: #730070; }
a { background-color: rgb(115,0,112); }
div.DivClassName
{
background-color: #730070;
}
.BgClassName
{
background-color: #730070;
}
</style>
border-color css
<style>
span { border-color: #730070; }
span { border-color: rgb(115,0,112); }
td.TdClassName
{
border-color: #730070;
}
.TagClassName
{
border-color: #730070;
}
</style>