Shades of Purple #73076C
Tints of Purple #73076C
RGB
CMYK
RGB Variations
Color information
#73076C (or 0x73076C) is known color: Purple. HEX triplet: 73, 07 and 6C. RGB value is (115,7,108). Sum of RGB (Red+Green+Blue) = 115+7+108=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73076C is #8CF893. Grayscale: #323232. Windows color (decimal): -9238676 or 7079795. OLE color: 7079795.
HSL color Cylindrical-coordinate representation of color #73076C: hue angle of 303.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73076C is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 108 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.55 |
| HSL | 303.89º | 0.89% | 0.24% | - |
| HSV(B) | 303.89º | 0.94% | 0.45% | - |
| XYZ | 9.85 | 4.88 | 14.61 | - |
| YUV | 50.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 108 | 0 | 0.94 | 0.06 | 0.55 | 303.89 | 0.89 | 0.24 |
| Hex | 73 | 7 | 6C | 0 | 5E | 6 | 37 | 130 | 59 | 18 |
| Octal | 163 | 7 | 154 | 0 | 136 | 6 | 67 | 460 | 131 | 30 |
| Binary | 1110011 | 111 | 1101100 | 0 | 1011110 | 110 | 110111 | 100110000 | 1011001 | 11000 |
Color Harmonies of #73076C
Complementary color
Monochromatic Colors of #73076C
Black with #73076C
Text Example
Text Example
White with #73076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73076C; }
p { color: rgb(115,7,108); }
H1.HeaderClassName
{
color: #73076C;
}
.AnyTagClassName
{
color: #73076C;
}
</style>
background-color css
<style>
a { background-color: #73076C; }
a { background-color: rgb(115,7,108); }
div.DivClassName
{
background-color: #73076C;
}
.BgClassName
{
background-color: #73076C;
}
</style>
border-color css
<style>
span { border-color: #73076C; }
span { border-color: rgb(115,7,108); }
td.TdClassName
{
border-color: #73076C;
}
.TagClassName
{
border-color: #73076C;
}
</style>