Shades of Purple #6C006D
Tints of Purple #6C006D
RGB
CMYK
RGB Variations
Color information
#6C006D (or 0x6C006D) is known color: Purple. HEX triplet: 6C, 00 and 6D. RGB value is (108,0,109). Sum of RGB (Red+Green+Blue) = 108+0+109=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C006D is #93FF92. Grayscale: #2C2C2C. Windows color (decimal): -9699219 or 7143532. OLE color: 7143532.
HSL color Cylindrical-coordinate representation of color #6C006D: hue angle of 299.45º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C006D is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 0 | 109 | - |
| CMYK | 0.01 | 1 | 0 | 0.57 |
| HSL | 299.45º | 1% | 0.21% | - |
| HSV(B) | 299.45º | 1% | 0.43% | - |
| XYZ | 8.94 | 4.29 | 14.83 | - |
| YUV | 44.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 109 | 0.01 | 1 | 0 | 0.57 | 299.45 | 1 | 0.21 |
| Hex | 6C | 0 | 6D | 1 | 64 | 0 | 39 | 12B | 64 | 15 |
| Octal | 154 | 0 | 155 | 1 | 144 | 0 | 71 | 453 | 144 | 25 |
| Binary | 1101100 | 0 | 1101101 | 1 | 1100100 | 0 | 111001 | 100101011 | 1100100 | 10101 |
Color Harmonies of #6C006D
Complementary color
Monochromatic Colors of #6C006D
Black with #6C006D
Text Example
Text Example
White with #6C006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C006D; }
p { color: rgb(108,0,109); }
H1.HeaderClassName
{
color: #6C006D;
}
.AnyTagClassName
{
color: #6C006D;
}
</style>
background-color css
<style>
a { background-color: #6C006D; }
a { background-color: rgb(108,0,109); }
div.DivClassName
{
background-color: #6C006D;
}
.BgClassName
{
background-color: #6C006D;
}
</style>
border-color css
<style>
span { border-color: #6C006D; }
span { border-color: rgb(108,0,109); }
td.TdClassName
{
border-color: #6C006D;
}
.TagClassName
{
border-color: #6C006D;
}
</style>