Shades of Dark Magenta #6F03AB
Tints of Dark Magenta #6F03AB
RGB
CMYK
RGB Variations
Color information
#6F03AB (or 0x6F03AB) is known color: Dark Magenta. HEX triplet: 6F, 03 and AB. RGB value is (111,3,171). Sum of RGB (Red+Green+Blue) = 111+3+171=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F03AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F03AB is #90FC54. Grayscale: #353535. Windows color (decimal): -9501781 or 11207535. OLE color: 11207535.
HSL color Cylindrical-coordinate representation of color #6F03AB: hue angle of 278.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F03AB is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 3 | 171 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.33 |
| HSL | 278.57º | 0.97% | 0.34% | - |
| HSV(B) | 278.57º | 0.98% | 0.67% | - |
| XYZ | 13.94 | 6.38 | 39.03 | - |
| YUV | 54.44 | 193.78 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 171 | 0.35 | 0.98 | 0 | 0.33 | 278.57 | 0.97 | 0.34 |
| Hex | 6F | 3 | AB | 23 | 62 | 0 | 21 | 117 | 61 | 22 |
| Octal | 157 | 3 | 253 | 43 | 142 | 0 | 41 | 427 | 141 | 42 |
| Binary | 1101111 | 11 | 10101011 | 100011 | 1100010 | 0 | 100001 | 100010111 | 1100001 | 100010 |
Color Harmonies of #6F03AB
Complementary color
Monochromatic Colors of #6F03AB
Black with #6F03AB
Text Example
Text Example
White with #6F03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F03AB; }
p { color: rgb(111,3,171); }
H1.HeaderClassName
{
color: #6F03AB;
}
.AnyTagClassName
{
color: #6F03AB;
}
</style>
background-color css
<style>
a { background-color: #6F03AB; }
a { background-color: rgb(111,3,171); }
div.DivClassName
{
background-color: #6F03AB;
}
.BgClassName
{
background-color: #6F03AB;
}
</style>
border-color css
<style>
span { border-color: #6F03AB; }
span { border-color: rgb(111,3,171); }
td.TdClassName
{
border-color: #6F03AB;
}
.TagClassName
{
border-color: #6F03AB;
}
</style>