Shades of Purple #73076E
Tints of Purple #73076E
RGB
CMYK
RGB Variations
Color information
#73076E (or 0x73076E) is known color: Purple. HEX triplet: 73, 07 and 6E. RGB value is (115,7,110). Sum of RGB (Red+Green+Blue) = 115+7+110=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73076E is #8CF891. Grayscale: #323232. Windows color (decimal): -9238674 or 7210867. OLE color: 7210867.
HSL color Cylindrical-coordinate representation of color #73076E: hue angle of 302.78º 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 #73076E is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 110 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.55 |
| HSL | 302.78º | 0.89% | 0.24% | - |
| HSV(B) | 302.78º | 0.94% | 0.45% | - |
| XYZ | 9.96 | 4.92 | 15.18 | - |
| YUV | 51.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 110 | 0 | 0.94 | 0.04 | 0.55 | 302.78 | 0.89 | 0.24 |
| Hex | 73 | 7 | 6E | 0 | 5E | 4 | 37 | 12F | 59 | 18 |
| Octal | 163 | 7 | 156 | 0 | 136 | 4 | 67 | 457 | 131 | 30 |
| Binary | 1110011 | 111 | 1101110 | 0 | 1011110 | 100 | 110111 | 100101111 | 1011001 | 11000 |
Color Harmonies of #73076E
Complementary color
Monochromatic Colors of #73076E
Black with #73076E
Text Example
Text Example
White with #73076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73076E; }
p { color: rgb(115,7,110); }
H1.HeaderClassName
{
color: #73076E;
}
.AnyTagClassName
{
color: #73076E;
}
</style>
background-color css
<style>
a { background-color: #73076E; }
a { background-color: rgb(115,7,110); }
div.DivClassName
{
background-color: #73076E;
}
.BgClassName
{
background-color: #73076E;
}
</style>
border-color css
<style>
span { border-color: #73076E; }
span { border-color: rgb(115,7,110); }
td.TdClassName
{
border-color: #73076E;
}
.TagClassName
{
border-color: #73076E;
}
</style>