Shades of Purple #6F118D
Tints of Purple #6F118D
RGB
CMYK
RGB Variations
Color information
#6F118D (or 0x6F118D) is known color: Purple. HEX triplet: 6F, 11 and 8D. RGB value is (111,17,141). Sum of RGB (Red+Green+Blue) = 111+17+141=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F118D is #90EE72. Grayscale: #3A3A3A. Windows color (decimal): -9498227 or 9245039. OLE color: 9245039.
HSL color Cylindrical-coordinate representation of color #6F118D: hue angle of 285.48º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F118D is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 17 | 141 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.45 |
| HSL | 285.48º | 0.78% | 0.31% | - |
| HSV(B) | 285.48º | 0.88% | 0.55% | - |
| XYZ | 11.56 | 5.7 | 25.69 | - |
| YUV | 59.24 | 174.14 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 141 | 0.21 | 0.88 | 0 | 0.45 | 285.48 | 0.78 | 0.31 |
| Hex | 6F | 11 | 8D | 15 | 58 | 0 | 2D | 11D | 4E | 1F |
| Octal | 157 | 21 | 215 | 25 | 130 | 0 | 55 | 435 | 116 | 37 |
| Binary | 1101111 | 10001 | 10001101 | 10101 | 1011000 | 0 | 101101 | 100011101 | 1001110 | 11111 |
Color Harmonies of #6F118D
Complementary color
Monochromatic Colors of #6F118D
Black with #6F118D
Text Example
Text Example
White with #6F118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F118D; }
p { color: rgb(111,17,141); }
H1.HeaderClassName
{
color: #6F118D;
}
.AnyTagClassName
{
color: #6F118D;
}
</style>
background-color css
<style>
a { background-color: #6F118D; }
a { background-color: rgb(111,17,141); }
div.DivClassName
{
background-color: #6F118D;
}
.BgClassName
{
background-color: #6F118D;
}
</style>
border-color css
<style>
span { border-color: #6F118D; }
span { border-color: rgb(111,17,141); }
td.TdClassName
{
border-color: #6F118D;
}
.TagClassName
{
border-color: #6F118D;
}
</style>