Shades of Purple #6D127E
Tints of Purple #6D127E
RGB
CMYK
RGB Variations
Color information
#6D127E (or 0x6D127E) is known color: Purple. HEX triplet: 6D, 12 and 7E. RGB value is (109,18,126). Sum of RGB (Red+Green+Blue) = 109+18+126=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D127E is #92ED81. Grayscale: #393939. Windows color (decimal): -9629058 or 8262253. OLE color: 8262253.
HSL color Cylindrical-coordinate representation of color #6D127E: hue angle of 290.56º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D127E is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 18 | 126 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.51 |
| HSL | 290.56º | 0.75% | 0.28% | - |
| HSV(B) | 290.56º | 0.86% | 0.49% | - |
| XYZ | 10.29 | 5.19 | 20.2 | - |
| YUV | 57.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 126 | 0.13 | 0.86 | 0 | 0.51 | 290.56 | 0.75 | 0.28 |
| Hex | 6D | 12 | 7E | D | 56 | 0 | 33 | 123 | 4B | 1C |
| Octal | 155 | 22 | 176 | 15 | 126 | 0 | 63 | 443 | 113 | 34 |
| Binary | 1101101 | 10010 | 1111110 | 1101 | 1010110 | 0 | 110011 | 100100011 | 1001011 | 11100 |
Color Harmonies of #6D127E
Complementary color
Monochromatic Colors of #6D127E
Black with #6D127E
Text Example
Text Example
White with #6D127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D127E; }
p { color: rgb(109,18,126); }
H1.HeaderClassName
{
color: #6D127E;
}
.AnyTagClassName
{
color: #6D127E;
}
</style>
background-color css
<style>
a { background-color: #6D127E; }
a { background-color: rgb(109,18,126); }
div.DivClassName
{
background-color: #6D127E;
}
.BgClassName
{
background-color: #6D127E;
}
</style>
border-color css
<style>
span { border-color: #6D127E; }
span { border-color: rgb(109,18,126); }
td.TdClassName
{
border-color: #6D127E;
}
.TagClassName
{
border-color: #6D127E;
}
</style>