Shades of Purple #730077
Tints of Purple #730077
RGB
CMYK
RGB Variations
Color information
#730077 (or 0x730077) is known color: Purple. HEX triplet: 73, 00 and 77. RGB value is (115,0,119). Sum of RGB (Red+Green+Blue) = 115+0+119=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #730077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730077 is #8CFF88. Grayscale: #2F2F2F. Windows color (decimal): -9240457 or 7798899. OLE color: 7798899.
HSL color Cylindrical-coordinate representation of color #730077: hue angle of 297.98º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730077 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 0 | 119 | - |
| CMYK | 0.03 | 1 | 0 | 0.53 |
| HSL | 297.98º | 1% | 0.23% | - |
| HSV(B) | 297.98º | 1% | 0.47% | - |
| XYZ | 10.4 | 4.98 | 17.87 | - |
| YUV | 47.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 119 | 0.03 | 1 | 0 | 0.53 | 297.98 | 1 | 0.23 |
| Hex | 73 | 0 | 77 | 3 | 64 | 0 | 35 | 12A | 64 | 17 |
| Octal | 163 | 0 | 167 | 3 | 144 | 0 | 65 | 452 | 144 | 27 |
| Binary | 1110011 | 0 | 1110111 | 11 | 1100100 | 0 | 110101 | 100101010 | 1100100 | 10111 |
Color Harmonies of #730077
Complementary color
Monochromatic Colors of #730077
Black with #730077
Text Example
Text Example
White with #730077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730077; }
p { color: rgb(115,0,119); }
H1.HeaderClassName
{
color: #730077;
}
.AnyTagClassName
{
color: #730077;
}
</style>
background-color css
<style>
a { background-color: #730077; }
a { background-color: rgb(115,0,119); }
div.DivClassName
{
background-color: #730077;
}
.BgClassName
{
background-color: #730077;
}
</style>
border-color css
<style>
span { border-color: #730077; }
span { border-color: rgb(115,0,119); }
td.TdClassName
{
border-color: #730077;
}
.TagClassName
{
border-color: #730077;
}
</style>