Shades of Purple #73098B
Tints of Purple #73098B
RGB
CMYK
RGB Variations
Color information
#73098B (or 0x73098B) is known color: Purple. HEX triplet: 73, 09 and 8B. RGB value is (115,9,139). Sum of RGB (Red+Green+Blue) = 115+9+139=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #73098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73098B is #8CF674. Grayscale: #373737. Windows color (decimal): -9238133 or 9111923. OLE color: 9111923.
HSL color Cylindrical-coordinate representation of color #73098B: hue angle of 288.92º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73098B is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 9 | 139 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.45 |
| HSL | 288.92º | 0.88% | 0.29% | - |
| HSV(B) | 288.92º | 0.94% | 0.55% | - |
| XYZ | 11.83 | 5.7 | 24.9 | - |
| YUV | 55.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 139 | 0.17 | 0.94 | 0 | 0.45 | 288.92 | 0.88 | 0.29 |
| Hex | 73 | 9 | 8B | 11 | 5E | 0 | 2D | 121 | 58 | 1D |
| Octal | 163 | 11 | 213 | 21 | 136 | 0 | 55 | 441 | 130 | 35 |
| Binary | 1110011 | 1001 | 10001011 | 10001 | 1011110 | 0 | 101101 | 100100001 | 1011000 | 11101 |
Color Harmonies of #73098B
Complementary color
Monochromatic Colors of #73098B
Black with #73098B
Text Example
Text Example
White with #73098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73098B; }
p { color: rgb(115,9,139); }
H1.HeaderClassName
{
color: #73098B;
}
.AnyTagClassName
{
color: #73098B;
}
</style>
background-color css
<style>
a { background-color: #73098B; }
a { background-color: rgb(115,9,139); }
div.DivClassName
{
background-color: #73098B;
}
.BgClassName
{
background-color: #73098B;
}
</style>
border-color css
<style>
span { border-color: #73098B; }
span { border-color: rgb(115,9,139); }
td.TdClassName
{
border-color: #73098B;
}
.TagClassName
{
border-color: #73098B;
}
</style>