Shades of Royal Purple #6E2BA9
Tints of Royal Purple #6E2BA9
RGB
CMYK
RGB Variations
Color information
#6E2BA9 (or 0x6E2BA9) is known color: Royal Purple. HEX triplet: 6E, 2B and A9. RGB value is (110,43,169). Sum of RGB (Red+Green+Blue) = 110+43+169=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E2BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2BA9 is #91D456. Grayscale: #4C4C4C. Windows color (decimal): -9557079 or 11086702. OLE color: 11086702.
HSL color Cylindrical-coordinate representation of color #6E2BA9: hue angle of 271.9º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E2BA9 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 43 | 169 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.34 |
| HSL | 271.9º | 0.59% | 0.42% | - |
| HSV(B) | 271.9º | 0.75% | 0.66% | - |
| XYZ | 14.46 | 7.91 | 38.3 | - |
| YUV | 77.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 169 | 0.35 | 0.75 | 0 | 0.34 | 271.9 | 0.59 | 0.42 |
| Hex | 6E | 2B | A9 | 23 | 4B | 0 | 22 | 110 | 3B | 2A |
| Octal | 156 | 53 | 251 | 43 | 113 | 0 | 42 | 420 | 73 | 52 |
| Binary | 1101110 | 101011 | 10101001 | 100011 | 1001011 | 0 | 100010 | 100010000 | 111011 | 101010 |
Color Harmonies of #6E2BA9
Complementary color
Monochromatic Colors of #6E2BA9
Black with #6E2BA9
Text Example
Text Example
White with #6E2BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2BA9; }
p { color: rgb(110,43,169); }
H1.HeaderClassName
{
color: #6E2BA9;
}
.AnyTagClassName
{
color: #6E2BA9;
}
</style>
background-color css
<style>
a { background-color: #6E2BA9; }
a { background-color: rgb(110,43,169); }
div.DivClassName
{
background-color: #6E2BA9;
}
.BgClassName
{
background-color: #6E2BA9;
}
</style>
border-color css
<style>
span { border-color: #6E2BA9; }
span { border-color: rgb(110,43,169); }
td.TdClassName
{
border-color: #6E2BA9;
}
.TagClassName
{
border-color: #6E2BA9;
}
</style>