Shades of Purple #6E0D91
Tints of Purple #6E0D91
RGB
CMYK
RGB Variations
Color information
#6E0D91 (or 0x6E0D91) is known color: Purple. HEX triplet: 6E, 0D and 91. RGB value is (110,13,145). Sum of RGB (Red+Green+Blue) = 110+13+145=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E0D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0D91 is #91F26E. Grayscale: #383838. Windows color (decimal): -9564783 or 9506158. OLE color: 9506158.
HSL color Cylindrical-coordinate representation of color #6E0D91: hue angle of 284.09º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E0D91 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 13 | 145 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.43 |
| HSL | 284.09º | 0.84% | 0.31% | - |
| HSV(B) | 284.09º | 0.91% | 0.57% | - |
| XYZ | 11.69 | 5.65 | 27.26 | - |
| YUV | 57.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 145 | 0.24 | 0.91 | 0 | 0.43 | 284.09 | 0.84 | 0.31 |
| Hex | 6E | D | 91 | 18 | 5B | 0 | 2B | 11C | 54 | 1F |
| Octal | 156 | 15 | 221 | 30 | 133 | 0 | 53 | 434 | 124 | 37 |
| Binary | 1101110 | 1101 | 10010001 | 11000 | 1011011 | 0 | 101011 | 100011100 | 1010100 | 11111 |
Color Harmonies of #6E0D91
Complementary color
Monochromatic Colors of #6E0D91
Black with #6E0D91
Text Example
Text Example
White with #6E0D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0D91; }
p { color: rgb(110,13,145); }
H1.HeaderClassName
{
color: #6E0D91;
}
.AnyTagClassName
{
color: #6E0D91;
}
</style>
background-color css
<style>
a { background-color: #6E0D91; }
a { background-color: rgb(110,13,145); }
div.DivClassName
{
background-color: #6E0D91;
}
.BgClassName
{
background-color: #6E0D91;
}
</style>
border-color css
<style>
span { border-color: #6E0D91; }
span { border-color: rgb(110,13,145); }
td.TdClassName
{
border-color: #6E0D91;
}
.TagClassName
{
border-color: #6E0D91;
}
</style>