Shades of Purple #73056E
Tints of Purple #73056E
RGB
CMYK
RGB Variations
Color information
#73056E (or 0x73056E) is known color: Purple. HEX triplet: 73, 05 and 6E. RGB value is (115,5,110). Sum of RGB (Red+Green+Blue) = 115+5+110=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73056E is #8CFA91. Grayscale: #313131. Windows color (decimal): -9239186 or 7210355. OLE color: 7210355.
HSL color Cylindrical-coordinate representation of color #73056E: hue angle of 302.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73056E is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 110 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.55 |
| HSL | 302.73º | 0.92% | 0.24% | - |
| HSV(B) | 302.73º | 0.96% | 0.45% | - |
| XYZ | 9.94 | 4.88 | 15.17 | - |
| YUV | 49.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 110 | 0 | 0.96 | 0.04 | 0.55 | 302.73 | 0.92 | 0.24 |
| Hex | 73 | 5 | 6E | 0 | 60 | 4 | 37 | 12F | 5C | 18 |
| Octal | 163 | 5 | 156 | 0 | 140 | 4 | 67 | 457 | 134 | 30 |
| Binary | 1110011 | 101 | 1101110 | 0 | 1100000 | 100 | 110111 | 100101111 | 1011100 | 11000 |
Color Harmonies of #73056E
Complementary color
Monochromatic Colors of #73056E
Black with #73056E
Text Example
Text Example
White with #73056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73056E; }
p { color: rgb(115,5,110); }
H1.HeaderClassName
{
color: #73056E;
}
.AnyTagClassName
{
color: #73056E;
}
</style>
background-color css
<style>
a { background-color: #73056E; }
a { background-color: rgb(115,5,110); }
div.DivClassName
{
background-color: #73056E;
}
.BgClassName
{
background-color: #73056E;
}
</style>
border-color css
<style>
span { border-color: #73056E; }
span { border-color: rgb(115,5,110); }
td.TdClassName
{
border-color: #73056E;
}
.TagClassName
{
border-color: #73056E;
}
</style>