Shades of Purple #6D0489
Tints of Purple #6D0489
RGB
CMYK
RGB Variations
Color information
#6D0489 (or 0x6D0489) is known color: Purple. HEX triplet: 6D, 04 and 89. RGB value is (109,4,137). Sum of RGB (Red+Green+Blue) = 109+4+137=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D0489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0489 is #92FB76. Grayscale: #323232. Windows color (decimal): -9632631 or 8979565. OLE color: 8979565.
HSL color Cylindrical-coordinate representation of color #6D0489: hue angle of 287.37º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0489 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 4 | 137 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.46 |
| HSL | 287.37º | 0.94% | 0.28% | - |
| HSV(B) | 287.37º | 0.97% | 0.54% | - |
| XYZ | 10.87 | 5.14 | 24.09 | - |
| YUV | 50.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 137 | 0.20 | 0.97 | 0 | 0.46 | 287.37 | 0.94 | 0.28 |
| Hex | 6D | 4 | 89 | 14 | 61 | 0 | 2E | 11F | 5E | 1C |
| Octal | 155 | 4 | 211 | 24 | 141 | 0 | 56 | 437 | 136 | 34 |
| Binary | 1101101 | 100 | 10001001 | 10100 | 1100001 | 0 | 101110 | 100011111 | 1011110 | 11100 |
Color Harmonies of #6D0489
Complementary color
Monochromatic Colors of #6D0489
Black with #6D0489
Text Example
Text Example
White with #6D0489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0489; }
p { color: rgb(109,4,137); }
H1.HeaderClassName
{
color: #6D0489;
}
.AnyTagClassName
{
color: #6D0489;
}
</style>
background-color css
<style>
a { background-color: #6D0489; }
a { background-color: rgb(109,4,137); }
div.DivClassName
{
background-color: #6D0489;
}
.BgClassName
{
background-color: #6D0489;
}
</style>
border-color css
<style>
span { border-color: #6D0489; }
span { border-color: rgb(109,4,137); }
td.TdClassName
{
border-color: #6D0489;
}
.TagClassName
{
border-color: #6D0489;
}
</style>