Shades of Purple #73077E
Tints of Purple #73077E
RGB
CMYK
RGB Variations
Color information
#73077E (or 0x73077E) is known color: Purple. HEX triplet: 73, 07 and 7E. RGB value is (115,7,126). Sum of RGB (Red+Green+Blue) = 115+7+126=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 126 (49.61% from 255 or 50.81% from 248); Max value from RGB is 126 - color contains mainly: blue. Hex color #73077E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73077E is #8CF881. Grayscale: #343434. Windows color (decimal): -9238658 or 8259443. OLE color: 8259443.
HSL color Cylindrical-coordinate representation of color #73077E: hue angle of 294.45º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73077E is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 7 | 126 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.51 |
| HSL | 294.45º | 0.89% | 0.26% | - |
| HSV(B) | 294.45º | 0.94% | 0.49% | - |
| XYZ | 10.91 | 5.3 | 20.19 | - |
| YUV | 52.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 126 | 0.09 | 0.94 | 0 | 0.51 | 294.45 | 0.89 | 0.26 |
| Hex | 73 | 7 | 7E | 9 | 5E | 0 | 33 | 126 | 59 | 1A |
| Octal | 163 | 7 | 176 | 11 | 136 | 0 | 63 | 446 | 131 | 32 |
| Binary | 1110011 | 111 | 1111110 | 1001 | 1011110 | 0 | 110011 | 100100110 | 1011001 | 11010 |
Color Harmonies of #73077E
Complementary color
Monochromatic Colors of #73077E
Black with #73077E
Text Example
Text Example
White with #73077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73077E; }
p { color: rgb(115,7,126); }
H1.HeaderClassName
{
color: #73077E;
}
.AnyTagClassName
{
color: #73077E;
}
</style>
background-color css
<style>
a { background-color: #73077E; }
a { background-color: rgb(115,7,126); }
div.DivClassName
{
background-color: #73077E;
}
.BgClassName
{
background-color: #73077E;
}
</style>
border-color css
<style>
span { border-color: #73077E; }
span { border-color: rgb(115,7,126); }
td.TdClassName
{
border-color: #73077E;
}
.TagClassName
{
border-color: #73077E;
}
</style>