Shades of Purple #73076B
Tints of Purple #73076B
RGB
CMYK
RGB Variations
Color information
#73076B (or 0x73076B) is known color: Purple. HEX triplet: 73, 07 and 6B. RGB value is (115,7,107). Sum of RGB (Red+Green+Blue) = 115+7+107=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73076B is #8CF894. Grayscale: #323232. Windows color (decimal): -9238677 or 7014259. OLE color: 7014259.
HSL color Cylindrical-coordinate representation of color #73076B: hue angle of 304.44º 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 #73076B is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 107 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.55 |
| HSL | 304.44º | 0.89% | 0.24% | - |
| HSV(B) | 304.44º | 0.94% | 0.45% | - |
| XYZ | 9.8 | 4.86 | 14.33 | - |
| YUV | 50.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 107 | 0 | 0.94 | 0.07 | 0.55 | 304.44 | 0.89 | 0.24 |
| Hex | 73 | 7 | 6B | 0 | 5E | 7 | 37 | 130 | 59 | 18 |
| Octal | 163 | 7 | 153 | 0 | 136 | 7 | 67 | 460 | 131 | 30 |
| Binary | 1110011 | 111 | 1101011 | 0 | 1011110 | 111 | 110111 | 100110000 | 1011001 | 11000 |
Color Harmonies of #73076B
Complementary color
Monochromatic Colors of #73076B
Black with #73076B
Text Example
Text Example
White with #73076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73076B; }
p { color: rgb(115,7,107); }
H1.HeaderClassName
{
color: #73076B;
}
.AnyTagClassName
{
color: #73076B;
}
</style>
background-color css
<style>
a { background-color: #73076B; }
a { background-color: rgb(115,7,107); }
div.DivClassName
{
background-color: #73076B;
}
.BgClassName
{
background-color: #73076B;
}
</style>
border-color css
<style>
span { border-color: #73076B; }
span { border-color: rgb(115,7,107); }
td.TdClassName
{
border-color: #73076B;
}
.TagClassName
{
border-color: #73076B;
}
</style>