Shades of Royal Purple #6E2BA0
Tints of Royal Purple #6E2BA0
RGB
CMYK
RGB Variations
Color information
#6E2BA0 (or 0x6E2BA0) is known color: Royal Purple. HEX triplet: 6E, 2B and A0. RGB value is (110,43,160). Sum of RGB (Red+Green+Blue) = 110+43+160=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 160 (62.89% from 255 or 51.12% from 313); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E2BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2BA0 is #91D45F. Grayscale: #4B4B4B. Windows color (decimal): -9557088 or 10496878. OLE color: 10496878.
HSL color Cylindrical-coordinate representation of color #6E2BA0: hue angle of 274.36º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E2BA0 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 43 | 160 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.37 |
| HSL | 274.36º | 0.58% | 0.4% | - |
| HSV(B) | 274.36º | 0.73% | 0.63% | - |
| XYZ | 13.64 | 7.58 | 34 | - |
| YUV | 76.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 160 | 0.31 | 0.73 | 0 | 0.37 | 274.36 | 0.58 | 0.4 |
| Hex | 6E | 2B | A0 | 1F | 49 | 0 | 25 | 112 | 3A | 28 |
| Octal | 156 | 53 | 240 | 37 | 111 | 0 | 45 | 422 | 72 | 50 |
| Binary | 1101110 | 101011 | 10100000 | 11111 | 1001001 | 0 | 100101 | 100010010 | 111010 | 101000 |
Color Harmonies of #6E2BA0
Complementary color
Monochromatic Colors of #6E2BA0
Black with #6E2BA0
Text Example
Text Example
White with #6E2BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2BA0; }
p { color: rgb(110,43,160); }
H1.HeaderClassName
{
color: #6E2BA0;
}
.AnyTagClassName
{
color: #6E2BA0;
}
</style>
background-color css
<style>
a { background-color: #6E2BA0; }
a { background-color: rgb(110,43,160); }
div.DivClassName
{
background-color: #6E2BA0;
}
.BgClassName
{
background-color: #6E2BA0;
}
</style>
border-color css
<style>
span { border-color: #6E2BA0; }
span { border-color: rgb(110,43,160); }
td.TdClassName
{
border-color: #6E2BA0;
}
.TagClassName
{
border-color: #6E2BA0;
}
</style>