Shades of Purple #730397
Tints of Purple #730397
RGB
CMYK
RGB Variations
Color information
#730397 (or 0x730397) is known color: Purple. HEX triplet: 73, 03 and 97. RGB value is (115,3,151). Sum of RGB (Red+Green+Blue) = 115+3+151=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #730397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730397 is #8CFC68. Grayscale: #343434. Windows color (decimal): -9239657 or 9896819. OLE color: 9896819.
HSL color Cylindrical-coordinate representation of color #730397: hue angle of 285.41º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730397 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 3 | 151 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.41 |
| HSL | 285.41º | 0.96% | 0.3% | - |
| HSV(B) | 285.41º | 0.98% | 0.59% | - |
| XYZ | 12.69 | 5.94 | 29.76 | - |
| YUV | 53.36 | 183.11 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 151 | 0.24 | 0.98 | 0 | 0.41 | 285.41 | 0.96 | 0.3 |
| Hex | 73 | 3 | 97 | 18 | 62 | 0 | 29 | 11D | 60 | 1E |
| Octal | 163 | 3 | 227 | 30 | 142 | 0 | 51 | 435 | 140 | 36 |
| Binary | 1110011 | 11 | 10010111 | 11000 | 1100010 | 0 | 101001 | 100011101 | 1100000 | 11110 |
Color Harmonies of #730397
Complementary color
Monochromatic Colors of #730397
Black with #730397
Text Example
Text Example
White with #730397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730397; }
p { color: rgb(115,3,151); }
H1.HeaderClassName
{
color: #730397;
}
.AnyTagClassName
{
color: #730397;
}
</style>
background-color css
<style>
a { background-color: #730397; }
a { background-color: rgb(115,3,151); }
div.DivClassName
{
background-color: #730397;
}
.BgClassName
{
background-color: #730397;
}
</style>
border-color css
<style>
span { border-color: #730397; }
span { border-color: rgb(115,3,151); }
td.TdClassName
{
border-color: #730397;
}
.TagClassName
{
border-color: #730397;
}
</style>