Shades of Purple #6E1389
Tints of Purple #6E1389
RGB
CMYK
RGB Variations
Color information
#6E1389 (or 0x6E1389) is known color: Purple. HEX triplet: 6E, 13 and 89. RGB value is (110,19,137). Sum of RGB (Red+Green+Blue) = 110+19+137=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E1389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1389 is #91EC76. Grayscale: #3B3B3B. Windows color (decimal): -9563255 or 8983406. OLE color: 8983406.
HSL color Cylindrical-coordinate representation of color #6E1389: hue angle of 286.27º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1389 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 19 | 137 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.46 |
| HSL | 286.27º | 0.76% | 0.31% | - |
| HSV(B) | 286.27º | 0.86% | 0.54% | - |
| XYZ | 11.18 | 5.59 | 24.16 | - |
| YUV | 59.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 137 | 0.20 | 0.86 | 0 | 0.46 | 286.27 | 0.76 | 0.31 |
| Hex | 6E | 13 | 89 | 14 | 56 | 0 | 2E | 11E | 4C | 1F |
| Octal | 156 | 23 | 211 | 24 | 126 | 0 | 56 | 436 | 114 | 37 |
| Binary | 1101110 | 10011 | 10001001 | 10100 | 1010110 | 0 | 101110 | 100011110 | 1001100 | 11111 |
Color Harmonies of #6E1389
Complementary color
Monochromatic Colors of #6E1389
Black with #6E1389
Text Example
Text Example
White with #6E1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1389; }
p { color: rgb(110,19,137); }
H1.HeaderClassName
{
color: #6E1389;
}
.AnyTagClassName
{
color: #6E1389;
}
</style>
background-color css
<style>
a { background-color: #6E1389; }
a { background-color: rgb(110,19,137); }
div.DivClassName
{
background-color: #6E1389;
}
.BgClassName
{
background-color: #6E1389;
}
</style>
border-color css
<style>
span { border-color: #6E1389; }
span { border-color: rgb(110,19,137); }
td.TdClassName
{
border-color: #6E1389;
}
.TagClassName
{
border-color: #6E1389;
}
</style>