Shades of Purple #730578
Tints of Purple #730578
RGB
CMYK
RGB Variations
Color information
#730578 (or 0x730578) is known color: Purple. HEX triplet: 73, 05 and 78. RGB value is (115,5,120). Sum of RGB (Red+Green+Blue) = 115+5+120=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #730578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730578 is #8CFA87. Grayscale: #323232. Windows color (decimal): -9239176 or 7865715. OLE color: 7865715.
HSL color Cylindrical-coordinate representation of color #730578: hue angle of 297.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730578 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 5 | 120 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.53 |
| HSL | 297.39º | 0.92% | 0.25% | - |
| HSV(B) | 297.39º | 0.96% | 0.47% | - |
| XYZ | 10.51 | 5.11 | 18.2 | - |
| YUV | 51 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 120 | 0.04 | 0.96 | 0 | 0.53 | 297.39 | 0.92 | 0.25 |
| Hex | 73 | 5 | 78 | 4 | 60 | 0 | 35 | 129 | 5C | 19 |
| Octal | 163 | 5 | 170 | 4 | 140 | 0 | 65 | 451 | 134 | 31 |
| Binary | 1110011 | 101 | 1111000 | 100 | 1100000 | 0 | 110101 | 100101001 | 1011100 | 11001 |
Color Harmonies of #730578
Complementary color
Monochromatic Colors of #730578
Black with #730578
Text Example
Text Example
White with #730578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730578; }
p { color: rgb(115,5,120); }
H1.HeaderClassName
{
color: #730578;
}
.AnyTagClassName
{
color: #730578;
}
</style>
background-color css
<style>
a { background-color: #730578; }
a { background-color: rgb(115,5,120); }
div.DivClassName
{
background-color: #730578;
}
.BgClassName
{
background-color: #730578;
}
</style>
border-color css
<style>
span { border-color: #730578; }
span { border-color: rgb(115,5,120); }
td.TdClassName
{
border-color: #730578;
}
.TagClassName
{
border-color: #730578;
}
</style>