Shades of Purple #6E109A
Tints of Purple #6E109A
RGB
CMYK
RGB Variations
Color information
#6E109A (or 0x6E109A) is known color: Purple. HEX triplet: 6E, 10 and 9A. RGB value is (110,16,154). Sum of RGB (Red+Green+Blue) = 110+16+154=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E109A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E109A is #91EF65. Grayscale: #3B3B3B. Windows color (decimal): -9564006 or 10096750. OLE color: 10096750.
HSL color Cylindrical-coordinate representation of color #6E109A: hue angle of 280.87º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E109A is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 16 | 154 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.40 |
| HSL | 280.87º | 0.81% | 0.33% | - |
| HSV(B) | 280.87º | 0.9% | 0.6% | - |
| XYZ | 12.45 | 6.02 | 31.08 | - |
| YUV | 59.84 | 181.14 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 154 | 0.29 | 0.90 | 0 | 0.40 | 280.87 | 0.81 | 0.33 |
| Hex | 6E | 10 | 9A | 1D | 5A | 0 | 28 | 119 | 51 | 21 |
| Octal | 156 | 20 | 232 | 35 | 132 | 0 | 50 | 431 | 121 | 41 |
| Binary | 1101110 | 10000 | 10011010 | 11101 | 1011010 | 0 | 101000 | 100011001 | 1010001 | 100001 |
Color Harmonies of #6E109A
Complementary color
Monochromatic Colors of #6E109A
Black with #6E109A
Text Example
Text Example
White with #6E109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E109A; }
p { color: rgb(110,16,154); }
H1.HeaderClassName
{
color: #6E109A;
}
.AnyTagClassName
{
color: #6E109A;
}
</style>
background-color css
<style>
a { background-color: #6E109A; }
a { background-color: rgb(110,16,154); }
div.DivClassName
{
background-color: #6E109A;
}
.BgClassName
{
background-color: #6E109A;
}
</style>
border-color css
<style>
span { border-color: #6E109A; }
span { border-color: rgb(110,16,154); }
td.TdClassName
{
border-color: #6E109A;
}
.TagClassName
{
border-color: #6E109A;
}
</style>