Shades of Purple #730A75
Tints of Purple #730A75
RGB
CMYK
RGB Variations
Color information
#730A75 (or 0x730A75) is known color: Purple. HEX triplet: 73, 0A and 75. RGB value is (115,10,117). Sum of RGB (Red+Green+Blue) = 115+10+117=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #730A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A75 is #8CF58A. Grayscale: #353535. Windows color (decimal): -9237899 or 7670387. OLE color: 7670387.
HSL color Cylindrical-coordinate representation of color #730A75: hue angle of 298.88º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A75 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 10 | 117 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.54 |
| HSL | 298.88º | 0.84% | 0.25% | - |
| HSV(B) | 298.88º | 0.91% | 0.46% | - |
| XYZ | 10.39 | 5.15 | 17.28 | - |
| YUV | 53.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 117 | 0.02 | 0.91 | 0 | 0.54 | 298.88 | 0.84 | 0.25 |
| Hex | 73 | A | 75 | 2 | 5B | 0 | 36 | 12B | 54 | 19 |
| Octal | 163 | 12 | 165 | 2 | 133 | 0 | 66 | 453 | 124 | 31 |
| Binary | 1110011 | 1010 | 1110101 | 10 | 1011011 | 0 | 110110 | 100101011 | 1010100 | 11001 |
Color Harmonies of #730A75
Complementary color
Monochromatic Colors of #730A75
Black with #730A75
Text Example
Text Example
White with #730A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A75; }
p { color: rgb(115,10,117); }
H1.HeaderClassName
{
color: #730A75;
}
.AnyTagClassName
{
color: #730A75;
}
</style>
background-color css
<style>
a { background-color: #730A75; }
a { background-color: rgb(115,10,117); }
div.DivClassName
{
background-color: #730A75;
}
.BgClassName
{
background-color: #730A75;
}
</style>
border-color css
<style>
span { border-color: #730A75; }
span { border-color: rgb(115,10,117); }
td.TdClassName
{
border-color: #730A75;
}
.TagClassName
{
border-color: #730A75;
}
</style>