Shades of Royal Purple #6E4091
Tints of Royal Purple #6E4091
RGB
CMYK
RGB Variations
Color information
#6E4091 (or 0x6E4091) is known color: Royal Purple. HEX triplet: 6E, 40 and 91. RGB value is (110,64,145). Sum of RGB (Red+Green+Blue) = 110+64+145=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E4091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4091 is #91BF6E. Grayscale: #565656. Windows color (decimal): -9551727 or 9519214. OLE color: 9519214.
HSL color Cylindrical-coordinate representation of color #6E4091: hue angle of 274.07º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E4091 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 64 | 145 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.43 |
| HSL | 274.07º | 0.39% | 0.41% | - |
| HSV(B) | 274.07º | 0.56% | 0.57% | - |
| XYZ | 13.37 | 9.03 | 27.83 | - |
| YUV | 86.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 145 | 0.24 | 0.56 | 0 | 0.43 | 274.07 | 0.39 | 0.41 |
| Hex | 6E | 40 | 91 | 18 | 38 | 0 | 2B | 112 | 27 | 29 |
| Octal | 156 | 100 | 221 | 30 | 70 | 0 | 53 | 422 | 47 | 51 |
| Binary | 1101110 | 1000000 | 10010001 | 11000 | 111000 | 0 | 101011 | 100010010 | 100111 | 101001 |
Color Harmonies of #6E4091
Complementary color
Monochromatic Colors of #6E4091
Black with #6E4091
Text Example
Text Example
White with #6E4091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4091; }
p { color: rgb(110,64,145); }
H1.HeaderClassName
{
color: #6E4091;
}
.AnyTagClassName
{
color: #6E4091;
}
</style>
background-color css
<style>
a { background-color: #6E4091; }
a { background-color: rgb(110,64,145); }
div.DivClassName
{
background-color: #6E4091;
}
.BgClassName
{
background-color: #6E4091;
}
</style>
border-color css
<style>
span { border-color: #6E4091; }
span { border-color: rgb(110,64,145); }
td.TdClassName
{
border-color: #6E4091;
}
.TagClassName
{
border-color: #6E4091;
}
</style>