Shades of Dark Purple #73126C
Tints of Dark Purple #73126C
RGB
CMYK
RGB Variations
Color information
#73126C (or 0x73126C) is known color: Dark Purple. HEX triplet: 73, 12 and 6C. RGB value is (115,18,108). Sum of RGB (Red+Green+Blue) = 115+18+108=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73126C is #8CED93. Grayscale: #393939. Windows color (decimal): -9235860 or 7082611. OLE color: 7082611.
HSL color Cylindrical-coordinate representation of color #73126C: hue angle of 304.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73126C is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 18 | 108 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.55 |
| HSL | 304.33º | 0.73% | 0.26% | - |
| HSV(B) | 304.33º | 0.84% | 0.45% | - |
| XYZ | 9.99 | 5.16 | 14.66 | - |
| YUV | 57.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 108 | 0 | 0.84 | 0.06 | 0.55 | 304.33 | 0.73 | 0.26 |
| Hex | 73 | 12 | 6C | 0 | 54 | 6 | 37 | 130 | 49 | 1A |
| Octal | 163 | 22 | 154 | 0 | 124 | 6 | 67 | 460 | 111 | 32 |
| Binary | 1110011 | 10010 | 1101100 | 0 | 1010100 | 110 | 110111 | 100110000 | 1001001 | 11010 |
Color Harmonies of #73126C
Complementary color
Monochromatic Colors of #73126C
Black with #73126C
Text Example
Text Example
White with #73126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73126C; }
p { color: rgb(115,18,108); }
H1.HeaderClassName
{
color: #73126C;
}
.AnyTagClassName
{
color: #73126C;
}
</style>
background-color css
<style>
a { background-color: #73126C; }
a { background-color: rgb(115,18,108); }
div.DivClassName
{
background-color: #73126C;
}
.BgClassName
{
background-color: #73126C;
}
</style>
border-color css
<style>
span { border-color: #73126C; }
span { border-color: rgb(115,18,108); }
td.TdClassName
{
border-color: #73126C;
}
.TagClassName
{
border-color: #73126C;
}
</style>