Shades of Dark Magenta #6D039E
Tints of Dark Magenta #6D039E
RGB
CMYK
RGB Variations
Color information
#6D039E (or 0x6D039E) is known color: Dark Magenta. HEX triplet: 6D, 03 and 9E. RGB value is (109,3,158). Sum of RGB (Red+Green+Blue) = 109+3+158=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D039E is #92FC61. Grayscale: #333333. Windows color (decimal): -9632866 or 10355565. OLE color: 10355565.
HSL color Cylindrical-coordinate representation of color #6D039E: hue angle of 281.03º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D039E is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 3 | 158 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.38 |
| HSL | 281.03º | 0.96% | 0.32% | - |
| HSV(B) | 281.03º | 0.98% | 0.62% | - |
| XYZ | 12.51 | 5.78 | 32.8 | - |
| YUV | 52.36 | 187.62 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 158 | 0.31 | 0.98 | 0 | 0.38 | 281.03 | 0.96 | 0.32 |
| Hex | 6D | 3 | 9E | 1F | 62 | 0 | 26 | 119 | 60 | 20 |
| Octal | 155 | 3 | 236 | 37 | 142 | 0 | 46 | 431 | 140 | 40 |
| Binary | 1101101 | 11 | 10011110 | 11111 | 1100010 | 0 | 100110 | 100011001 | 1100000 | 100000 |
Color Harmonies of #6D039E
Complementary color
Monochromatic Colors of #6D039E
Black with #6D039E
Text Example
Text Example
White with #6D039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D039E; }
p { color: rgb(109,3,158); }
H1.HeaderClassName
{
color: #6D039E;
}
.AnyTagClassName
{
color: #6D039E;
}
</style>
background-color css
<style>
a { background-color: #6D039E; }
a { background-color: rgb(109,3,158); }
div.DivClassName
{
background-color: #6D039E;
}
.BgClassName
{
background-color: #6D039E;
}
</style>
border-color css
<style>
span { border-color: #6D039E; }
span { border-color: rgb(109,3,158); }
td.TdClassName
{
border-color: #6D039E;
}
.TagClassName
{
border-color: #6D039E;
}
</style>