Shades of Purple #73128B
Tints of Purple #73128B
RGB
CMYK
RGB Variations
Color information
#73128B (or 0x73128B) is known color: Purple. HEX triplet: 73, 12 and 8B. RGB value is (115,18,139). Sum of RGB (Red+Green+Blue) = 115+18+139=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #73128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73128B is #8CED74. Grayscale: #3C3C3C. Windows color (decimal): -9235829 or 9114227. OLE color: 9114227.
HSL color Cylindrical-coordinate representation of color #73128B: hue angle of 288.1º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73128B is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 18 | 139 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.45 |
| HSL | 288.1º | 0.77% | 0.31% | - |
| HSV(B) | 288.1º | 0.87% | 0.55% | - |
| XYZ | 11.95 | 5.94 | 24.94 | - |
| YUV | 60.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 139 | 0.17 | 0.87 | 0 | 0.45 | 288.1 | 0.77 | 0.31 |
| Hex | 73 | 12 | 8B | 11 | 57 | 0 | 2D | 120 | 4D | 1F |
| Octal | 163 | 22 | 213 | 21 | 127 | 0 | 55 | 440 | 115 | 37 |
| Binary | 1110011 | 10010 | 10001011 | 10001 | 1010111 | 0 | 101101 | 100100000 | 1001101 | 11111 |
Color Harmonies of #73128B
Complementary color
Monochromatic Colors of #73128B
Black with #73128B
Text Example
Text Example
White with #73128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73128B; }
p { color: rgb(115,18,139); }
H1.HeaderClassName
{
color: #73128B;
}
.AnyTagClassName
{
color: #73128B;
}
</style>
background-color css
<style>
a { background-color: #73128B; }
a { background-color: rgb(115,18,139); }
div.DivClassName
{
background-color: #73128B;
}
.BgClassName
{
background-color: #73128B;
}
</style>
border-color css
<style>
span { border-color: #73128B; }
span { border-color: rgb(115,18,139); }
td.TdClassName
{
border-color: #73128B;
}
.TagClassName
{
border-color: #73128B;
}
</style>