Shades of Purple #73037F
Tints of Purple #73037F
RGB
CMYK
RGB Variations
Color information
#73037F (or 0x73037F) is known color: Purple. HEX triplet: 73, 03 and 7F. RGB value is (115,3,127). Sum of RGB (Red+Green+Blue) = 115+3+127=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #73037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73037F is #8CFC80. Grayscale: #323232. Windows color (decimal): -9239681 or 8323955. OLE color: 8323955.
HSL color Cylindrical-coordinate representation of color #73037F: hue angle of 294.19º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73037F is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 3 | 127 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.50 |
| HSL | 294.19º | 0.95% | 0.25% | - |
| HSV(B) | 294.19º | 0.98% | 0.5% | - |
| XYZ | 10.93 | 5.24 | 20.51 | - |
| YUV | 50.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 127 | 0.09 | 0.98 | 0 | 0.50 | 294.19 | 0.95 | 0.25 |
| Hex | 73 | 3 | 7F | 9 | 62 | 0 | 32 | 126 | 5F | 19 |
| Octal | 163 | 3 | 177 | 11 | 142 | 0 | 62 | 446 | 137 | 31 |
| Binary | 1110011 | 11 | 1111111 | 1001 | 1100010 | 0 | 110010 | 100100110 | 1011111 | 11001 |
Color Harmonies of #73037F
Complementary color
Monochromatic Colors of #73037F
Black with #73037F
Text Example
Text Example
White with #73037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73037F; }
p { color: rgb(115,3,127); }
H1.HeaderClassName
{
color: #73037F;
}
.AnyTagClassName
{
color: #73037F;
}
</style>
background-color css
<style>
a { background-color: #73037F; }
a { background-color: rgb(115,3,127); }
div.DivClassName
{
background-color: #73037F;
}
.BgClassName
{
background-color: #73037F;
}
</style>
border-color css
<style>
span { border-color: #73037F; }
span { border-color: rgb(115,3,127); }
td.TdClassName
{
border-color: #73037F;
}
.TagClassName
{
border-color: #73037F;
}
</style>