Shades of Royal Purple #6E3896
Tints of Royal Purple #6E3896
RGB
CMYK
RGB Variations
Color information
#6E3896 (or 0x6E3896) is known color: Royal Purple. HEX triplet: 6E, 38 and 96. RGB value is (110,56,150). Sum of RGB (Red+Green+Blue) = 110+56+150=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E3896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3896 is #91C769. Grayscale: #525252. Windows color (decimal): -9553770 or 9844846. OLE color: 9844846.
HSL color Cylindrical-coordinate representation of color #6E3896: hue angle of 274.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3896 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 56 | 150 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.41 |
| HSL | 274.47º | 0.46% | 0.4% | - |
| HSV(B) | 274.47º | 0.63% | 0.59% | - |
| XYZ | 13.35 | 8.35 | 29.76 | - |
| YUV | 82.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 150 | 0.27 | 0.63 | 0 | 0.41 | 274.47 | 0.46 | 0.4 |
| Hex | 6E | 38 | 96 | 1B | 3F | 0 | 29 | 112 | 2E | 28 |
| Octal | 156 | 70 | 226 | 33 | 77 | 0 | 51 | 422 | 56 | 50 |
| Binary | 1101110 | 111000 | 10010110 | 11011 | 111111 | 0 | 101001 | 100010010 | 101110 | 101000 |
Color Harmonies of #6E3896
Complementary color
Monochromatic Colors of #6E3896
Black with #6E3896
Text Example
Text Example
White with #6E3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3896; }
p { color: rgb(110,56,150); }
H1.HeaderClassName
{
color: #6E3896;
}
.AnyTagClassName
{
color: #6E3896;
}
</style>
background-color css
<style>
a { background-color: #6E3896; }
a { background-color: rgb(110,56,150); }
div.DivClassName
{
background-color: #6E3896;
}
.BgClassName
{
background-color: #6E3896;
}
</style>
border-color css
<style>
span { border-color: #6E3896; }
span { border-color: rgb(110,56,150); }
td.TdClassName
{
border-color: #6E3896;
}
.TagClassName
{
border-color: #6E3896;
}
</style>