Shades of Purple #6D1789
Tints of Purple #6D1789
RGB
CMYK
RGB Variations
Color information
#6D1789 (or 0x6D1789) is known color: Purple. HEX triplet: 6D, 17 and 89. RGB value is (109,23,137). Sum of RGB (Red+Green+Blue) = 109+23+137=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D1789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1789 is #92E876. Grayscale: #3D3D3D. Windows color (decimal): -9627767 or 8984429. OLE color: 8984429.
HSL color Cylindrical-coordinate representation of color #6D1789: hue angle of 285.26º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1789 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 23 | 137 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.46 |
| HSL | 285.26º | 0.71% | 0.31% | - |
| HSV(B) | 285.26º | 0.83% | 0.54% | - |
| XYZ | 11.13 | 5.67 | 24.17 | - |
| YUV | 61.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 137 | 0.20 | 0.83 | 0 | 0.46 | 285.26 | 0.71 | 0.31 |
| Hex | 6D | 17 | 89 | 14 | 53 | 0 | 2E | 11D | 47 | 1F |
| Octal | 155 | 27 | 211 | 24 | 123 | 0 | 56 | 435 | 107 | 37 |
| Binary | 1101101 | 10111 | 10001001 | 10100 | 1010011 | 0 | 101110 | 100011101 | 1000111 | 11111 |
Color Harmonies of #6D1789
Complementary color
Monochromatic Colors of #6D1789
Black with #6D1789
Text Example
Text Example
White with #6D1789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1789; }
p { color: rgb(109,23,137); }
H1.HeaderClassName
{
color: #6D1789;
}
.AnyTagClassName
{
color: #6D1789;
}
</style>
background-color css
<style>
a { background-color: #6D1789; }
a { background-color: rgb(109,23,137); }
div.DivClassName
{
background-color: #6D1789;
}
.BgClassName
{
background-color: #6D1789;
}
</style>
border-color css
<style>
span { border-color: #6D1789; }
span { border-color: rgb(109,23,137); }
td.TdClassName
{
border-color: #6D1789;
}
.TagClassName
{
border-color: #6D1789;
}
</style>