Shades of Purple #730364
Tints of Purple #730364
RGB
CMYK
RGB Variations
Color information
#730364 (or 0x730364) is known color: Purple. HEX triplet: 73, 03 and 64. RGB value is (115,3,100). Sum of RGB (Red+Green+Blue) = 115+3+100=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #730364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730364 is #8CFC9B. Grayscale: #2F2F2F. Windows color (decimal): -9239708 or 6554483. OLE color: 6554483.
HSL color Cylindrical-coordinate representation of color #730364: hue angle of 308.04º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730364 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 100 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.55 |
| HSL | 308.04º | 0.95% | 0.23% | - |
| HSV(B) | 308.04º | 0.97% | 0.45% | - |
| XYZ | 9.4 | 4.63 | 12.45 | - |
| YUV | 47.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 100 | 0 | 0.97 | 0.13 | 0.55 | 308.04 | 0.95 | 0.23 |
| Hex | 73 | 3 | 64 | 0 | 61 | D | 37 | 134 | 5F | 17 |
| Octal | 163 | 3 | 144 | 0 | 141 | 15 | 67 | 464 | 137 | 27 |
| Binary | 1110011 | 11 | 1100100 | 0 | 1100001 | 1101 | 110111 | 100110100 | 1011111 | 10111 |
Color Harmonies of #730364
Complementary color
Monochromatic Colors of #730364
Black with #730364
Text Example
Text Example
White with #730364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730364; }
p { color: rgb(115,3,100); }
H1.HeaderClassName
{
color: #730364;
}
.AnyTagClassName
{
color: #730364;
}
</style>
background-color css
<style>
a { background-color: #730364; }
a { background-color: rgb(115,3,100); }
div.DivClassName
{
background-color: #730364;
}
.BgClassName
{
background-color: #730364;
}
</style>
border-color css
<style>
span { border-color: #730364; }
span { border-color: rgb(115,3,100); }
td.TdClassName
{
border-color: #730364;
}
.TagClassName
{
border-color: #730364;
}
</style>