Shades of Purple #730594
Tints of Purple #730594
RGB
CMYK
RGB Variations
Color information
#730594 (or 0x730594) is known color: Purple. HEX triplet: 73, 05 and 94. RGB value is (115,5,148). Sum of RGB (Red+Green+Blue) = 115+5+148=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #730594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730594 is #8CFA6B. Grayscale: #353535. Windows color (decimal): -9239148 or 9700723. OLE color: 9700723.
HSL color Cylindrical-coordinate representation of color #730594: hue angle of 286.15º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730594 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 5 | 148 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.42 |
| HSL | 286.15º | 0.93% | 0.3% | - |
| HSV(B) | 286.15º | 0.97% | 0.58% | - |
| XYZ | 12.47 | 5.89 | 28.5 | - |
| YUV | 54.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 148 | 0.22 | 0.97 | 0 | 0.42 | 286.15 | 0.93 | 0.3 |
| Hex | 73 | 5 | 94 | 16 | 61 | 0 | 2A | 11E | 5D | 1E |
| Octal | 163 | 5 | 224 | 26 | 141 | 0 | 52 | 436 | 135 | 36 |
| Binary | 1110011 | 101 | 10010100 | 10110 | 1100001 | 0 | 101010 | 100011110 | 1011101 | 11110 |
Color Harmonies of #730594
Complementary color
Monochromatic Colors of #730594
Black with #730594
Text Example
Text Example
White with #730594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730594; }
p { color: rgb(115,5,148); }
H1.HeaderClassName
{
color: #730594;
}
.AnyTagClassName
{
color: #730594;
}
</style>
background-color css
<style>
a { background-color: #730594; }
a { background-color: rgb(115,5,148); }
div.DivClassName
{
background-color: #730594;
}
.BgClassName
{
background-color: #730594;
}
</style>
border-color css
<style>
span { border-color: #730594; }
span { border-color: rgb(115,5,148); }
td.TdClassName
{
border-color: #730594;
}
.TagClassName
{
border-color: #730594;
}
</style>