Shades of Purple #6B108D
Tints of Purple #6B108D
RGB
CMYK
RGB Variations
Color information
#6B108D (or 0x6B108D) is known color: Purple. HEX triplet: 6B, 10 and 8D. RGB value is (107,16,141). Sum of RGB (Red+Green+Blue) = 107+16+141=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B108D is #94EF72. Grayscale: #393939. Windows color (decimal): -9760627 or 9244779. OLE color: 9244779.
HSL color Cylindrical-coordinate representation of color #6B108D: hue angle of 283.68º 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 #6B108D is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 16 | 141 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.45 |
| HSL | 283.68º | 0.8% | 0.31% | - |
| HSV(B) | 283.68º | 0.89% | 0.55% | - |
| XYZ | 11.06 | 5.42 | 25.66 | - |
| YUV | 57.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 141 | 0.24 | 0.89 | 0 | 0.45 | 283.68 | 0.8 | 0.31 |
| Hex | 6B | 10 | 8D | 18 | 59 | 0 | 2D | 11C | 50 | 1F |
| Octal | 153 | 20 | 215 | 30 | 131 | 0 | 55 | 434 | 120 | 37 |
| Binary | 1101011 | 10000 | 10001101 | 11000 | 1011001 | 0 | 101101 | 100011100 | 1010000 | 11111 |
Color Harmonies of #6B108D
Complementary color
Monochromatic Colors of #6B108D
Black with #6B108D
Text Example
Text Example
White with #6B108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B108D; }
p { color: rgb(107,16,141); }
H1.HeaderClassName
{
color: #6B108D;
}
.AnyTagClassName
{
color: #6B108D;
}
</style>
background-color css
<style>
a { background-color: #6B108D; }
a { background-color: rgb(107,16,141); }
div.DivClassName
{
background-color: #6B108D;
}
.BgClassName
{
background-color: #6B108D;
}
</style>
border-color css
<style>
span { border-color: #6B108D; }
span { border-color: rgb(107,16,141); }
td.TdClassName
{
border-color: #6B108D;
}
.TagClassName
{
border-color: #6B108D;
}
</style>