Shades of Purple #6C008D
Tints of Purple #6C008D
RGB
CMYK
RGB Variations
Color information
#6C008D (or 0x6C008D) is known color: Purple. HEX triplet: 6C, 00 and 8D. RGB value is (108,0,141). Sum of RGB (Red+Green+Blue) = 108+0+141=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C008D is #93FF72. Grayscale: #2F2F2F. Windows color (decimal): -9699187 or 9240684. OLE color: 9240684.
HSL color Cylindrical-coordinate representation of color #6C008D: hue angle of 285.96º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C008D is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 0 | 141 | - |
| CMYK | 0.23 | 1 | 0 | 0.45 |
| HSL | 285.96º | 1% | 0.28% | - |
| HSV(B) | 285.96º | 1% | 0.55% | - |
| XYZ | 10.99 | 5.11 | 25.61 | - |
| YUV | 48.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 141 | 0.23 | 1 | 0 | 0.45 | 285.96 | 1 | 0.28 |
| Hex | 6C | 0 | 8D | 17 | 64 | 0 | 2D | 11E | 64 | 1C |
| Octal | 154 | 0 | 215 | 27 | 144 | 0 | 55 | 436 | 144 | 34 |
| Binary | 1101100 | 0 | 10001101 | 10111 | 1100100 | 0 | 101101 | 100011110 | 1100100 | 11100 |
Color Harmonies of #6C008D
Complementary color
Monochromatic Colors of #6C008D
Black with #6C008D
Text Example
Text Example
White with #6C008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C008D; }
p { color: rgb(108,0,141); }
H1.HeaderClassName
{
color: #6C008D;
}
.AnyTagClassName
{
color: #6C008D;
}
</style>
background-color css
<style>
a { background-color: #6C008D; }
a { background-color: rgb(108,0,141); }
div.DivClassName
{
background-color: #6C008D;
}
.BgClassName
{
background-color: #6C008D;
}
</style>
border-color css
<style>
span { border-color: #6C008D; }
span { border-color: rgb(108,0,141); }
td.TdClassName
{
border-color: #6C008D;
}
.TagClassName
{
border-color: #6C008D;
}
</style>