Shades of Purple #6E0293
Tints of Purple #6E0293
RGB
CMYK
RGB Variations
Color information
#6E0293 (or 0x6E0293) is known color: Purple. HEX triplet: 6E, 02 and 93. RGB value is (110,2,147). Sum of RGB (Red+Green+Blue) = 110+2+147=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E0293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0293 is #91FD6C. Grayscale: #323232. Windows color (decimal): -9567597 or 9634414. OLE color: 9634414.
HSL color Cylindrical-coordinate representation of color #6E0293: hue angle of 284.69º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0293 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 2 | 147 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.42 |
| HSL | 284.69º | 0.97% | 0.29% | - |
| HSV(B) | 284.69º | 0.99% | 0.58% | - |
| XYZ | 11.72 | 5.46 | 28.04 | - |
| YUV | 50.82 | 182.28 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 147 | 0.25 | 0.99 | 0 | 0.42 | 284.69 | 0.97 | 0.29 |
| Hex | 6E | 2 | 93 | 19 | 63 | 0 | 2A | 11D | 61 | 1D |
| Octal | 156 | 2 | 223 | 31 | 143 | 0 | 52 | 435 | 141 | 35 |
| Binary | 1101110 | 10 | 10010011 | 11001 | 1100011 | 0 | 101010 | 100011101 | 1100001 | 11101 |
Color Harmonies of #6E0293
Complementary color
Monochromatic Colors of #6E0293
Black with #6E0293
Text Example
Text Example
White with #6E0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0293; }
p { color: rgb(110,2,147); }
H1.HeaderClassName
{
color: #6E0293;
}
.AnyTagClassName
{
color: #6E0293;
}
</style>
background-color css
<style>
a { background-color: #6E0293; }
a { background-color: rgb(110,2,147); }
div.DivClassName
{
background-color: #6E0293;
}
.BgClassName
{
background-color: #6E0293;
}
</style>
border-color css
<style>
span { border-color: #6E0293; }
span { border-color: rgb(110,2,147); }
td.TdClassName
{
border-color: #6E0293;
}
.TagClassName
{
border-color: #6E0293;
}
</style>