Shades of Dark Magenta #73089C
Tints of Dark Magenta #73089C
RGB
CMYK
RGB Variations
Color information
#73089C (or 0x73089C) is known color: Dark Magenta. HEX triplet: 73, 08 and 9C. RGB value is (115,8,156). Sum of RGB (Red+Green+Blue) = 115+8+156=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #73089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73089C is #8CF763. Grayscale: #383838. Windows color (decimal): -9238372 or 10225779. OLE color: 10225779.
HSL color Cylindrical-coordinate representation of color #73089C: hue angle of 283.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73089C is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 8 | 156 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.39 |
| HSL | 283.38º | 0.9% | 0.32% | - |
| HSV(B) | 283.38º | 0.95% | 0.61% | - |
| XYZ | 13.16 | 6.22 | 31.96 | - |
| YUV | 56.87 | 183.95 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 156 | 0.26 | 0.95 | 0 | 0.39 | 283.38 | 0.9 | 0.32 |
| Hex | 73 | 8 | 9C | 1A | 5F | 0 | 27 | 11B | 5A | 20 |
| Octal | 163 | 10 | 234 | 32 | 137 | 0 | 47 | 433 | 132 | 40 |
| Binary | 1110011 | 1000 | 10011100 | 11010 | 1011111 | 0 | 100111 | 100011011 | 1011010 | 100000 |
Color Harmonies of #73089C
Complementary color
Monochromatic Colors of #73089C
Black with #73089C
Text Example
Text Example
White with #73089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73089C; }
p { color: rgb(115,8,156); }
H1.HeaderClassName
{
color: #73089C;
}
.AnyTagClassName
{
color: #73089C;
}
</style>
background-color css
<style>
a { background-color: #73089C; }
a { background-color: rgb(115,8,156); }
div.DivClassName
{
background-color: #73089C;
}
.BgClassName
{
background-color: #73089C;
}
</style>
border-color css
<style>
span { border-color: #73089C; }
span { border-color: rgb(115,8,156); }
td.TdClassName
{
border-color: #73089C;
}
.TagClassName
{
border-color: #73089C;
}
</style>