Shades of Purple #73047B
Tints of Purple #73047B
RGB
CMYK
RGB Variations
Color information
#73047B (or 0x73047B) is known color: Purple. HEX triplet: 73, 04 and 7B. RGB value is (115,4,123). Sum of RGB (Red+Green+Blue) = 115+4+123=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #73047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73047B is #8CFB84. Grayscale: #323232. Windows color (decimal): -9239429 or 8062067. OLE color: 8062067.
HSL color Cylindrical-coordinate representation of color #73047B: hue angle of 295.97º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73047B is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 4 | 123 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.52 |
| HSL | 295.97º | 0.94% | 0.25% | - |
| HSV(B) | 295.97º | 0.97% | 0.48% | - |
| XYZ | 10.69 | 5.16 | 19.17 | - |
| YUV | 50.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 123 | 0.07 | 0.97 | 0 | 0.52 | 295.97 | 0.94 | 0.25 |
| Hex | 73 | 4 | 7B | 7 | 61 | 0 | 34 | 128 | 5E | 19 |
| Octal | 163 | 4 | 173 | 7 | 141 | 0 | 64 | 450 | 136 | 31 |
| Binary | 1110011 | 100 | 1111011 | 111 | 1100001 | 0 | 110100 | 100101000 | 1011110 | 11001 |
Color Harmonies of #73047B
Complementary color
Monochromatic Colors of #73047B
Black with #73047B
Text Example
Text Example
White with #73047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73047B; }
p { color: rgb(115,4,123); }
H1.HeaderClassName
{
color: #73047B;
}
.AnyTagClassName
{
color: #73047B;
}
</style>
background-color css
<style>
a { background-color: #73047B; }
a { background-color: rgb(115,4,123); }
div.DivClassName
{
background-color: #73047B;
}
.BgClassName
{
background-color: #73047B;
}
</style>
border-color css
<style>
span { border-color: #73047B; }
span { border-color: rgb(115,4,123); }
td.TdClassName
{
border-color: #73047B;
}
.TagClassName
{
border-color: #73047B;
}
</style>