Shades of Purple #6E1291
Tints of Purple #6E1291
RGB
CMYK
RGB Variations
Color information
#6E1291 (or 0x6E1291) is known color: Purple. HEX triplet: 6E, 12 and 91. RGB value is (110,18,145). Sum of RGB (Red+Green+Blue) = 110+18+145=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E1291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1291 is #91ED6E. Grayscale: #3B3B3B. Windows color (decimal): -9563503 or 9507438. OLE color: 9507438.
HSL color Cylindrical-coordinate representation of color #6E1291: hue angle of 283.46º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1291 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 18 | 145 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.43 |
| HSL | 283.46º | 0.78% | 0.32% | - |
| HSV(B) | 283.46º | 0.88% | 0.57% | - |
| XYZ | 11.76 | 5.79 | 27.29 | - |
| YUV | 59.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 145 | 0.24 | 0.88 | 0 | 0.43 | 283.46 | 0.78 | 0.32 |
| Hex | 6E | 12 | 91 | 18 | 58 | 0 | 2B | 11B | 4E | 20 |
| Octal | 156 | 22 | 221 | 30 | 130 | 0 | 53 | 433 | 116 | 40 |
| Binary | 1101110 | 10010 | 10010001 | 11000 | 1011000 | 0 | 101011 | 100011011 | 1001110 | 100000 |
Color Harmonies of #6E1291
Complementary color
Monochromatic Colors of #6E1291
Black with #6E1291
Text Example
Text Example
White with #6E1291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1291; }
p { color: rgb(110,18,145); }
H1.HeaderClassName
{
color: #6E1291;
}
.AnyTagClassName
{
color: #6E1291;
}
</style>
background-color css
<style>
a { background-color: #6E1291; }
a { background-color: rgb(110,18,145); }
div.DivClassName
{
background-color: #6E1291;
}
.BgClassName
{
background-color: #6E1291;
}
</style>
border-color css
<style>
span { border-color: #6E1291; }
span { border-color: rgb(110,18,145); }
td.TdClassName
{
border-color: #6E1291;
}
.TagClassName
{
border-color: #6E1291;
}
</style>