Shades of Dark Magenta #6F06A1
Tints of Dark Magenta #6F06A1
RGB
CMYK
RGB Variations
Color information
#6F06A1 (or 0x6F06A1) is known color: Dark Magenta. HEX triplet: 6F, 06 and A1. RGB value is (111,6,161). Sum of RGB (Red+Green+Blue) = 111+6+161=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 161 (63.28% from 255 or 57.91% from 278); Max value from RGB is 161 - color contains mainly: blue. Hex color #6F06A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F06A1 is #90F95E. Grayscale: #363636. Windows color (decimal): -9501023 or 10552943. OLE color: 10552943.
HSL color Cylindrical-coordinate representation of color #6F06A1: hue angle of 280.65º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F06A1 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 6 | 161 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.37 |
| HSL | 280.65º | 0.93% | 0.33% | - |
| HSV(B) | 280.65º | 0.96% | 0.63% | - |
| XYZ | 13.05 | 6.08 | 34.2 | - |
| YUV | 55.07 | 187.79 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 161 | 0.31 | 0.96 | 0 | 0.37 | 280.65 | 0.93 | 0.33 |
| Hex | 6F | 6 | A1 | 1F | 60 | 0 | 25 | 119 | 5D | 21 |
| Octal | 157 | 6 | 241 | 37 | 140 | 0 | 45 | 431 | 135 | 41 |
| Binary | 1101111 | 110 | 10100001 | 11111 | 1100000 | 0 | 100101 | 100011001 | 1011101 | 100001 |
Color Harmonies of #6F06A1
Complementary color
Monochromatic Colors of #6F06A1
Black with #6F06A1
Text Example
Text Example
White with #6F06A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F06A1; }
p { color: rgb(111,6,161); }
H1.HeaderClassName
{
color: #6F06A1;
}
.AnyTagClassName
{
color: #6F06A1;
}
</style>
background-color css
<style>
a { background-color: #6F06A1; }
a { background-color: rgb(111,6,161); }
div.DivClassName
{
background-color: #6F06A1;
}
.BgClassName
{
background-color: #6F06A1;
}
</style>
border-color css
<style>
span { border-color: #6F06A1; }
span { border-color: rgb(111,6,161); }
td.TdClassName
{
border-color: #6F06A1;
}
.TagClassName
{
border-color: #6F06A1;
}
</style>