Shades of Dark Magenta #6F05A4
Tints of Dark Magenta #6F05A4
RGB
CMYK
RGB Variations
Color information
#6F05A4 (or 0x6F05A4) is known color: Dark Magenta. HEX triplet: 6F, 05 and A4. RGB value is (111,5,164). Sum of RGB (Red+Green+Blue) = 111+5+164=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F05A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F05A4 is #90FA5B. Grayscale: #363636. Windows color (decimal): -9501276 or 10749295. OLE color: 10749295.
HSL color Cylindrical-coordinate representation of color #6F05A4: hue angle of 280º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F05A4 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 5 | 164 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.36 |
| HSL | 280º | 0.94% | 0.33% | - |
| HSV(B) | 280º | 0.97% | 0.64% | - |
| XYZ | 13.31 | 6.17 | 35.61 | - |
| YUV | 54.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 164 | 0.32 | 0.97 | 0 | 0.36 | 280 | 0.94 | 0.33 |
| Hex | 6F | 5 | A4 | 20 | 61 | 0 | 24 | 118 | 5E | 21 |
| Octal | 157 | 5 | 244 | 40 | 141 | 0 | 44 | 430 | 136 | 41 |
| Binary | 1101111 | 101 | 10100100 | 100000 | 1100001 | 0 | 100100 | 100011000 | 1011110 | 100001 |
Color Harmonies of #6F05A4
Complementary color
Monochromatic Colors of #6F05A4
Black with #6F05A4
Text Example
Text Example
White with #6F05A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F05A4; }
p { color: rgb(111,5,164); }
H1.HeaderClassName
{
color: #6F05A4;
}
.AnyTagClassName
{
color: #6F05A4;
}
</style>
background-color css
<style>
a { background-color: #6F05A4; }
a { background-color: rgb(111,5,164); }
div.DivClassName
{
background-color: #6F05A4;
}
.BgClassName
{
background-color: #6F05A4;
}
</style>
border-color css
<style>
span { border-color: #6F05A4; }
span { border-color: rgb(111,5,164); }
td.TdClassName
{
border-color: #6F05A4;
}
.TagClassName
{
border-color: #6F05A4;
}
</style>