Shades of Purple #6D088D
Tints of Purple #6D088D
RGB
CMYK
RGB Variations
Color information
#6D088D (or 0x6D088D) is known color: Purple. HEX triplet: 6D, 08 and 8D. RGB value is (109,8,141). Sum of RGB (Red+Green+Blue) = 109+8+141=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D088D is #92F772. Grayscale: #343434. Windows color (decimal): -9631603 or 9242733. OLE color: 9242733.
HSL color Cylindrical-coordinate representation of color #6D088D: hue angle of 285.56º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D088D is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 8 | 141 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.45 |
| HSL | 285.56º | 0.89% | 0.29% | - |
| HSV(B) | 285.56º | 0.94% | 0.55% | - |
| XYZ | 11.2 | 5.35 | 25.64 | - |
| YUV | 53.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 141 | 0.23 | 0.94 | 0 | 0.45 | 285.56 | 0.89 | 0.29 |
| Hex | 6D | 8 | 8D | 17 | 5E | 0 | 2D | 11E | 59 | 1D |
| Octal | 155 | 10 | 215 | 27 | 136 | 0 | 55 | 436 | 131 | 35 |
| Binary | 1101101 | 1000 | 10001101 | 10111 | 1011110 | 0 | 101101 | 100011110 | 1011001 | 11101 |
Color Harmonies of #6D088D
Complementary color
Monochromatic Colors of #6D088D
Black with #6D088D
Text Example
Text Example
White with #6D088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D088D; }
p { color: rgb(109,8,141); }
H1.HeaderClassName
{
color: #6D088D;
}
.AnyTagClassName
{
color: #6D088D;
}
</style>
background-color css
<style>
a { background-color: #6D088D; }
a { background-color: rgb(109,8,141); }
div.DivClassName
{
background-color: #6D088D;
}
.BgClassName
{
background-color: #6D088D;
}
</style>
border-color css
<style>
span { border-color: #6D088D; }
span { border-color: rgb(109,8,141); }
td.TdClassName
{
border-color: #6D088D;
}
.TagClassName
{
border-color: #6D088D;
}
</style>