Shades of Purple #6E0191
Tints of Purple #6E0191
RGB
CMYK
RGB Variations
Color information
#6E0191 (or 0x6E0191) is known color: Purple. HEX triplet: 6E, 01 and 91. RGB value is (110,1,145). Sum of RGB (Red+Green+Blue) = 110+1+145=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E0191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0191 is #91FE6E. Grayscale: #313131. Windows color (decimal): -9567855 or 9503086. OLE color: 9503086.
HSL color Cylindrical-coordinate representation of color #6E0191: hue angle of 285.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0191 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 1 | 145 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.43 |
| HSL | 285.42º | 0.99% | 0.29% | - |
| HSV(B) | 285.42º | 0.99% | 0.57% | - |
| XYZ | 11.55 | 5.38 | 27.22 | - |
| YUV | 50.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 145 | 0.24 | 0.99 | 0 | 0.43 | 285.42 | 0.99 | 0.29 |
| Hex | 6E | 1 | 91 | 18 | 63 | 0 | 2B | 11D | 63 | 1D |
| Octal | 156 | 1 | 221 | 30 | 143 | 0 | 53 | 435 | 143 | 35 |
| Binary | 1101110 | 1 | 10010001 | 11000 | 1100011 | 0 | 101011 | 100011101 | 1100011 | 11101 |
Color Harmonies of #6E0191
Complementary color
Monochromatic Colors of #6E0191
Black with #6E0191
Text Example
Text Example
White with #6E0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0191; }
p { color: rgb(110,1,145); }
H1.HeaderClassName
{
color: #6E0191;
}
.AnyTagClassName
{
color: #6E0191;
}
</style>
background-color css
<style>
a { background-color: #6E0191; }
a { background-color: rgb(110,1,145); }
div.DivClassName
{
background-color: #6E0191;
}
.BgClassName
{
background-color: #6E0191;
}
</style>
border-color css
<style>
span { border-color: #6E0191; }
span { border-color: rgb(110,1,145); }
td.TdClassName
{
border-color: #6E0191;
}
.TagClassName
{
border-color: #6E0191;
}
</style>