Shades of Purple #730A76
Tints of Purple #730A76
RGB
CMYK
RGB Variations
Color information
#730A76 (or 0x730A76) is known color: Purple. HEX triplet: 73, 0A and 76. RGB value is (115,10,118). Sum of RGB (Red+Green+Blue) = 115+10+118=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #730A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A76 is #8CF589. Grayscale: #353535. Windows color (decimal): -9237898 or 7735923. OLE color: 7735923.
HSL color Cylindrical-coordinate representation of color #730A76: hue angle of 298.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730A76 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 10 | 118 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.54 |
| HSL | 298.33º | 0.84% | 0.25% | - |
| HSV(B) | 298.33º | 0.92% | 0.46% | - |
| XYZ | 10.45 | 5.17 | 17.59 | - |
| YUV | 53.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 118 | 0.03 | 0.92 | 0 | 0.54 | 298.33 | 0.84 | 0.25 |
| Hex | 73 | A | 76 | 3 | 5C | 0 | 36 | 12A | 54 | 19 |
| Octal | 163 | 12 | 166 | 3 | 134 | 0 | 66 | 452 | 124 | 31 |
| Binary | 1110011 | 1010 | 1110110 | 11 | 1011100 | 0 | 110110 | 100101010 | 1010100 | 11001 |
Color Harmonies of #730A76
Complementary color
Monochromatic Colors of #730A76
Black with #730A76
Text Example
Text Example
White with #730A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A76; }
p { color: rgb(115,10,118); }
H1.HeaderClassName
{
color: #730A76;
}
.AnyTagClassName
{
color: #730A76;
}
</style>
background-color css
<style>
a { background-color: #730A76; }
a { background-color: rgb(115,10,118); }
div.DivClassName
{
background-color: #730A76;
}
.BgClassName
{
background-color: #730A76;
}
</style>
border-color css
<style>
span { border-color: #730A76; }
span { border-color: rgb(115,10,118); }
td.TdClassName
{
border-color: #730A76;
}
.TagClassName
{
border-color: #730A76;
}
</style>