Shades of Purple #6D0A83
Tints of Purple #6D0A83
RGB
CMYK
RGB Variations
Color information
#6D0A83 (or 0x6D0A83) is known color: Purple. HEX triplet: 6D, 0A and 83. RGB value is (109,10,131). Sum of RGB (Red+Green+Blue) = 109+10+131=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D0A83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0A83 is #92F57C. Grayscale: #353535. Windows color (decimal): -9631101 or 8587885. OLE color: 8587885.
HSL color Cylindrical-coordinate representation of color #6D0A83: hue angle of 289.09º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0A83 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 10 | 131 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.49 |
| HSL | 289.09º | 0.86% | 0.28% | - |
| HSV(B) | 289.09º | 0.92% | 0.51% | - |
| XYZ | 10.51 | 5.11 | 21.9 | - |
| YUV | 53.4 | 171.8 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 131 | 0.17 | 0.92 | 0 | 0.49 | 289.09 | 0.86 | 0.28 |
| Hex | 6D | A | 83 | 11 | 5C | 0 | 31 | 121 | 56 | 1C |
| Octal | 155 | 12 | 203 | 21 | 134 | 0 | 61 | 441 | 126 | 34 |
| Binary | 1101101 | 1010 | 10000011 | 10001 | 1011100 | 0 | 110001 | 100100001 | 1010110 | 11100 |
Color Harmonies of #6D0A83
Complementary color
Monochromatic Colors of #6D0A83
Black with #6D0A83
Text Example
Text Example
White with #6D0A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A83; }
p { color: rgb(109,10,131); }
H1.HeaderClassName
{
color: #6D0A83;
}
.AnyTagClassName
{
color: #6D0A83;
}
</style>
background-color css
<style>
a { background-color: #6D0A83; }
a { background-color: rgb(109,10,131); }
div.DivClassName
{
background-color: #6D0A83;
}
.BgClassName
{
background-color: #6D0A83;
}
</style>
border-color css
<style>
span { border-color: #6D0A83; }
span { border-color: rgb(109,10,131); }
td.TdClassName
{
border-color: #6D0A83;
}
.TagClassName
{
border-color: #6D0A83;
}
</style>