Shades of Purple #73006E
Tints of Purple #73006E
RGB
CMYK
RGB Variations
Color information
#73006E (or 0x73006E) is known color: Purple. HEX triplet: 73, 00 and 6E. RGB value is (115,0,110). Sum of RGB (Red+Green+Blue) = 115+0+110=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73006E is #8CFF91. Grayscale: #2E2E2E. Windows color (decimal): -9240466 or 7209075. OLE color: 7209075.
HSL color Cylindrical-coordinate representation of color #73006E: hue angle of 302.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73006E is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.04 | 0.55 |
| HSL | 302.61º | 1% | 0.23% | - |
| HSV(B) | 302.61º | 1% | 0.45% | - |
| XYZ | 9.88 | 4.77 | 15.15 | - |
| YUV | 46.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 110 | 0 | 1 | 0.04 | 0.55 | 302.61 | 1 | 0.23 |
| Hex | 73 | 0 | 6E | 0 | 64 | 4 | 37 | 12F | 64 | 17 |
| Octal | 163 | 0 | 156 | 0 | 144 | 4 | 67 | 457 | 144 | 27 |
| Binary | 1110011 | 0 | 1101110 | 0 | 1100100 | 100 | 110111 | 100101111 | 1100100 | 10111 |
Color Harmonies of #73006E
Complementary color
Monochromatic Colors of #73006E
Black with #73006E
Text Example
Text Example
White with #73006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73006E; }
p { color: rgb(115,0,110); }
H1.HeaderClassName
{
color: #73006E;
}
.AnyTagClassName
{
color: #73006E;
}
</style>
background-color css
<style>
a { background-color: #73006E; }
a { background-color: rgb(115,0,110); }
div.DivClassName
{
background-color: #73006E;
}
.BgClassName
{
background-color: #73006E;
}
</style>
border-color css
<style>
span { border-color: #73006E; }
span { border-color: rgb(115,0,110); }
td.TdClassName
{
border-color: #73006E;
}
.TagClassName
{
border-color: #73006E;
}
</style>