Shades of Purple #6E128D
Tints of Purple #6E128D
RGB
CMYK
RGB Variations
Color information
#6E128D (or 0x6E128D) is known color: Purple. HEX triplet: 6E, 12 and 8D. RGB value is (110,18,141). Sum of RGB (Red+Green+Blue) = 110+18+141=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E128D is #91ED72. Grayscale: #3B3B3B. Windows color (decimal): -9563507 or 9245294. OLE color: 9245294.
HSL color Cylindrical-coordinate representation of color #6E128D: hue angle of 284.88º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E128D is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 18 | 141 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.45 |
| HSL | 284.88º | 0.77% | 0.31% | - |
| HSV(B) | 284.88º | 0.87% | 0.55% | - |
| XYZ | 11.45 | 5.67 | 25.69 | - |
| YUV | 59.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 141 | 0.22 | 0.87 | 0 | 0.45 | 284.88 | 0.77 | 0.31 |
| Hex | 6E | 12 | 8D | 16 | 57 | 0 | 2D | 11D | 4D | 1F |
| Octal | 156 | 22 | 215 | 26 | 127 | 0 | 55 | 435 | 115 | 37 |
| Binary | 1101110 | 10010 | 10001101 | 10110 | 1010111 | 0 | 101101 | 100011101 | 1001101 | 11111 |
Color Harmonies of #6E128D
Complementary color
Monochromatic Colors of #6E128D
Black with #6E128D
Text Example
Text Example
White with #6E128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E128D; }
p { color: rgb(110,18,141); }
H1.HeaderClassName
{
color: #6E128D;
}
.AnyTagClassName
{
color: #6E128D;
}
</style>
background-color css
<style>
a { background-color: #6E128D; }
a { background-color: rgb(110,18,141); }
div.DivClassName
{
background-color: #6E128D;
}
.BgClassName
{
background-color: #6E128D;
}
</style>
border-color css
<style>
span { border-color: #6E128D; }
span { border-color: rgb(110,18,141); }
td.TdClassName
{
border-color: #6E128D;
}
.TagClassName
{
border-color: #6E128D;
}
</style>