Shades of Purple #730370
Tints of Purple #730370
RGB
CMYK
RGB Variations
Color information
#730370 (or 0x730370) is known color: Purple. HEX triplet: 73, 03 and 70. RGB value is (115,3,112). Sum of RGB (Red+Green+Blue) = 115+3+112=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #730370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730370 is #8CFC8F. Grayscale: #303030. Windows color (decimal): -9239696 or 7340915. OLE color: 7340915.
HSL color Cylindrical-coordinate representation of color #730370: hue angle of 301.61º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730370 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 112 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.55 |
| HSL | 301.61º | 0.95% | 0.23% | - |
| HSV(B) | 301.61º | 0.97% | 0.45% | - |
| XYZ | 10.03 | 4.88 | 15.74 | - |
| YUV | 48.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 112 | 0 | 0.97 | 0.03 | 0.55 | 301.61 | 0.95 | 0.23 |
| Hex | 73 | 3 | 70 | 0 | 61 | 3 | 37 | 12E | 5F | 17 |
| Octal | 163 | 3 | 160 | 0 | 141 | 3 | 67 | 456 | 137 | 27 |
| Binary | 1110011 | 11 | 1110000 | 0 | 1100001 | 11 | 110111 | 100101110 | 1011111 | 10111 |
Color Harmonies of #730370
Complementary color
Monochromatic Colors of #730370
Black with #730370
Text Example
Text Example
White with #730370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730370; }
p { color: rgb(115,3,112); }
H1.HeaderClassName
{
color: #730370;
}
.AnyTagClassName
{
color: #730370;
}
</style>
background-color css
<style>
a { background-color: #730370; }
a { background-color: rgb(115,3,112); }
div.DivClassName
{
background-color: #730370;
}
.BgClassName
{
background-color: #730370;
}
</style>
border-color css
<style>
span { border-color: #730370; }
span { border-color: rgb(115,3,112); }
td.TdClassName
{
border-color: #730370;
}
.TagClassName
{
border-color: #730370;
}
</style>