Shades of Purple #730997
Tints of Purple #730997
RGB
CMYK
RGB Variations
Color information
#730997 (or 0x730997) is known color: Purple. HEX triplet: 73, 09 and 97. RGB value is (115,9,151). Sum of RGB (Red+Green+Blue) = 115+9+151=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #730997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730997 is #8CF668. Grayscale: #383838. Windows color (decimal): -9238121 or 9898355. OLE color: 9898355.
HSL color Cylindrical-coordinate representation of color #730997: hue angle of 284.79º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730997 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 9 | 151 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.41 |
| HSL | 284.79º | 0.89% | 0.31% | - |
| HSV(B) | 284.79º | 0.94% | 0.59% | - |
| XYZ | 12.75 | 6.07 | 29.78 | - |
| YUV | 56.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 151 | 0.24 | 0.94 | 0 | 0.41 | 284.79 | 0.89 | 0.31 |
| Hex | 73 | 9 | 97 | 18 | 5E | 0 | 29 | 11D | 59 | 1F |
| Octal | 163 | 11 | 227 | 30 | 136 | 0 | 51 | 435 | 131 | 37 |
| Binary | 1110011 | 1001 | 10010111 | 11000 | 1011110 | 0 | 101001 | 100011101 | 1011001 | 11111 |
Color Harmonies of #730997
Complementary color
Monochromatic Colors of #730997
Black with #730997
Text Example
Text Example
White with #730997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730997; }
p { color: rgb(115,9,151); }
H1.HeaderClassName
{
color: #730997;
}
.AnyTagClassName
{
color: #730997;
}
</style>
background-color css
<style>
a { background-color: #730997; }
a { background-color: rgb(115,9,151); }
div.DivClassName
{
background-color: #730997;
}
.BgClassName
{
background-color: #730997;
}
</style>
border-color css
<style>
span { border-color: #730997; }
span { border-color: rgb(115,9,151); }
td.TdClassName
{
border-color: #730997;
}
.TagClassName
{
border-color: #730997;
}
</style>