Shades of Purple #73026A
Tints of Purple #73026A
RGB
CMYK
RGB Variations
Color information
#73026A (or 0x73026A) is known color: Purple. HEX triplet: 73, 02 and 6A. RGB value is (115,2,106). Sum of RGB (Red+Green+Blue) = 115+2+106=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73026A is #8CFD95. Grayscale: #2F2F2F. Windows color (decimal): -9239958 or 6947443. OLE color: 6947443.
HSL color Cylindrical-coordinate representation of color #73026A: hue angle of 304.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73026A is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 106 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.55 |
| HSL | 304.78º | 0.97% | 0.23% | - |
| HSV(B) | 304.78º | 0.98% | 0.45% | - |
| XYZ | 9.69 | 4.73 | 14.04 | - |
| YUV | 47.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 106 | 0 | 0.98 | 0.08 | 0.55 | 304.78 | 0.97 | 0.23 |
| Hex | 73 | 2 | 6A | 0 | 62 | 8 | 37 | 131 | 61 | 17 |
| Octal | 163 | 2 | 152 | 0 | 142 | 10 | 67 | 461 | 141 | 27 |
| Binary | 1110011 | 10 | 1101010 | 0 | 1100010 | 1000 | 110111 | 100110001 | 1100001 | 10111 |
Color Harmonies of #73026A
Complementary color
Monochromatic Colors of #73026A
Black with #73026A
Text Example
Text Example
White with #73026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73026A; }
p { color: rgb(115,2,106); }
H1.HeaderClassName
{
color: #73026A;
}
.AnyTagClassName
{
color: #73026A;
}
</style>
background-color css
<style>
a { background-color: #73026A; }
a { background-color: rgb(115,2,106); }
div.DivClassName
{
background-color: #73026A;
}
.BgClassName
{
background-color: #73026A;
}
</style>
border-color css
<style>
span { border-color: #73026A; }
span { border-color: rgb(115,2,106); }
td.TdClassName
{
border-color: #73026A;
}
.TagClassName
{
border-color: #73026A;
}
</style>