Shades of Purple #6D108B
Tints of Purple #6D108B
RGB
CMYK
RGB Variations
Color information
#6D108B (or 0x6D108B) is known color: Purple. HEX triplet: 6D, 10 and 8B. RGB value is (109,16,139). Sum of RGB (Red+Green+Blue) = 109+16+139=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D108B is #92EF74. Grayscale: #393939. Windows color (decimal): -9629557 or 9113709. OLE color: 9113709.
HSL color Cylindrical-coordinate representation of color #6D108B: hue angle of 285.37º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D108B is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 16 | 139 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.45 |
| HSL | 285.37º | 0.79% | 0.3% | - |
| HSV(B) | 285.37º | 0.88% | 0.55% | - |
| XYZ | 11.15 | 5.49 | 24.9 | - |
| YUV | 57.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 139 | 0.22 | 0.88 | 0 | 0.45 | 285.37 | 0.79 | 0.3 |
| Hex | 6D | 10 | 8B | 16 | 58 | 0 | 2D | 11D | 4F | 1E |
| Octal | 155 | 20 | 213 | 26 | 130 | 0 | 55 | 435 | 117 | 36 |
| Binary | 1101101 | 10000 | 10001011 | 10110 | 1011000 | 0 | 101101 | 100011101 | 1001111 | 11110 |
Color Harmonies of #6D108B
Complementary color
Monochromatic Colors of #6D108B
Black with #6D108B
Text Example
Text Example
White with #6D108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D108B; }
p { color: rgb(109,16,139); }
H1.HeaderClassName
{
color: #6D108B;
}
.AnyTagClassName
{
color: #6D108B;
}
</style>
background-color css
<style>
a { background-color: #6D108B; }
a { background-color: rgb(109,16,139); }
div.DivClassName
{
background-color: #6D108B;
}
.BgClassName
{
background-color: #6D108B;
}
</style>
border-color css
<style>
span { border-color: #6D108B; }
span { border-color: rgb(109,16,139); }
td.TdClassName
{
border-color: #6D108B;
}
.TagClassName
{
border-color: #6D108B;
}
</style>