Shades of Purple #6D118F
Tints of Purple #6D118F
RGB
CMYK
RGB Variations
Color information
#6D118F (or 0x6D118F) is known color: Purple. HEX triplet: 6D, 11 and 8F. RGB value is (109,17,143). Sum of RGB (Red+Green+Blue) = 109+17+143=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #6D118F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D118F is #92EE70. Grayscale: #3A3A3A. Windows color (decimal): -9629297 or 9376109. OLE color: 9376109.
HSL color Cylindrical-coordinate representation of color #6D118F: hue angle of 283.81º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D118F is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 17 | 143 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.44 |
| HSL | 283.81º | 0.79% | 0.31% | - |
| HSV(B) | 283.81º | 0.88% | 0.56% | - |
| XYZ | 11.47 | 5.64 | 26.47 | - |
| YUV | 58.87 | 175.48 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 143 | 0.24 | 0.88 | 0 | 0.44 | 283.81 | 0.79 | 0.31 |
| Hex | 6D | 11 | 8F | 18 | 58 | 0 | 2C | 11C | 4F | 1F |
| Octal | 155 | 21 | 217 | 30 | 130 | 0 | 54 | 434 | 117 | 37 |
| Binary | 1101101 | 10001 | 10001111 | 11000 | 1011000 | 0 | 101100 | 100011100 | 1001111 | 11111 |
Color Harmonies of #6D118F
Complementary color
Monochromatic Colors of #6D118F
Black with #6D118F
Text Example
Text Example
White with #6D118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D118F; }
p { color: rgb(109,17,143); }
H1.HeaderClassName
{
color: #6D118F;
}
.AnyTagClassName
{
color: #6D118F;
}
</style>
background-color css
<style>
a { background-color: #6D118F; }
a { background-color: rgb(109,17,143); }
div.DivClassName
{
background-color: #6D118F;
}
.BgClassName
{
background-color: #6D118F;
}
</style>
border-color css
<style>
span { border-color: #6D118F; }
span { border-color: rgb(109,17,143); }
td.TdClassName
{
border-color: #6D118F;
}
.TagClassName
{
border-color: #6D118F;
}
</style>