Shades of Purple #730064
Tints of Purple #730064
RGB
CMYK
RGB Variations
Color information
#730064 (or 0x730064) is known color: Purple. HEX triplet: 73, 00 and 64. RGB value is (115,0,100). Sum of RGB (Red+Green+Blue) = 115+0+100=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #730064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730064 is #8CFF9B. Grayscale: #2D2D2D. Windows color (decimal): -9240476 or 6553715. OLE color: 6553715.
HSL color Cylindrical-coordinate representation of color #730064: hue angle of 307.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730064 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.13 | 0.55 |
| HSL | 307.83º | 1% | 0.23% | - |
| HSV(B) | 307.83º | 1% | 0.45% | - |
| XYZ | 9.37 | 4.56 | 12.44 | - |
| YUV | 45.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 100 | 0 | 1 | 0.13 | 0.55 | 307.83 | 1 | 0.23 |
| Hex | 73 | 0 | 64 | 0 | 64 | D | 37 | 134 | 64 | 17 |
| Octal | 163 | 0 | 144 | 0 | 144 | 15 | 67 | 464 | 144 | 27 |
| Binary | 1110011 | 0 | 1100100 | 0 | 1100100 | 1101 | 110111 | 100110100 | 1100100 | 10111 |
Color Harmonies of #730064
Complementary color
Monochromatic Colors of #730064
Black with #730064
Text Example
Text Example
White with #730064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730064; }
p { color: rgb(115,0,100); }
H1.HeaderClassName
{
color: #730064;
}
.AnyTagClassName
{
color: #730064;
}
</style>
background-color css
<style>
a { background-color: #730064; }
a { background-color: rgb(115,0,100); }
div.DivClassName
{
background-color: #730064;
}
.BgClassName
{
background-color: #730064;
}
</style>
border-color css
<style>
span { border-color: #730064; }
span { border-color: rgb(115,0,100); }
td.TdClassName
{
border-color: #730064;
}
.TagClassName
{
border-color: #730064;
}
</style>