Shades of Purple #730677
Tints of Purple #730677
RGB
CMYK
RGB Variations
Color information
#730677 (or 0x730677) is known color: Purple. HEX triplet: 73, 06 and 77. RGB value is (115,6,119). Sum of RGB (Red+Green+Blue) = 115+6+119=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #730677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730677 is #8CF988. Grayscale: #333333. Windows color (decimal): -9238921 or 7800435. OLE color: 7800435.
HSL color Cylindrical-coordinate representation of color #730677: hue angle of 297.88º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730677 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 6 | 119 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.53 |
| HSL | 297.88º | 0.9% | 0.25% | - |
| HSV(B) | 297.88º | 0.95% | 0.47% | - |
| XYZ | 10.47 | 5.11 | 17.89 | - |
| YUV | 51.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 119 | 0.03 | 0.95 | 0 | 0.53 | 297.88 | 0.9 | 0.25 |
| Hex | 73 | 6 | 77 | 3 | 5F | 0 | 35 | 12A | 5A | 19 |
| Octal | 163 | 6 | 167 | 3 | 137 | 0 | 65 | 452 | 132 | 31 |
| Binary | 1110011 | 110 | 1110111 | 11 | 1011111 | 0 | 110101 | 100101010 | 1011010 | 11001 |
Color Harmonies of #730677
Complementary color
Monochromatic Colors of #730677
Black with #730677
Text Example
Text Example
White with #730677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730677; }
p { color: rgb(115,6,119); }
H1.HeaderClassName
{
color: #730677;
}
.AnyTagClassName
{
color: #730677;
}
</style>
background-color css
<style>
a { background-color: #730677; }
a { background-color: rgb(115,6,119); }
div.DivClassName
{
background-color: #730677;
}
.BgClassName
{
background-color: #730677;
}
</style>
border-color css
<style>
span { border-color: #730677; }
span { border-color: rgb(115,6,119); }
td.TdClassName
{
border-color: #730677;
}
.TagClassName
{
border-color: #730677;
}
</style>