Shades of Purple #6C118E
Tints of Purple #6C118E
RGB
CMYK
RGB Variations
Color information
#6C118E (or 0x6C118E) is known color: Purple. HEX triplet: 6C, 11 and 8E. RGB value is (108,17,142). Sum of RGB (Red+Green+Blue) = 108+17+142=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C118E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C118E is #93EE71. Grayscale: #3A3A3A. Windows color (decimal): -9694834 or 9310572. OLE color: 9310572.
HSL color Cylindrical-coordinate representation of color #6C118E: hue angle of 283.68º 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 #6C118E is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 17 | 142 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.44 |
| HSL | 283.68º | 0.79% | 0.31% | - |
| HSV(B) | 283.68º | 0.88% | 0.56% | - |
| XYZ | 11.27 | 5.54 | 26.07 | - |
| YUV | 58.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 142 | 0.24 | 0.88 | 0 | 0.44 | 283.68 | 0.79 | 0.31 |
| Hex | 6C | 11 | 8E | 18 | 58 | 0 | 2C | 11C | 4F | 1F |
| Octal | 154 | 21 | 216 | 30 | 130 | 0 | 54 | 434 | 117 | 37 |
| Binary | 1101100 | 10001 | 10001110 | 11000 | 1011000 | 0 | 101100 | 100011100 | 1001111 | 11111 |
Color Harmonies of #6C118E
Complementary color
Monochromatic Colors of #6C118E
Black with #6C118E
Text Example
Text Example
White with #6C118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C118E; }
p { color: rgb(108,17,142); }
H1.HeaderClassName
{
color: #6C118E;
}
.AnyTagClassName
{
color: #6C118E;
}
</style>
background-color css
<style>
a { background-color: #6C118E; }
a { background-color: rgb(108,17,142); }
div.DivClassName
{
background-color: #6C118E;
}
.BgClassName
{
background-color: #6C118E;
}
</style>
border-color css
<style>
span { border-color: #6C118E; }
span { border-color: rgb(108,17,142); }
td.TdClassName
{
border-color: #6C118E;
}
.TagClassName
{
border-color: #6C118E;
}
</style>