Shades of Purple #73096C
Tints of Purple #73096C
RGB
CMYK
RGB Variations
Color information
#73096C (or 0x73096C) is known color: Purple. HEX triplet: 73, 09 and 6C. RGB value is (115,9,108). Sum of RGB (Red+Green+Blue) = 115+9+108=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73096C is #8CF693. Grayscale: #333333. Windows color (decimal): -9238164 or 7080307. OLE color: 7080307.
HSL color Cylindrical-coordinate representation of color #73096C: hue angle of 303.96º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73096C is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 108 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.55 |
| HSL | 303.96º | 0.85% | 0.24% | - |
| HSV(B) | 303.96º | 0.92% | 0.45% | - |
| XYZ | 9.87 | 4.92 | 14.62 | - |
| YUV | 51.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 108 | 0 | 0.92 | 0.06 | 0.55 | 303.96 | 0.85 | 0.24 |
| Hex | 73 | 9 | 6C | 0 | 5C | 6 | 37 | 130 | 55 | 18 |
| Octal | 163 | 11 | 154 | 0 | 134 | 6 | 67 | 460 | 125 | 30 |
| Binary | 1110011 | 1001 | 1101100 | 0 | 1011100 | 110 | 110111 | 100110000 | 1010101 | 11000 |
Color Harmonies of #73096C
Complementary color
Monochromatic Colors of #73096C
Black with #73096C
Text Example
Text Example
White with #73096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73096C; }
p { color: rgb(115,9,108); }
H1.HeaderClassName
{
color: #73096C;
}
.AnyTagClassName
{
color: #73096C;
}
</style>
background-color css
<style>
a { background-color: #73096C; }
a { background-color: rgb(115,9,108); }
div.DivClassName
{
background-color: #73096C;
}
.BgClassName
{
background-color: #73096C;
}
</style>
border-color css
<style>
span { border-color: #73096C; }
span { border-color: rgb(115,9,108); }
td.TdClassName
{
border-color: #73096C;
}
.TagClassName
{
border-color: #73096C;
}
</style>