Shades of Purple #730078
Tints of Purple #730078
RGB
CMYK
RGB Variations
Color information
#730078 (or 0x730078) is known color: Purple. HEX triplet: 73, 00 and 78. RGB value is (115,0,120). Sum of RGB (Red+Green+Blue) = 115+0+120=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #730078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730078 is #8CFF87. Grayscale: #2F2F2F. Windows color (decimal): -9240456 or 7864435. OLE color: 7864435.
HSL color Cylindrical-coordinate representation of color #730078: hue angle of 297.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730078 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 0 | 120 | - |
| CMYK | 0.04 | 1 | 0 | 0.53 |
| HSL | 297.5º | 1% | 0.24% | - |
| HSV(B) | 297.5º | 1% | 0.47% | - |
| XYZ | 10.46 | 5 | 18.18 | - |
| YUV | 48.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 120 | 0.04 | 1 | 0 | 0.53 | 297.5 | 1 | 0.24 |
| Hex | 73 | 0 | 78 | 4 | 64 | 0 | 35 | 12A | 64 | 18 |
| Octal | 163 | 0 | 170 | 4 | 144 | 0 | 65 | 452 | 144 | 30 |
| Binary | 1110011 | 0 | 1111000 | 100 | 1100100 | 0 | 110101 | 100101010 | 1100100 | 11000 |
Color Harmonies of #730078
Complementary color
Monochromatic Colors of #730078
Black with #730078
Text Example
Text Example
White with #730078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730078; }
p { color: rgb(115,0,120); }
H1.HeaderClassName
{
color: #730078;
}
.AnyTagClassName
{
color: #730078;
}
</style>
background-color css
<style>
a { background-color: #730078; }
a { background-color: rgb(115,0,120); }
div.DivClassName
{
background-color: #730078;
}
.BgClassName
{
background-color: #730078;
}
</style>
border-color css
<style>
span { border-color: #730078; }
span { border-color: rgb(115,0,120); }
td.TdClassName
{
border-color: #730078;
}
.TagClassName
{
border-color: #730078;
}
</style>