Shades of Purple #6D0589
Tints of Purple #6D0589
RGB
CMYK
RGB Variations
Color information
#6D0589 (or 0x6D0589) is known color: Purple. HEX triplet: 6D, 05 and 89. RGB value is (109,5,137). Sum of RGB (Red+Green+Blue) = 109+5+137=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D0589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0589 is #92FA76. Grayscale: #323232. Windows color (decimal): -9632375 or 8979821. OLE color: 8979821.
HSL color Cylindrical-coordinate representation of color #6D0589: hue angle of 287.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0589 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 5 | 137 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.46 |
| HSL | 287.27º | 0.93% | 0.28% | - |
| HSV(B) | 287.27º | 0.96% | 0.54% | - |
| XYZ | 10.88 | 5.17 | 24.09 | - |
| YUV | 51.14 | 176.46 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 137 | 0.20 | 0.96 | 0 | 0.46 | 287.27 | 0.93 | 0.28 |
| Hex | 6D | 5 | 89 | 14 | 60 | 0 | 2E | 11F | 5D | 1C |
| Octal | 155 | 5 | 211 | 24 | 140 | 0 | 56 | 437 | 135 | 34 |
| Binary | 1101101 | 101 | 10001001 | 10100 | 1100000 | 0 | 101110 | 100011111 | 1011101 | 11100 |
Color Harmonies of #6D0589
Complementary color
Monochromatic Colors of #6D0589
Black with #6D0589
Text Example
Text Example
White with #6D0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0589; }
p { color: rgb(109,5,137); }
H1.HeaderClassName
{
color: #6D0589;
}
.AnyTagClassName
{
color: #6D0589;
}
</style>
background-color css
<style>
a { background-color: #6D0589; }
a { background-color: rgb(109,5,137); }
div.DivClassName
{
background-color: #6D0589;
}
.BgClassName
{
background-color: #6D0589;
}
</style>
border-color css
<style>
span { border-color: #6D0589; }
span { border-color: rgb(109,5,137); }
td.TdClassName
{
border-color: #6D0589;
}
.TagClassName
{
border-color: #6D0589;
}
</style>