Shades of Purple #73117A
Tints of Purple #73117A
RGB
CMYK
RGB Variations
Color information
#73117A (or 0x73117A) is known color: Purple. HEX triplet: 73, 11 and 7A. RGB value is (115,17,122). Sum of RGB (Red+Green+Blue) = 115+17+122=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #73117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73117A is #8CEE85. Grayscale: #393939. Windows color (decimal): -9236102 or 7999859. OLE color: 7999859.
HSL color Cylindrical-coordinate representation of color #73117A: hue angle of 296º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73117A is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 17 | 122 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.52 |
| HSL | 296º | 0.76% | 0.27% | - |
| HSV(B) | 296º | 0.86% | 0.48% | - |
| XYZ | 10.78 | 5.45 | 18.9 | - |
| YUV | 58.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 122 | 0.06 | 0.86 | 0 | 0.52 | 296 | 0.76 | 0.27 |
| Hex | 73 | 11 | 7A | 6 | 56 | 0 | 34 | 128 | 4C | 1B |
| Octal | 163 | 21 | 172 | 6 | 126 | 0 | 64 | 450 | 114 | 33 |
| Binary | 1110011 | 10001 | 1111010 | 110 | 1010110 | 0 | 110100 | 100101000 | 1001100 | 11011 |
Color Harmonies of #73117A
Complementary color
Monochromatic Colors of #73117A
Black with #73117A
Text Example
Text Example
White with #73117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73117A; }
p { color: rgb(115,17,122); }
H1.HeaderClassName
{
color: #73117A;
}
.AnyTagClassName
{
color: #73117A;
}
</style>
background-color css
<style>
a { background-color: #73117A; }
a { background-color: rgb(115,17,122); }
div.DivClassName
{
background-color: #73117A;
}
.BgClassName
{
background-color: #73117A;
}
</style>
border-color css
<style>
span { border-color: #73117A; }
span { border-color: rgb(115,17,122); }
td.TdClassName
{
border-color: #73117A;
}
.TagClassName
{
border-color: #73117A;
}
</style>