Shades of Purple #73117E
Tints of Purple #73117E
RGB
CMYK
RGB Variations
Color information
#73117E (or 0x73117E) is known color: Purple. HEX triplet: 73, 11 and 7E. RGB value is (115,17,126). Sum of RGB (Red+Green+Blue) = 115+17+126=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #73117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73117E is #8CEE81. Grayscale: #3A3A3A. Windows color (decimal): -9236098 or 8262003. OLE color: 8262003.
HSL color Cylindrical-coordinate representation of color #73117E: hue angle of 293.94º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73117E is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 17 | 126 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.51 |
| HSL | 293.94º | 0.76% | 0.28% | - |
| HSV(B) | 293.94º | 0.87% | 0.49% | - |
| XYZ | 11.04 | 5.55 | 20.23 | - |
| YUV | 58.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 126 | 0.09 | 0.87 | 0 | 0.51 | 293.94 | 0.76 | 0.28 |
| Hex | 73 | 11 | 7E | 9 | 57 | 0 | 33 | 126 | 4C | 1C |
| Octal | 163 | 21 | 176 | 11 | 127 | 0 | 63 | 446 | 114 | 34 |
| Binary | 1110011 | 10001 | 1111110 | 1001 | 1010111 | 0 | 110011 | 100100110 | 1001100 | 11100 |
Color Harmonies of #73117E
Complementary color
Monochromatic Colors of #73117E
Black with #73117E
Text Example
Text Example
White with #73117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73117E; }
p { color: rgb(115,17,126); }
H1.HeaderClassName
{
color: #73117E;
}
.AnyTagClassName
{
color: #73117E;
}
</style>
background-color css
<style>
a { background-color: #73117E; }
a { background-color: rgb(115,17,126); }
div.DivClassName
{
background-color: #73117E;
}
.BgClassName
{
background-color: #73117E;
}
</style>
border-color css
<style>
span { border-color: #73117E; }
span { border-color: rgb(115,17,126); }
td.TdClassName
{
border-color: #73117E;
}
.TagClassName
{
border-color: #73117E;
}
</style>