Shades of Purple #730575
Tints of Purple #730575
RGB
CMYK
RGB Variations
Color information
#730575 (or 0x730575) is known color: Purple. HEX triplet: 73, 05 and 75. RGB value is (115,5,117). Sum of RGB (Red+Green+Blue) = 115+5+117=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #730575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730575 is #8CFA8A. Grayscale: #323232. Windows color (decimal): -9239179 or 7669107. OLE color: 7669107.
HSL color Cylindrical-coordinate representation of color #730575: hue angle of 298.93º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730575 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 5 | 117 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.54 |
| HSL | 298.93º | 0.92% | 0.24% | - |
| HSV(B) | 298.93º | 0.96% | 0.46% | - |
| XYZ | 10.34 | 5.04 | 17.26 | - |
| YUV | 50.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 117 | 0.02 | 0.96 | 0 | 0.54 | 298.93 | 0.92 | 0.24 |
| Hex | 73 | 5 | 75 | 2 | 60 | 0 | 36 | 12B | 5C | 18 |
| Octal | 163 | 5 | 165 | 2 | 140 | 0 | 66 | 453 | 134 | 30 |
| Binary | 1110011 | 101 | 1110101 | 10 | 1100000 | 0 | 110110 | 100101011 | 1011100 | 11000 |
Color Harmonies of #730575
Complementary color
Monochromatic Colors of #730575
Black with #730575
Text Example
Text Example
White with #730575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730575; }
p { color: rgb(115,5,117); }
H1.HeaderClassName
{
color: #730575;
}
.AnyTagClassName
{
color: #730575;
}
</style>
background-color css
<style>
a { background-color: #730575; }
a { background-color: rgb(115,5,117); }
div.DivClassName
{
background-color: #730575;
}
.BgClassName
{
background-color: #730575;
}
</style>
border-color css
<style>
span { border-color: #730575; }
span { border-color: rgb(115,5,117); }
td.TdClassName
{
border-color: #730575;
}
.TagClassName
{
border-color: #730575;
}
</style>