Shades of Purple #6E0394
Tints of Purple #6E0394
RGB
CMYK
RGB Variations
Color information
#6E0394 (or 0x6E0394) is known color: Purple. HEX triplet: 6E, 03 and 94. RGB value is (110,3,148). Sum of RGB (Red+Green+Blue) = 110+3+148=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E0394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0394 is #91FC6B. Grayscale: #333333. Windows color (decimal): -9567340 or 9700206. OLE color: 9700206.
HSL color Cylindrical-coordinate representation of color #6E0394: hue angle of 284.28º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E0394 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 3 | 148 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.42 |
| HSL | 284.28º | 0.96% | 0.3% | - |
| HSV(B) | 284.28º | 0.98% | 0.58% | - |
| XYZ | 11.81 | 5.52 | 28.46 | - |
| YUV | 51.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 148 | 0.26 | 0.98 | 0 | 0.42 | 284.28 | 0.96 | 0.3 |
| Hex | 6E | 3 | 94 | 1A | 62 | 0 | 2A | 11C | 60 | 1E |
| Octal | 156 | 3 | 224 | 32 | 142 | 0 | 52 | 434 | 140 | 36 |
| Binary | 1101110 | 11 | 10010100 | 11010 | 1100010 | 0 | 101010 | 100011100 | 1100000 | 11110 |
Color Harmonies of #6E0394
Complementary color
Monochromatic Colors of #6E0394
Black with #6E0394
Text Example
Text Example
White with #6E0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0394; }
p { color: rgb(110,3,148); }
H1.HeaderClassName
{
color: #6E0394;
}
.AnyTagClassName
{
color: #6E0394;
}
</style>
background-color css
<style>
a { background-color: #6E0394; }
a { background-color: rgb(110,3,148); }
div.DivClassName
{
background-color: #6E0394;
}
.BgClassName
{
background-color: #6E0394;
}
</style>
border-color css
<style>
span { border-color: #6E0394; }
span { border-color: rgb(110,3,148); }
td.TdClassName
{
border-color: #6E0394;
}
.TagClassName
{
border-color: #6E0394;
}
</style>