Shades of Royal Purple #6E4494
Tints of Royal Purple #6E4494
RGB
CMYK
RGB Variations
Color information
#6E4494 (or 0x6E4494) is known color: Royal Purple. HEX triplet: 6E, 44 and 94. RGB value is (110,68,148). Sum of RGB (Red+Green+Blue) = 110+68+148=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E4494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4494 is #91BB6B. Grayscale: #595959. Windows color (decimal): -9550700 or 9716846. OLE color: 9716846.
HSL color Cylindrical-coordinate representation of color #6E4494: hue angle of 271.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E4494 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 68 | 148 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.42 |
| HSL | 271.5º | 0.37% | 0.42% | - |
| HSV(B) | 271.5º | 0.54% | 0.58% | - |
| XYZ | 13.84 | 9.59 | 29.14 | - |
| YUV | 89.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 148 | 0.26 | 0.54 | 0 | 0.42 | 271.5 | 0.37 | 0.42 |
| Hex | 6E | 44 | 94 | 1A | 36 | 0 | 2A | 110 | 25 | 2A |
| Octal | 156 | 104 | 224 | 32 | 66 | 0 | 52 | 420 | 45 | 52 |
| Binary | 1101110 | 1000100 | 10010100 | 11010 | 110110 | 0 | 101010 | 100010000 | 100101 | 101010 |
Color Harmonies of #6E4494
Complementary color
Monochromatic Colors of #6E4494
Black with #6E4494
Text Example
Text Example
White with #6E4494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4494; }
p { color: rgb(110,68,148); }
H1.HeaderClassName
{
color: #6E4494;
}
.AnyTagClassName
{
color: #6E4494;
}
</style>
background-color css
<style>
a { background-color: #6E4494; }
a { background-color: rgb(110,68,148); }
div.DivClassName
{
background-color: #6E4494;
}
.BgClassName
{
background-color: #6E4494;
}
</style>
border-color css
<style>
span { border-color: #6E4494; }
span { border-color: rgb(110,68,148); }
td.TdClassName
{
border-color: #6E4494;
}
.TagClassName
{
border-color: #6E4494;
}
</style>