Shades of Dark Magenta #6F039F
Tints of Dark Magenta #6F039F
RGB
CMYK
RGB Variations
Color information
#6F039F (or 0x6F039F) is known color: Dark Magenta. HEX triplet: 6F, 03 and 9F. RGB value is (111,3,159). Sum of RGB (Red+Green+Blue) = 111+3+159=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F039F is #90FC60. Grayscale: #343434. Windows color (decimal): -9501793 or 10421103. OLE color: 10421103.
HSL color Cylindrical-coordinate representation of color #6F039F: hue angle of 281.54º 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 #6F039F is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 3 | 159 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.38 |
| HSL | 281.54º | 0.96% | 0.32% | - |
| HSV(B) | 281.54º | 0.98% | 0.62% | - |
| XYZ | 12.85 | 5.95 | 33.27 | - |
| YUV | 53.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 159 | 0.30 | 0.98 | 0 | 0.38 | 281.54 | 0.96 | 0.32 |
| Hex | 6F | 3 | 9F | 1E | 62 | 0 | 26 | 11A | 60 | 20 |
| Octal | 157 | 3 | 237 | 36 | 142 | 0 | 46 | 432 | 140 | 40 |
| Binary | 1101111 | 11 | 10011111 | 11110 | 1100010 | 0 | 100110 | 100011010 | 1100000 | 100000 |
Color Harmonies of #6F039F
Complementary color
Monochromatic Colors of #6F039F
Black with #6F039F
Text Example
Text Example
White with #6F039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F039F; }
p { color: rgb(111,3,159); }
H1.HeaderClassName
{
color: #6F039F;
}
.AnyTagClassName
{
color: #6F039F;
}
</style>
background-color css
<style>
a { background-color: #6F039F; }
a { background-color: rgb(111,3,159); }
div.DivClassName
{
background-color: #6F039F;
}
.BgClassName
{
background-color: #6F039F;
}
</style>
border-color css
<style>
span { border-color: #6F039F; }
span { border-color: rgb(111,3,159); }
td.TdClassName
{
border-color: #6F039F;
}
.TagClassName
{
border-color: #6F039F;
}
</style>