Shades of Purple #730A8B
Tints of Purple #730A8B
RGB
CMYK
RGB Variations
Color information
#730A8B (or 0x730A8B) is known color: Purple. HEX triplet: 73, 0A and 8B. RGB value is (115,10,139). Sum of RGB (Red+Green+Blue) = 115+10+139=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #730A8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730A8B is #8CF574. Grayscale: #373737. Windows color (decimal): -9237877 or 9112179. OLE color: 9112179.
HSL color Cylindrical-coordinate representation of color #730A8B: hue angle of 288.84º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730A8B is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 10 | 139 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.45 |
| HSL | 288.84º | 0.87% | 0.29% | - |
| HSV(B) | 288.84º | 0.93% | 0.55% | - |
| XYZ | 11.84 | 5.73 | 24.91 | - |
| YUV | 56.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 139 | 0.17 | 0.93 | 0 | 0.45 | 288.84 | 0.87 | 0.29 |
| Hex | 73 | A | 8B | 11 | 5D | 0 | 2D | 121 | 57 | 1D |
| Octal | 163 | 12 | 213 | 21 | 135 | 0 | 55 | 441 | 127 | 35 |
| Binary | 1110011 | 1010 | 10001011 | 10001 | 1011101 | 0 | 101101 | 100100001 | 1010111 | 11101 |
Color Harmonies of #730A8B
Complementary color
Monochromatic Colors of #730A8B
Black with #730A8B
Text Example
Text Example
White with #730A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A8B; }
p { color: rgb(115,10,139); }
H1.HeaderClassName
{
color: #730A8B;
}
.AnyTagClassName
{
color: #730A8B;
}
</style>
background-color css
<style>
a { background-color: #730A8B; }
a { background-color: rgb(115,10,139); }
div.DivClassName
{
background-color: #730A8B;
}
.BgClassName
{
background-color: #730A8B;
}
</style>
border-color css
<style>
span { border-color: #730A8B; }
span { border-color: rgb(115,10,139); }
td.TdClassName
{
border-color: #730A8B;
}
.TagClassName
{
border-color: #730A8B;
}
</style>