Shades of Purple #73038D
Tints of Purple #73038D
RGB
CMYK
RGB Variations
Color information
#73038D (or 0x73038D) is known color: Purple. HEX triplet: 73, 03 and 8D. RGB value is (115,3,141). Sum of RGB (Red+Green+Blue) = 115+3+141=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #73038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73038D is #8CFC72. Grayscale: #333333. Windows color (decimal): -9239667 or 9241459. OLE color: 9241459.
HSL color Cylindrical-coordinate representation of color #73038D: hue angle of 288.7º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73038D is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 3 | 141 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.45 |
| HSL | 288.7º | 0.96% | 0.28% | - |
| HSV(B) | 288.7º | 0.98% | 0.55% | - |
| XYZ | 11.91 | 5.63 | 25.66 | - |
| YUV | 52.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 141 | 0.18 | 0.98 | 0 | 0.45 | 288.7 | 0.96 | 0.28 |
| Hex | 73 | 3 | 8D | 12 | 62 | 0 | 2D | 121 | 60 | 1C |
| Octal | 163 | 3 | 215 | 22 | 142 | 0 | 55 | 441 | 140 | 34 |
| Binary | 1110011 | 11 | 10001101 | 10010 | 1100010 | 0 | 101101 | 100100001 | 1100000 | 11100 |
Color Harmonies of #73038D
Complementary color
Monochromatic Colors of #73038D
Black with #73038D
Text Example
Text Example
White with #73038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73038D; }
p { color: rgb(115,3,141); }
H1.HeaderClassName
{
color: #73038D;
}
.AnyTagClassName
{
color: #73038D;
}
</style>
background-color css
<style>
a { background-color: #73038D; }
a { background-color: rgb(115,3,141); }
div.DivClassName
{
background-color: #73038D;
}
.BgClassName
{
background-color: #73038D;
}
</style>
border-color css
<style>
span { border-color: #73038D; }
span { border-color: rgb(115,3,141); }
td.TdClassName
{
border-color: #73038D;
}
.TagClassName
{
border-color: #73038D;
}
</style>