Shades of Purple #6D086F
Tints of Purple #6D086F
RGB
CMYK
RGB Variations
Color information
#6D086F (or 0x6D086F) is known color: Purple. HEX triplet: 6D, 08 and 6F. RGB value is (109,8,111). Sum of RGB (Red+Green+Blue) = 109+8+111=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D086F is #92F790. Grayscale: #313131. Windows color (decimal): -9631633 or 7276653. OLE color: 7276653.
HSL color Cylindrical-coordinate representation of color #6D086F: hue angle of 298.83º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D086F is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 8 | 111 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.56 |
| HSL | 298.84º | 0.87% | 0.23% | - |
| HSV(B) | 298.84º | 0.93% | 0.44% | - |
| XYZ | 9.26 | 4.57 | 15.43 | - |
| YUV | 49.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 111 | 0.02 | 0.93 | 0 | 0.56 | 298.84 | 0.87 | 0.23 |
| Hex | 6D | 8 | 6F | 2 | 5D | 0 | 38 | 12B | 57 | 17 |
| Octal | 155 | 10 | 157 | 2 | 135 | 0 | 70 | 453 | 127 | 27 |
| Binary | 1101101 | 1000 | 1101111 | 10 | 1011101 | 0 | 111000 | 100101011 | 1010111 | 10111 |
Color Harmonies of #6D086F
Complementary color
Monochromatic Colors of #6D086F
Black with #6D086F
Text Example
Text Example
White with #6D086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D086F; }
p { color: rgb(109,8,111); }
H1.HeaderClassName
{
color: #6D086F;
}
.AnyTagClassName
{
color: #6D086F;
}
</style>
background-color css
<style>
a { background-color: #6D086F; }
a { background-color: rgb(109,8,111); }
div.DivClassName
{
background-color: #6D086F;
}
.BgClassName
{
background-color: #6D086F;
}
</style>
border-color css
<style>
span { border-color: #6D086F; }
span { border-color: rgb(109,8,111); }
td.TdClassName
{
border-color: #6D086F;
}
.TagClassName
{
border-color: #6D086F;
}
</style>