Shades of Purple #6D059C
Tints of Purple #6D059C
RGB
CMYK
RGB Variations
Color information
#6D059C (or 0x6D059C) is known color: Purple. HEX triplet: 6D, 05 and 9C. RGB value is (109,5,156). Sum of RGB (Red+Green+Blue) = 109+5+156=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D059C is #92FA63. Grayscale: #343434. Windows color (decimal): -9632356 or 10225005. OLE color: 10225005.
HSL color Cylindrical-coordinate representation of color #6D059C: hue angle of 281.32º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D059C is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 5 | 156 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.39 |
| HSL | 281.32º | 0.94% | 0.32% | - |
| HSV(B) | 281.32º | 0.97% | 0.61% | - |
| XYZ | 12.36 | 5.76 | 31.91 | - |
| YUV | 53.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 156 | 0.30 | 0.97 | 0 | 0.39 | 281.32 | 0.94 | 0.32 |
| Hex | 6D | 5 | 9C | 1E | 61 | 0 | 27 | 119 | 5E | 20 |
| Octal | 155 | 5 | 234 | 36 | 141 | 0 | 47 | 431 | 136 | 40 |
| Binary | 1101101 | 101 | 10011100 | 11110 | 1100001 | 0 | 100111 | 100011001 | 1011110 | 100000 |
Color Harmonies of #6D059C
Complementary color
Monochromatic Colors of #6D059C
Black with #6D059C
Text Example
Text Example
White with #6D059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D059C; }
p { color: rgb(109,5,156); }
H1.HeaderClassName
{
color: #6D059C;
}
.AnyTagClassName
{
color: #6D059C;
}
</style>
background-color css
<style>
a { background-color: #6D059C; }
a { background-color: rgb(109,5,156); }
div.DivClassName
{
background-color: #6D059C;
}
.BgClassName
{
background-color: #6D059C;
}
</style>
border-color css
<style>
span { border-color: #6D059C; }
span { border-color: rgb(109,5,156); }
td.TdClassName
{
border-color: #6D059C;
}
.TagClassName
{
border-color: #6D059C;
}
</style>