Shades of Dark Magenta #6F02A3
Tints of Dark Magenta #6F02A3
RGB
CMYK
RGB Variations
Color information
#6F02A3 (or 0x6F02A3) is known color: Dark Magenta. HEX triplet: 6F, 02 and A3. RGB value is (111,2,163). Sum of RGB (Red+Green+Blue) = 111+2+163=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 163 (64.06% from 255 or 59.06% from 276); Max value from RGB is 163 - color contains mainly: blue. Hex color #6F02A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F02A3 is #90FD5C. Grayscale: #343434. Windows color (decimal): -9502045 or 10682991. OLE color: 10682991.
HSL color Cylindrical-coordinate representation of color #6F02A3: hue angle of 280.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02A3 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 2 | 163 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.36 |
| HSL | 280.62º | 0.98% | 0.32% | - |
| HSV(B) | 280.62º | 0.99% | 0.64% | - |
| XYZ | 13.19 | 6.07 | 35.13 | - |
| YUV | 52.95 | 190.11 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 163 | 0.32 | 0.99 | 0 | 0.36 | 280.62 | 0.98 | 0.32 |
| Hex | 6F | 2 | A3 | 20 | 63 | 0 | 24 | 119 | 62 | 20 |
| Octal | 157 | 2 | 243 | 40 | 143 | 0 | 44 | 431 | 142 | 40 |
| Binary | 1101111 | 10 | 10100011 | 100000 | 1100011 | 0 | 100100 | 100011001 | 1100010 | 100000 |
Color Harmonies of #6F02A3
Complementary color
Monochromatic Colors of #6F02A3
Black with #6F02A3
Text Example
Text Example
White with #6F02A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F02A3; }
p { color: rgb(111,2,163); }
H1.HeaderClassName
{
color: #6F02A3;
}
.AnyTagClassName
{
color: #6F02A3;
}
</style>
background-color css
<style>
a { background-color: #6F02A3; }
a { background-color: rgb(111,2,163); }
div.DivClassName
{
background-color: #6F02A3;
}
.BgClassName
{
background-color: #6F02A3;
}
</style>
border-color css
<style>
span { border-color: #6F02A3; }
span { border-color: rgb(111,2,163); }
td.TdClassName
{
border-color: #6F02A3;
}
.TagClassName
{
border-color: #6F02A3;
}
</style>