Shades of Purple #730264
Tints of Purple #730264
RGB
CMYK
RGB Variations
Color information
#730264 (or 0x730264) is known color: Purple. HEX triplet: 73, 02 and 64. RGB value is (115,2,100). Sum of RGB (Red+Green+Blue) = 115+2+100=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #730264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730264 is #8CFD9B. Grayscale: #2E2E2E. Windows color (decimal): -9239964 or 6554227. OLE color: 6554227.
HSL color Cylindrical-coordinate representation of color #730264: hue angle of 307.96º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730264 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 100 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.55 |
| HSL | 307.96º | 0.97% | 0.23% | - |
| HSV(B) | 307.96º | 0.98% | 0.45% | - |
| XYZ | 9.39 | 4.61 | 12.45 | - |
| YUV | 46.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 100 | 0 | 0.98 | 0.13 | 0.55 | 307.96 | 0.97 | 0.23 |
| Hex | 73 | 2 | 64 | 0 | 62 | D | 37 | 134 | 61 | 17 |
| Octal | 163 | 2 | 144 | 0 | 142 | 15 | 67 | 464 | 141 | 27 |
| Binary | 1110011 | 10 | 1100100 | 0 | 1100010 | 1101 | 110111 | 100110100 | 1100001 | 10111 |
Color Harmonies of #730264
Complementary color
Monochromatic Colors of #730264
Black with #730264
Text Example
Text Example
White with #730264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730264; }
p { color: rgb(115,2,100); }
H1.HeaderClassName
{
color: #730264;
}
.AnyTagClassName
{
color: #730264;
}
</style>
background-color css
<style>
a { background-color: #730264; }
a { background-color: rgb(115,2,100); }
div.DivClassName
{
background-color: #730264;
}
.BgClassName
{
background-color: #730264;
}
</style>
border-color css
<style>
span { border-color: #730264; }
span { border-color: rgb(115,2,100); }
td.TdClassName
{
border-color: #730264;
}
.TagClassName
{
border-color: #730264;
}
</style>