Shades of Purple #6E0794
Tints of Purple #6E0794
RGB
CMYK
RGB Variations
Color information
#6E0794 (or 0x6E0794) is known color: Purple. HEX triplet: 6E, 07 and 94. RGB value is (110,7,148). Sum of RGB (Red+Green+Blue) = 110+7+148=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E0794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0794 is #91F86B. Grayscale: #353535. Windows color (decimal): -9566316 or 9701230. OLE color: 9701230.
HSL color Cylindrical-coordinate representation of color #6E0794: hue angle of 283.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0794 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 7 | 148 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.42 |
| HSL | 283.83º | 0.91% | 0.3% | - |
| HSV(B) | 283.83º | 0.95% | 0.58% | - |
| XYZ | 11.85 | 5.61 | 28.47 | - |
| YUV | 53.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 148 | 0.26 | 0.95 | 0 | 0.42 | 283.83 | 0.91 | 0.3 |
| Hex | 6E | 7 | 94 | 1A | 5F | 0 | 2A | 11C | 5B | 1E |
| Octal | 156 | 7 | 224 | 32 | 137 | 0 | 52 | 434 | 133 | 36 |
| Binary | 1101110 | 111 | 10010100 | 11010 | 1011111 | 0 | 101010 | 100011100 | 1011011 | 11110 |
Color Harmonies of #6E0794
Complementary color
Monochromatic Colors of #6E0794
Black with #6E0794
Text Example
Text Example
White with #6E0794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0794; }
p { color: rgb(110,7,148); }
H1.HeaderClassName
{
color: #6E0794;
}
.AnyTagClassName
{
color: #6E0794;
}
</style>
background-color css
<style>
a { background-color: #6E0794; }
a { background-color: rgb(110,7,148); }
div.DivClassName
{
background-color: #6E0794;
}
.BgClassName
{
background-color: #6E0794;
}
</style>
border-color css
<style>
span { border-color: #6E0794; }
span { border-color: rgb(110,7,148); }
td.TdClassName
{
border-color: #6E0794;
}
.TagClassName
{
border-color: #6E0794;
}
</style>