Shades of Purple #6E0F91
Tints of Purple #6E0F91
RGB
CMYK
RGB Variations
Color information
#6E0F91 (or 0x6E0F91) is known color: Purple. HEX triplet: 6E, 0F and 91. RGB value is (110,15,145). Sum of RGB (Red+Green+Blue) = 110+15+145=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E0F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0F91 is #91F06E. Grayscale: #393939. Windows color (decimal): -9564271 or 9506670. OLE color: 9506670.
HSL color Cylindrical-coordinate representation of color #6E0F91: hue angle of 283.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0F91 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 15 | 145 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.43 |
| HSL | 283.85º | 0.81% | 0.31% | - |
| HSV(B) | 283.85º | 0.9% | 0.57% | - |
| XYZ | 11.71 | 5.7 | 27.27 | - |
| YUV | 58.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 145 | 0.24 | 0.90 | 0 | 0.43 | 283.85 | 0.81 | 0.31 |
| Hex | 6E | F | 91 | 18 | 5A | 0 | 2B | 11C | 51 | 1F |
| Octal | 156 | 17 | 221 | 30 | 132 | 0 | 53 | 434 | 121 | 37 |
| Binary | 1101110 | 1111 | 10010001 | 11000 | 1011010 | 0 | 101011 | 100011100 | 1010001 | 11111 |
Color Harmonies of #6E0F91
Complementary color
Monochromatic Colors of #6E0F91
Black with #6E0F91
Text Example
Text Example
White with #6E0F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0F91; }
p { color: rgb(110,15,145); }
H1.HeaderClassName
{
color: #6E0F91;
}
.AnyTagClassName
{
color: #6E0F91;
}
</style>
background-color css
<style>
a { background-color: #6E0F91; }
a { background-color: rgb(110,15,145); }
div.DivClassName
{
background-color: #6E0F91;
}
.BgClassName
{
background-color: #6E0F91;
}
</style>
border-color css
<style>
span { border-color: #6E0F91; }
span { border-color: rgb(110,15,145); }
td.TdClassName
{
border-color: #6E0F91;
}
.TagClassName
{
border-color: #6E0F91;
}
</style>