Shades of Purple #6D096F
Tints of Purple #6D096F
RGB
CMYK
RGB Variations
Color information
#6D096F (or 0x6D096F) is known color: Purple. HEX triplet: 6D, 09 and 6F. RGB value is (109,9,111). Sum of RGB (Red+Green+Blue) = 109+9+111=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D096F is #92F690. Grayscale: #323232. Windows color (decimal): -9631377 or 7276909. OLE color: 7276909.
HSL color Cylindrical-coordinate representation of color #6D096F: hue angle of 298.82º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D096F is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 9 | 111 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.56 |
| HSL | 298.82º | 0.85% | 0.24% | - |
| HSV(B) | 298.82º | 0.92% | 0.44% | - |
| XYZ | 9.27 | 4.59 | 15.44 | - |
| YUV | 50.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 111 | 0.02 | 0.92 | 0 | 0.56 | 298.82 | 0.85 | 0.24 |
| Hex | 6D | 9 | 6F | 2 | 5C | 0 | 38 | 12B | 55 | 18 |
| Octal | 155 | 11 | 157 | 2 | 134 | 0 | 70 | 453 | 125 | 30 |
| Binary | 1101101 | 1001 | 1101111 | 10 | 1011100 | 0 | 111000 | 100101011 | 1010101 | 11000 |
Color Harmonies of #6D096F
Complementary color
Monochromatic Colors of #6D096F
Black with #6D096F
Text Example
Text Example
White with #6D096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D096F; }
p { color: rgb(109,9,111); }
H1.HeaderClassName
{
color: #6D096F;
}
.AnyTagClassName
{
color: #6D096F;
}
</style>
background-color css
<style>
a { background-color: #6D096F; }
a { background-color: rgb(109,9,111); }
div.DivClassName
{
background-color: #6D096F;
}
.BgClassName
{
background-color: #6D096F;
}
</style>
border-color css
<style>
span { border-color: #6D096F; }
span { border-color: rgb(109,9,111); }
td.TdClassName
{
border-color: #6D096F;
}
.TagClassName
{
border-color: #6D096F;
}
</style>