Shades of Purple #6F108D
Tints of Purple #6F108D
RGB
CMYK
RGB Variations
Color information
#6F108D (or 0x6F108D) is known color: Purple. HEX triplet: 6F, 10 and 8D. RGB value is (111,16,141). Sum of RGB (Red+Green+Blue) = 111+16+141=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F108D is #90EF72. Grayscale: #3A3A3A. Windows color (decimal): -9498483 or 9244783. OLE color: 9244783.
HSL color Cylindrical-coordinate representation of color #6F108D: hue angle of 285.6º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F108D is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 16 | 141 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.45 |
| HSL | 285.6º | 0.8% | 0.31% | - |
| HSV(B) | 285.6º | 0.89% | 0.55% | - |
| XYZ | 11.55 | 5.67 | 25.69 | - |
| YUV | 58.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 141 | 0.21 | 0.89 | 0 | 0.45 | 285.6 | 0.8 | 0.31 |
| Hex | 6F | 10 | 8D | 15 | 59 | 0 | 2D | 11E | 50 | 1F |
| Octal | 157 | 20 | 215 | 25 | 131 | 0 | 55 | 436 | 120 | 37 |
| Binary | 1101111 | 10000 | 10001101 | 10101 | 1011001 | 0 | 101101 | 100011110 | 1010000 | 11111 |
Color Harmonies of #6F108D
Complementary color
Monochromatic Colors of #6F108D
Black with #6F108D
Text Example
Text Example
White with #6F108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F108D; }
p { color: rgb(111,16,141); }
H1.HeaderClassName
{
color: #6F108D;
}
.AnyTagClassName
{
color: #6F108D;
}
</style>
background-color css
<style>
a { background-color: #6F108D; }
a { background-color: rgb(111,16,141); }
div.DivClassName
{
background-color: #6F108D;
}
.BgClassName
{
background-color: #6F108D;
}
</style>
border-color css
<style>
span { border-color: #6F108D; }
span { border-color: rgb(111,16,141); }
td.TdClassName
{
border-color: #6F108D;
}
.TagClassName
{
border-color: #6F108D;
}
</style>