Shades of Royal Purple #6E3890
Tints of Royal Purple #6E3890
RGB
CMYK
RGB Variations
Color information
#6E3890 (or 0x6E3890) is known color: Royal Purple. HEX triplet: 6E, 38 and 90. RGB value is (110,56,144). Sum of RGB (Red+Green+Blue) = 110+56+144=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E3890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3890 is #91C76F. Grayscale: #515151. Windows color (decimal): -9553776 or 9451630. OLE color: 9451630.
HSL color Cylindrical-coordinate representation of color #6E3890: hue angle of 276.82º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E3890 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 56 | 144 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.44 |
| HSL | 276.82º | 0.44% | 0.39% | - |
| HSV(B) | 276.82º | 0.61% | 0.56% | - |
| XYZ | 12.88 | 8.16 | 27.28 | - |
| YUV | 82.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 144 | 0.24 | 0.61 | 0 | 0.44 | 276.82 | 0.44 | 0.39 |
| Hex | 6E | 38 | 90 | 18 | 3D | 0 | 2C | 115 | 2C | 27 |
| Octal | 156 | 70 | 220 | 30 | 75 | 0 | 54 | 425 | 54 | 47 |
| Binary | 1101110 | 111000 | 10010000 | 11000 | 111101 | 0 | 101100 | 100010101 | 101100 | 100111 |
Color Harmonies of #6E3890
Complementary color
Monochromatic Colors of #6E3890
Black with #6E3890
Text Example
Text Example
White with #6E3890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3890; }
p { color: rgb(110,56,144); }
H1.HeaderClassName
{
color: #6E3890;
}
.AnyTagClassName
{
color: #6E3890;
}
</style>
background-color css
<style>
a { background-color: #6E3890; }
a { background-color: rgb(110,56,144); }
div.DivClassName
{
background-color: #6E3890;
}
.BgClassName
{
background-color: #6E3890;
}
</style>
border-color css
<style>
span { border-color: #6E3890; }
span { border-color: rgb(110,56,144); }
td.TdClassName
{
border-color: #6E3890;
}
.TagClassName
{
border-color: #6E3890;
}
</style>