Shades of Royal Purple #6E2AAA
Tints of Royal Purple #6E2AAA
RGB
CMYK
RGB Variations
Color information
#6E2AAA (or 0x6E2AAA) is known color: Royal Purple. HEX triplet: 6E, 2A and AA. RGB value is (110,42,170). Sum of RGB (Red+Green+Blue) = 110+42+170=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E2AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2AAA is #91D555. Grayscale: #4C4C4C. Windows color (decimal): -9557334 or 11151982. OLE color: 11151982.
HSL color Cylindrical-coordinate representation of color #6E2AAA: hue angle of 271.88º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E2AAA is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 42 | 170 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.33 |
| HSL | 271.88º | 0.6% | 0.42% | - |
| HSV(B) | 271.88º | 0.75% | 0.67% | - |
| XYZ | 14.51 | 7.87 | 38.78 | - |
| YUV | 76.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 42 | 170 | 0.35 | 0.75 | 0 | 0.33 | 271.88 | 0.6 | 0.42 |
| Hex | 6E | 2A | AA | 23 | 4B | 0 | 21 | 110 | 3C | 2A |
| Octal | 156 | 52 | 252 | 43 | 113 | 0 | 41 | 420 | 74 | 52 |
| Binary | 1101110 | 101010 | 10101010 | 100011 | 1001011 | 0 | 100001 | 100010000 | 111100 | 101010 |
Color Harmonies of #6E2AAA
Complementary color
Monochromatic Colors of #6E2AAA
Black with #6E2AAA
Text Example
Text Example
White with #6E2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2AAA; }
p { color: rgb(110,42,170); }
H1.HeaderClassName
{
color: #6E2AAA;
}
.AnyTagClassName
{
color: #6E2AAA;
}
</style>
background-color css
<style>
a { background-color: #6E2AAA; }
a { background-color: rgb(110,42,170); }
div.DivClassName
{
background-color: #6E2AAA;
}
.BgClassName
{
background-color: #6E2AAA;
}
</style>
border-color css
<style>
span { border-color: #6E2AAA; }
span { border-color: rgb(110,42,170); }
td.TdClassName
{
border-color: #6E2AAA;
}
.TagClassName
{
border-color: #6E2AAA;
}
</style>