Shades of Purple #6D0983
Tints of Purple #6D0983
RGB
CMYK
RGB Variations
Color information
#6D0983 (or 0x6D0983) is known color: Purple. HEX triplet: 6D, 09 and 83. RGB value is (109,9,131). Sum of RGB (Red+Green+Blue) = 109+9+131=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D0983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0983 is #92F67C. Grayscale: #343434. Windows color (decimal): -9631357 or 8587629. OLE color: 8587629.
HSL color Cylindrical-coordinate representation of color #6D0983: hue angle of 289.18º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0983 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 9 | 131 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.49 |
| HSL | 289.18º | 0.87% | 0.27% | - |
| HSV(B) | 289.18º | 0.93% | 0.51% | - |
| XYZ | 10.5 | 5.09 | 21.9 | - |
| YUV | 52.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 131 | 0.17 | 0.93 | 0 | 0.49 | 289.18 | 0.87 | 0.27 |
| Hex | 6D | 9 | 83 | 11 | 5D | 0 | 31 | 121 | 57 | 1B |
| Octal | 155 | 11 | 203 | 21 | 135 | 0 | 61 | 441 | 127 | 33 |
| Binary | 1101101 | 1001 | 10000011 | 10001 | 1011101 | 0 | 110001 | 100100001 | 1010111 | 11011 |
Color Harmonies of #6D0983
Complementary color
Monochromatic Colors of #6D0983
Black with #6D0983
Text Example
Text Example
White with #6D0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0983; }
p { color: rgb(109,9,131); }
H1.HeaderClassName
{
color: #6D0983;
}
.AnyTagClassName
{
color: #6D0983;
}
</style>
background-color css
<style>
a { background-color: #6D0983; }
a { background-color: rgb(109,9,131); }
div.DivClassName
{
background-color: #6D0983;
}
.BgClassName
{
background-color: #6D0983;
}
</style>
border-color css
<style>
span { border-color: #6D0983; }
span { border-color: rgb(109,9,131); }
td.TdClassName
{
border-color: #6D0983;
}
.TagClassName
{
border-color: #6D0983;
}
</style>