Shades of Purple #730895
Tints of Purple #730895
RGB
CMYK
RGB Variations
Color information
#730895 (or 0x730895) is known color: Purple. HEX triplet: 73, 08 and 95. RGB value is (115,8,149). Sum of RGB (Red+Green+Blue) = 115+8+149=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #730895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730895 is #8CF76A. Grayscale: #373737. Windows color (decimal): -9238379 or 9767027. OLE color: 9767027.
HSL color Cylindrical-coordinate representation of color #730895: hue angle of 285.53º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730895 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 8 | 149 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.42 |
| HSL | 285.53º | 0.9% | 0.31% | - |
| HSV(B) | 285.53º | 0.95% | 0.58% | - |
| XYZ | 12.58 | 5.99 | 28.93 | - |
| YUV | 56.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 149 | 0.23 | 0.95 | 0 | 0.42 | 285.53 | 0.9 | 0.31 |
| Hex | 73 | 8 | 95 | 17 | 5F | 0 | 2A | 11E | 5A | 1F |
| Octal | 163 | 10 | 225 | 27 | 137 | 0 | 52 | 436 | 132 | 37 |
| Binary | 1110011 | 1000 | 10010101 | 10111 | 1011111 | 0 | 101010 | 100011110 | 1011010 | 11111 |
Color Harmonies of #730895
Complementary color
Monochromatic Colors of #730895
Black with #730895
Text Example
Text Example
White with #730895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730895; }
p { color: rgb(115,8,149); }
H1.HeaderClassName
{
color: #730895;
}
.AnyTagClassName
{
color: #730895;
}
</style>
background-color css
<style>
a { background-color: #730895; }
a { background-color: rgb(115,8,149); }
div.DivClassName
{
background-color: #730895;
}
.BgClassName
{
background-color: #730895;
}
</style>
border-color css
<style>
span { border-color: #730895; }
span { border-color: rgb(115,8,149); }
td.TdClassName
{
border-color: #730895;
}
.TagClassName
{
border-color: #730895;
}
</style>