Shades of Royal Purple #6E4291
Tints of Royal Purple #6E4291
RGB
CMYK
RGB Variations
Color information
#6E4291 (or 0x6E4291) is known color: Royal Purple. HEX triplet: 6E, 42 and 91. RGB value is (110,66,145). Sum of RGB (Red+Green+Blue) = 110+66+145=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E4291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4291 is #91BD6E. Grayscale: #575757. Windows color (decimal): -9551215 or 9519726. OLE color: 9519726.
HSL color Cylindrical-coordinate representation of color #6E4291: hue angle of 273.42º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E4291 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 66 | 145 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.43 |
| HSL | 273.42º | 0.37% | 0.41% | - |
| HSV(B) | 273.42º | 0.54% | 0.57% | - |
| XYZ | 13.49 | 9.26 | 27.86 | - |
| YUV | 88.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 145 | 0.24 | 0.54 | 0 | 0.43 | 273.42 | 0.37 | 0.41 |
| Hex | 6E | 42 | 91 | 18 | 36 | 0 | 2B | 111 | 25 | 29 |
| Octal | 156 | 102 | 221 | 30 | 66 | 0 | 53 | 421 | 45 | 51 |
| Binary | 1101110 | 1000010 | 10010001 | 11000 | 110110 | 0 | 101011 | 100010001 | 100101 | 101001 |
Color Harmonies of #6E4291
Complementary color
Monochromatic Colors of #6E4291
Black with #6E4291
Text Example
Text Example
White with #6E4291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4291; }
p { color: rgb(110,66,145); }
H1.HeaderClassName
{
color: #6E4291;
}
.AnyTagClassName
{
color: #6E4291;
}
</style>
background-color css
<style>
a { background-color: #6E4291; }
a { background-color: rgb(110,66,145); }
div.DivClassName
{
background-color: #6E4291;
}
.BgClassName
{
background-color: #6E4291;
}
</style>
border-color css
<style>
span { border-color: #6E4291; }
span { border-color: rgb(110,66,145); }
td.TdClassName
{
border-color: #6E4291;
}
.TagClassName
{
border-color: #6E4291;
}
</style>