Shades of Dark Purple #73166F
Tints of Dark Purple #73166F
RGB
CMYK
RGB Variations
Color information
#73166F (or 0x73166F) is known color: Dark Purple. HEX triplet: 73, 16 and 6F. RGB value is (115,22,111). Sum of RGB (Red+Green+Blue) = 115+22+111=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #73166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73166F is #8CE990. Grayscale: #3B3B3B. Windows color (decimal): -9234833 or 7280243. OLE color: 7280243.
HSL color Cylindrical-coordinate representation of color #73166F: hue angle of 302.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73166F is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 22 | 111 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.55 |
| HSL | 302.58º | 0.68% | 0.27% | - |
| HSV(B) | 302.58º | 0.81% | 0.45% | - |
| XYZ | 10.23 | 5.37 | 15.54 | - |
| YUV | 59.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 111 | 0 | 0.81 | 0.03 | 0.55 | 302.58 | 0.68 | 0.27 |
| Hex | 73 | 16 | 6F | 0 | 51 | 3 | 37 | 12F | 44 | 1B |
| Octal | 163 | 26 | 157 | 0 | 121 | 3 | 67 | 457 | 104 | 33 |
| Binary | 1110011 | 10110 | 1101111 | 0 | 1010001 | 11 | 110111 | 100101111 | 1000100 | 11011 |
Color Harmonies of #73166F
Complementary color
Monochromatic Colors of #73166F
Black with #73166F
Text Example
Text Example
White with #73166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73166F; }
p { color: rgb(115,22,111); }
H1.HeaderClassName
{
color: #73166F;
}
.AnyTagClassName
{
color: #73166F;
}
</style>
background-color css
<style>
a { background-color: #73166F; }
a { background-color: rgb(115,22,111); }
div.DivClassName
{
background-color: #73166F;
}
.BgClassName
{
background-color: #73166F;
}
</style>
border-color css
<style>
span { border-color: #73166F; }
span { border-color: rgb(115,22,111); }
td.TdClassName
{
border-color: #73166F;
}
.TagClassName
{
border-color: #73166F;
}
</style>