Shades of Purple #73127C
Tints of Purple #73127C
RGB
CMYK
RGB Variations
Color information
#73127C (or 0x73127C) is known color: Purple. HEX triplet: 73, 12 and 7C. RGB value is (115,18,124). Sum of RGB (Red+Green+Blue) = 115+18+124=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #73127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73127C is #8CED83. Grayscale: #3A3A3A. Windows color (decimal): -9235844 or 8131187. OLE color: 8131187.
HSL color Cylindrical-coordinate representation of color #73127C: hue angle of 294.91º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73127C is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 18 | 124 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.51 |
| HSL | 294.91º | 0.75% | 0.28% | - |
| HSV(B) | 294.91º | 0.85% | 0.49% | - |
| XYZ | 10.92 | 5.53 | 19.56 | - |
| YUV | 59.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 124 | 0.07 | 0.85 | 0 | 0.51 | 294.91 | 0.75 | 0.28 |
| Hex | 73 | 12 | 7C | 7 | 55 | 0 | 33 | 127 | 4B | 1C |
| Octal | 163 | 22 | 174 | 7 | 125 | 0 | 63 | 447 | 113 | 34 |
| Binary | 1110011 | 10010 | 1111100 | 111 | 1010101 | 0 | 110011 | 100100111 | 1001011 | 11100 |
Color Harmonies of #73127C
Complementary color
Monochromatic Colors of #73127C
Black with #73127C
Text Example
Text Example
White with #73127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73127C; }
p { color: rgb(115,18,124); }
H1.HeaderClassName
{
color: #73127C;
}
.AnyTagClassName
{
color: #73127C;
}
</style>
background-color css
<style>
a { background-color: #73127C; }
a { background-color: rgb(115,18,124); }
div.DivClassName
{
background-color: #73127C;
}
.BgClassName
{
background-color: #73127C;
}
</style>
border-color css
<style>
span { border-color: #73127C; }
span { border-color: rgb(115,18,124); }
td.TdClassName
{
border-color: #73127C;
}
.TagClassName
{
border-color: #73127C;
}
</style>