Shades of Purple #6E109B
Tints of Purple #6E109B
RGB
CMYK
RGB Variations
Color information
#6E109B (or 0x6E109B) is known color: Purple. HEX triplet: 6E, 10 and 9B. RGB value is (110,16,155). Sum of RGB (Red+Green+Blue) = 110+16+155=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E109B is #91EF64. Grayscale: #3B3B3B. Windows color (decimal): -9564005 or 10162286. OLE color: 10162286.
HSL color Cylindrical-coordinate representation of color #6E109B: hue angle of 280.58º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E109B is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 16 | 155 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.39 |
| HSL | 280.58º | 0.81% | 0.34% | - |
| HSV(B) | 280.58º | 0.9% | 0.61% | - |
| XYZ | 12.53 | 6.05 | 31.52 | - |
| YUV | 59.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 155 | 0.29 | 0.90 | 0 | 0.39 | 280.58 | 0.81 | 0.34 |
| Hex | 6E | 10 | 9B | 1D | 5A | 0 | 27 | 119 | 51 | 22 |
| Octal | 156 | 20 | 233 | 35 | 132 | 0 | 47 | 431 | 121 | 42 |
| Binary | 1101110 | 10000 | 10011011 | 11101 | 1011010 | 0 | 100111 | 100011001 | 1010001 | 100010 |
Color Harmonies of #6E109B
Complementary color
Monochromatic Colors of #6E109B
Black with #6E109B
Text Example
Text Example
White with #6E109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E109B; }
p { color: rgb(110,16,155); }
H1.HeaderClassName
{
color: #6E109B;
}
.AnyTagClassName
{
color: #6E109B;
}
</style>
background-color css
<style>
a { background-color: #6E109B; }
a { background-color: rgb(110,16,155); }
div.DivClassName
{
background-color: #6E109B;
}
.BgClassName
{
background-color: #6E109B;
}
</style>
border-color css
<style>
span { border-color: #6E109B; }
span { border-color: rgb(110,16,155); }
td.TdClassName
{
border-color: #6E109B;
}
.TagClassName
{
border-color: #6E109B;
}
</style>