Shades of Purple #73028B
Tints of Purple #73028B
RGB
CMYK
RGB Variations
Color information
#73028B (or 0x73028B) is known color: Purple. HEX triplet: 73, 02 and 8B. RGB value is (115,2,139). Sum of RGB (Red+Green+Blue) = 115+2+139=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #73028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73028B is #8CFD74. Grayscale: #323232. Windows color (decimal): -9239925 or 9110131. OLE color: 9110131.
HSL color Cylindrical-coordinate representation of color #73028B: hue angle of 289.49º degrees, saturation: 0.97, 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 #73028B is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 2 | 139 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.45 |
| HSL | 289.49º | 0.97% | 0.28% | - |
| HSV(B) | 289.49º | 0.99% | 0.55% | - |
| XYZ | 11.75 | 5.55 | 24.88 | - |
| YUV | 51.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 139 | 0.17 | 0.99 | 0 | 0.45 | 289.49 | 0.97 | 0.28 |
| Hex | 73 | 2 | 8B | 11 | 63 | 0 | 2D | 121 | 61 | 1C |
| Octal | 163 | 2 | 213 | 21 | 143 | 0 | 55 | 441 | 141 | 34 |
| Binary | 1110011 | 10 | 10001011 | 10001 | 1100011 | 0 | 101101 | 100100001 | 1100001 | 11100 |
Color Harmonies of #73028B
Complementary color
Monochromatic Colors of #73028B
Black with #73028B
Text Example
Text Example
White with #73028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73028B; }
p { color: rgb(115,2,139); }
H1.HeaderClassName
{
color: #73028B;
}
.AnyTagClassName
{
color: #73028B;
}
</style>
background-color css
<style>
a { background-color: #73028B; }
a { background-color: rgb(115,2,139); }
div.DivClassName
{
background-color: #73028B;
}
.BgClassName
{
background-color: #73028B;
}
</style>
border-color css
<style>
span { border-color: #73028B; }
span { border-color: rgb(115,2,139); }
td.TdClassName
{
border-color: #73028B;
}
.TagClassName
{
border-color: #73028B;
}
</style>