Shades of Purple #73047F
Tints of Purple #73047F
RGB
CMYK
RGB Variations
Color information
#73047F (or 0x73047F) is known color: Purple. HEX triplet: 73, 04 and 7F. RGB value is (115,4,127). Sum of RGB (Red+Green+Blue) = 115+4+127=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #73047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73047F is #8CFB80. Grayscale: #323232. Windows color (decimal): -9239425 or 8324211. OLE color: 8324211.
HSL color Cylindrical-coordinate representation of color #73047F: hue angle of 294.15º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73047F is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 4 | 127 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.50 |
| HSL | 294.15º | 0.94% | 0.26% | - |
| HSV(B) | 294.15º | 0.97% | 0.5% | - |
| XYZ | 10.94 | 5.26 | 20.52 | - |
| YUV | 51.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 127 | 0.09 | 0.97 | 0 | 0.50 | 294.15 | 0.94 | 0.26 |
| Hex | 73 | 4 | 7F | 9 | 61 | 0 | 32 | 126 | 5E | 1A |
| Octal | 163 | 4 | 177 | 11 | 141 | 0 | 62 | 446 | 136 | 32 |
| Binary | 1110011 | 100 | 1111111 | 1001 | 1100001 | 0 | 110010 | 100100110 | 1011110 | 11010 |
Color Harmonies of #73047F
Complementary color
Monochromatic Colors of #73047F
Black with #73047F
Text Example
Text Example
White with #73047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73047F; }
p { color: rgb(115,4,127); }
H1.HeaderClassName
{
color: #73047F;
}
.AnyTagClassName
{
color: #73047F;
}
</style>
background-color css
<style>
a { background-color: #73047F; }
a { background-color: rgb(115,4,127); }
div.DivClassName
{
background-color: #73047F;
}
.BgClassName
{
background-color: #73047F;
}
</style>
border-color css
<style>
span { border-color: #73047F; }
span { border-color: rgb(115,4,127); }
td.TdClassName
{
border-color: #73047F;
}
.TagClassName
{
border-color: #73047F;
}
</style>