Shades of Purple #730775
Tints of Purple #730775
RGB
CMYK
RGB Variations
Color information
#730775 (or 0x730775) is known color: Purple. HEX triplet: 73, 07 and 75. RGB value is (115,7,117). Sum of RGB (Red+Green+Blue) = 115+7+117=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #730775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730775 is #8CF88A. Grayscale: #333333. Windows color (decimal): -9238667 or 7669619. OLE color: 7669619.
HSL color Cylindrical-coordinate representation of color #730775: hue angle of 298.91º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730775 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 7 | 117 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.54 |
| HSL | 298.91º | 0.89% | 0.24% | - |
| HSV(B) | 298.91º | 0.94% | 0.46% | - |
| XYZ | 10.36 | 5.08 | 17.26 | - |
| YUV | 51.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 117 | 0.02 | 0.94 | 0 | 0.54 | 298.91 | 0.89 | 0.24 |
| Hex | 73 | 7 | 75 | 2 | 5E | 0 | 36 | 12B | 59 | 18 |
| Octal | 163 | 7 | 165 | 2 | 136 | 0 | 66 | 453 | 131 | 30 |
| Binary | 1110011 | 111 | 1110101 | 10 | 1011110 | 0 | 110110 | 100101011 | 1011001 | 11000 |
Color Harmonies of #730775
Complementary color
Monochromatic Colors of #730775
Black with #730775
Text Example
Text Example
White with #730775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730775; }
p { color: rgb(115,7,117); }
H1.HeaderClassName
{
color: #730775;
}
.AnyTagClassName
{
color: #730775;
}
</style>
background-color css
<style>
a { background-color: #730775; }
a { background-color: rgb(115,7,117); }
div.DivClassName
{
background-color: #730775;
}
.BgClassName
{
background-color: #730775;
}
</style>
border-color css
<style>
span { border-color: #730775; }
span { border-color: rgb(115,7,117); }
td.TdClassName
{
border-color: #730775;
}
.TagClassName
{
border-color: #730775;
}
</style>