Shades of Purple #73018D
Tints of Purple #73018D
RGB
CMYK
RGB Variations
Color information
#73018D (or 0x73018D) is known color: Purple. HEX triplet: 73, 01 and 8D. RGB value is (115,1,141). Sum of RGB (Red+Green+Blue) = 115+1+141=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #73018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73018D is #8CFE72. Grayscale: #323232. Windows color (decimal): -9240179 or 9240947. OLE color: 9240947.
HSL color Cylindrical-coordinate representation of color #73018D: hue angle of 288.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73018D is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 1 | 141 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.45 |
| HSL | 288.86º | 0.99% | 0.28% | - |
| HSV(B) | 288.86º | 0.99% | 0.55% | - |
| XYZ | 11.89 | 5.59 | 25.65 | - |
| YUV | 51.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 141 | 0.18 | 0.99 | 0 | 0.45 | 288.86 | 0.99 | 0.28 |
| Hex | 73 | 1 | 8D | 12 | 63 | 0 | 2D | 121 | 63 | 1C |
| Octal | 163 | 1 | 215 | 22 | 143 | 0 | 55 | 441 | 143 | 34 |
| Binary | 1110011 | 1 | 10001101 | 10010 | 1100011 | 0 | 101101 | 100100001 | 1100011 | 11100 |
Color Harmonies of #73018D
Complementary color
Monochromatic Colors of #73018D
Black with #73018D
Text Example
Text Example
White with #73018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73018D; }
p { color: rgb(115,1,141); }
H1.HeaderClassName
{
color: #73018D;
}
.AnyTagClassName
{
color: #73018D;
}
</style>
background-color css
<style>
a { background-color: #73018D; }
a { background-color: rgb(115,1,141); }
div.DivClassName
{
background-color: #73018D;
}
.BgClassName
{
background-color: #73018D;
}
</style>
border-color css
<style>
span { border-color: #73018D; }
span { border-color: rgb(115,1,141); }
td.TdClassName
{
border-color: #73018D;
}
.TagClassName
{
border-color: #73018D;
}
</style>