Shades of Purple #730695
Tints of Purple #730695
RGB
CMYK
RGB Variations
Color information
#730695 (or 0x730695) is known color: Purple. HEX triplet: 73, 06 and 95. RGB value is (115,6,149). Sum of RGB (Red+Green+Blue) = 115+6+149=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #730695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730695 is #8CF96A. Grayscale: #363636. Windows color (decimal): -9238891 or 9766515. OLE color: 9766515.
HSL color Cylindrical-coordinate representation of color #730695: hue angle of 285.73º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730695 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 6 | 149 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.42 |
| HSL | 285.73º | 0.92% | 0.3% | - |
| HSV(B) | 285.73º | 0.96% | 0.58% | - |
| XYZ | 12.56 | 5.95 | 28.92 | - |
| YUV | 54.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 149 | 0.23 | 0.96 | 0 | 0.42 | 285.73 | 0.92 | 0.3 |
| Hex | 73 | 6 | 95 | 17 | 60 | 0 | 2A | 11E | 5C | 1E |
| Octal | 163 | 6 | 225 | 27 | 140 | 0 | 52 | 436 | 134 | 36 |
| Binary | 1110011 | 110 | 10010101 | 10111 | 1100000 | 0 | 101010 | 100011110 | 1011100 | 11110 |
Color Harmonies of #730695
Complementary color
Monochromatic Colors of #730695
Black with #730695
Text Example
Text Example
White with #730695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730695; }
p { color: rgb(115,6,149); }
H1.HeaderClassName
{
color: #730695;
}
.AnyTagClassName
{
color: #730695;
}
</style>
background-color css
<style>
a { background-color: #730695; }
a { background-color: rgb(115,6,149); }
div.DivClassName
{
background-color: #730695;
}
.BgClassName
{
background-color: #730695;
}
</style>
border-color css
<style>
span { border-color: #730695; }
span { border-color: rgb(115,6,149); }
td.TdClassName
{
border-color: #730695;
}
.TagClassName
{
border-color: #730695;
}
</style>