Shades of Purple #6D108C
Tints of Purple #6D108C
RGB
CMYK
RGB Variations
Color information
#6D108C (or 0x6D108C) is known color: Purple. HEX triplet: 6D, 10 and 8C. RGB value is (109,16,140). Sum of RGB (Red+Green+Blue) = 109+16+140=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D108C is #92EF73. Grayscale: #393939. Windows color (decimal): -9629556 or 9179245. OLE color: 9179245.
HSL color Cylindrical-coordinate representation of color #6D108C: hue angle of 285º degrees, saturation: 0.79, 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 #6D108C is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 16 | 140 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.45 |
| HSL | 285º | 0.79% | 0.31% | - |
| HSV(B) | 285º | 0.89% | 0.55% | - |
| XYZ | 11.23 | 5.52 | 25.28 | - |
| YUV | 57.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 140 | 0.22 | 0.89 | 0 | 0.45 | 285 | 0.79 | 0.31 |
| Hex | 6D | 10 | 8C | 16 | 59 | 0 | 2D | 11D | 4F | 1F |
| Octal | 155 | 20 | 214 | 26 | 131 | 0 | 55 | 435 | 117 | 37 |
| Binary | 1101101 | 10000 | 10001100 | 10110 | 1011001 | 0 | 101101 | 100011101 | 1001111 | 11111 |
Color Harmonies of #6D108C
Complementary color
Monochromatic Colors of #6D108C
Black with #6D108C
Text Example
Text Example
White with #6D108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D108C; }
p { color: rgb(109,16,140); }
H1.HeaderClassName
{
color: #6D108C;
}
.AnyTagClassName
{
color: #6D108C;
}
</style>
background-color css
<style>
a { background-color: #6D108C; }
a { background-color: rgb(109,16,140); }
div.DivClassName
{
background-color: #6D108C;
}
.BgClassName
{
background-color: #6D108C;
}
</style>
border-color css
<style>
span { border-color: #6D108C; }
span { border-color: rgb(109,16,140); }
td.TdClassName
{
border-color: #6D108C;
}
.TagClassName
{
border-color: #6D108C;
}
</style>