Shades of Purple #73007E
Tints of Purple #73007E
RGB
CMYK
RGB Variations
Color information
#73007E (or 0x73007E) is known color: Purple. HEX triplet: 73, 00 and 7E. RGB value is (115,0,126). Sum of RGB (Red+Green+Blue) = 115+0+126=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #73007E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73007E is #8CFF81. Grayscale: #303030. Windows color (decimal): -9240450 or 8257651. OLE color: 8257651.
HSL color Cylindrical-coordinate representation of color #73007E: hue angle of 294.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73007E is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 0 | 126 | - |
| CMYK | 0.09 | 1 | 0 | 0.51 |
| HSL | 294.76º | 1% | 0.25% | - |
| HSV(B) | 294.76º | 1% | 0.49% | - |
| XYZ | 10.84 | 5.15 | 20.16 | - |
| YUV | 48.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 126 | 0.09 | 1 | 0 | 0.51 | 294.76 | 1 | 0.25 |
| Hex | 73 | 0 | 7E | 9 | 64 | 0 | 33 | 127 | 64 | 19 |
| Octal | 163 | 0 | 176 | 11 | 144 | 0 | 63 | 447 | 144 | 31 |
| Binary | 1110011 | 0 | 1111110 | 1001 | 1100100 | 0 | 110011 | 100100111 | 1100100 | 11001 |
Color Harmonies of #73007E
Complementary color
Monochromatic Colors of #73007E
Black with #73007E
Text Example
Text Example
White with #73007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73007E; }
p { color: rgb(115,0,126); }
H1.HeaderClassName
{
color: #73007E;
}
.AnyTagClassName
{
color: #73007E;
}
</style>
background-color css
<style>
a { background-color: #73007E; }
a { background-color: rgb(115,0,126); }
div.DivClassName
{
background-color: #73007E;
}
.BgClassName
{
background-color: #73007E;
}
</style>
border-color css
<style>
span { border-color: #73007E; }
span { border-color: rgb(115,0,126); }
td.TdClassName
{
border-color: #73007E;
}
.TagClassName
{
border-color: #73007E;
}
</style>