Shades of Purple #73046C
Tints of Purple #73046C
RGB
CMYK
RGB Variations
Color information
#73046C (or 0x73046C) is known color: Purple. HEX triplet: 73, 04 and 6C. RGB value is (115,4,108). Sum of RGB (Red+Green+Blue) = 115+4+108=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73046C is #8CFB93. Grayscale: #303030. Windows color (decimal): -9239444 or 7079027. OLE color: 7079027.
HSL color Cylindrical-coordinate representation of color #73046C: hue angle of 303.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73046C is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 108 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.55 |
| HSL | 303.78º | 0.93% | 0.23% | - |
| HSV(B) | 303.78º | 0.97% | 0.45% | - |
| XYZ | 9.82 | 4.81 | 14.6 | - |
| YUV | 49.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 108 | 0 | 0.97 | 0.06 | 0.55 | 303.78 | 0.93 | 0.23 |
| Hex | 73 | 4 | 6C | 0 | 61 | 6 | 37 | 130 | 5D | 17 |
| Octal | 163 | 4 | 154 | 0 | 141 | 6 | 67 | 460 | 135 | 27 |
| Binary | 1110011 | 100 | 1101100 | 0 | 1100001 | 110 | 110111 | 100110000 | 1011101 | 10111 |
Color Harmonies of #73046C
Complementary color
Monochromatic Colors of #73046C
Black with #73046C
Text Example
Text Example
White with #73046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73046C; }
p { color: rgb(115,4,108); }
H1.HeaderClassName
{
color: #73046C;
}
.AnyTagClassName
{
color: #73046C;
}
</style>
background-color css
<style>
a { background-color: #73046C; }
a { background-color: rgb(115,4,108); }
div.DivClassName
{
background-color: #73046C;
}
.BgClassName
{
background-color: #73046C;
}
</style>
border-color css
<style>
span { border-color: #73046C; }
span { border-color: rgb(115,4,108); }
td.TdClassName
{
border-color: #73046C;
}
.TagClassName
{
border-color: #73046C;
}
</style>