Shades of Purple #6D0C96
Tints of Purple #6D0C96
RGB
CMYK
RGB Variations
Color information
#6D0C96 (or 0x6D0C96) is known color: Purple. HEX triplet: 6D, 0C and 96. RGB value is (109,12,150). Sum of RGB (Red+Green+Blue) = 109+12+150=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D0C96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0C96 is #92F369. Grayscale: #383838. Windows color (decimal): -9630570 or 9833581. OLE color: 9833581.
HSL color Cylindrical-coordinate representation of color #6D0C96: hue angle of 282.17º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0C96 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 12 | 150 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.41 |
| HSL | 282.17º | 0.85% | 0.32% | - |
| HSV(B) | 282.17º | 0.92% | 0.59% | - |
| XYZ | 11.94 | 5.72 | 29.33 | - |
| YUV | 56.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 150 | 0.27 | 0.92 | 0 | 0.41 | 282.17 | 0.85 | 0.32 |
| Hex | 6D | C | 96 | 1B | 5C | 0 | 29 | 11A | 55 | 20 |
| Octal | 155 | 14 | 226 | 33 | 134 | 0 | 51 | 432 | 125 | 40 |
| Binary | 1101101 | 1100 | 10010110 | 11011 | 1011100 | 0 | 101001 | 100011010 | 1010101 | 100000 |
Color Harmonies of #6D0C96
Complementary color
Monochromatic Colors of #6D0C96
Black with #6D0C96
Text Example
Text Example
White with #6D0C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0C96; }
p { color: rgb(109,12,150); }
H1.HeaderClassName
{
color: #6D0C96;
}
.AnyTagClassName
{
color: #6D0C96;
}
</style>
background-color css
<style>
a { background-color: #6D0C96; }
a { background-color: rgb(109,12,150); }
div.DivClassName
{
background-color: #6D0C96;
}
.BgClassName
{
background-color: #6D0C96;
}
</style>
border-color css
<style>
span { border-color: #6D0C96; }
span { border-color: rgb(109,12,150); }
td.TdClassName
{
border-color: #6D0C96;
}
.TagClassName
{
border-color: #6D0C96;
}
</style>