Shades of Purple #730A8A
Tints of Purple #730A8A
RGB
CMYK
RGB Variations
Color information
#730A8A (or 0x730A8A) is known color: Purple. HEX triplet: 73, 0A and 8A. RGB value is (115,10,138). Sum of RGB (Red+Green+Blue) = 115+10+138=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #730A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730A8A is #8CF575. Grayscale: #373737. Windows color (decimal): -9237878 or 9046643. OLE color: 9046643.
HSL color Cylindrical-coordinate representation of color #730A8A: hue angle of 289.22º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730A8A is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 10 | 138 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.46 |
| HSL | 289.22º | 0.86% | 0.29% | - |
| HSV(B) | 289.22º | 0.93% | 0.54% | - |
| XYZ | 11.77 | 5.7 | 24.52 | - |
| YUV | 55.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 138 | 0.17 | 0.93 | 0 | 0.46 | 289.22 | 0.86 | 0.29 |
| Hex | 73 | A | 8A | 11 | 5D | 0 | 2E | 121 | 56 | 1D |
| Octal | 163 | 12 | 212 | 21 | 135 | 0 | 56 | 441 | 126 | 35 |
| Binary | 1110011 | 1010 | 10001010 | 10001 | 1011101 | 0 | 101110 | 100100001 | 1010110 | 11101 |
Color Harmonies of #730A8A
Complementary color
Monochromatic Colors of #730A8A
Black with #730A8A
Text Example
Text Example
White with #730A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A8A; }
p { color: rgb(115,10,138); }
H1.HeaderClassName
{
color: #730A8A;
}
.AnyTagClassName
{
color: #730A8A;
}
</style>
background-color css
<style>
a { background-color: #730A8A; }
a { background-color: rgb(115,10,138); }
div.DivClassName
{
background-color: #730A8A;
}
.BgClassName
{
background-color: #730A8A;
}
</style>
border-color css
<style>
span { border-color: #730A8A; }
span { border-color: rgb(115,10,138); }
td.TdClassName
{
border-color: #730A8A;
}
.TagClassName
{
border-color: #730A8A;
}
</style>