Shades of Purple #73058B
Tints of Purple #73058B
RGB
CMYK
RGB Variations
Color information
#73058B (or 0x73058B) is known color: Purple. HEX triplet: 73, 05 and 8B. RGB value is (115,5,139). Sum of RGB (Red+Green+Blue) = 115+5+139=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #73058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73058B is #8CFA74. Grayscale: #343434. Windows color (decimal): -9239157 or 9110899. OLE color: 9110899.
HSL color Cylindrical-coordinate representation of color #73058B: hue angle of 289.25º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73058B is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 5 | 139 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.45 |
| HSL | 289.25º | 0.93% | 0.28% | - |
| HSV(B) | 289.25º | 0.96% | 0.55% | - |
| XYZ | 11.78 | 5.62 | 24.89 | - |
| YUV | 53.17 | 176.44 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 139 | 0.17 | 0.96 | 0 | 0.45 | 289.25 | 0.93 | 0.28 |
| Hex | 73 | 5 | 8B | 11 | 60 | 0 | 2D | 121 | 5D | 1C |
| Octal | 163 | 5 | 213 | 21 | 140 | 0 | 55 | 441 | 135 | 34 |
| Binary | 1110011 | 101 | 10001011 | 10001 | 1100000 | 0 | 101101 | 100100001 | 1011101 | 11100 |
Color Harmonies of #73058B
Complementary color
Monochromatic Colors of #73058B
Black with #73058B
Text Example
Text Example
White with #73058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73058B; }
p { color: rgb(115,5,139); }
H1.HeaderClassName
{
color: #73058B;
}
.AnyTagClassName
{
color: #73058B;
}
</style>
background-color css
<style>
a { background-color: #73058B; }
a { background-color: rgb(115,5,139); }
div.DivClassName
{
background-color: #73058B;
}
.BgClassName
{
background-color: #73058B;
}
</style>
border-color css
<style>
span { border-color: #73058B; }
span { border-color: rgb(115,5,139); }
td.TdClassName
{
border-color: #73058B;
}
.TagClassName
{
border-color: #73058B;
}
</style>