Shades of Royal Purple #6E3AAA
Tints of Royal Purple #6E3AAA
RGB
CMYK
RGB Variations
Color information
#6E3AAA (or 0x6E3AAA) is known color: Royal Purple. HEX triplet: 6E, 3A and AA. RGB value is (110,58,170). Sum of RGB (Red+Green+Blue) = 110+58+170=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3AAA is #91C555. Grayscale: #555555. Windows color (decimal): -9553238 or 11156078. OLE color: 11156078.
HSL color Cylindrical-coordinate representation of color #6E3AAA: hue angle of 267.86º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E3AAA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 58 | 170 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.33 |
| HSL | 267.86º | 0.49% | 0.45% | - |
| HSV(B) | 267.86º | 0.66% | 0.67% | - |
| XYZ | 15.2 | 9.24 | 39.01 | - |
| YUV | 86.32 | 175.23 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 58 | 170 | 0.35 | 0.66 | 0 | 0.33 | 267.86 | 0.49 | 0.45 |
| Hex | 6E | 3A | AA | 23 | 42 | 0 | 21 | 10C | 31 | 2D |
| Octal | 156 | 72 | 252 | 43 | 102 | 0 | 41 | 414 | 61 | 55 |
| Binary | 1101110 | 111010 | 10101010 | 100011 | 1000010 | 0 | 100001 | 100001100 | 110001 | 101101 |
Color Harmonies of #6E3AAA
Complementary color
Monochromatic Colors of #6E3AAA
Black with #6E3AAA
Text Example
Text Example
White with #6E3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3AAA; }
p { color: rgb(110,58,170); }
H1.HeaderClassName
{
color: #6E3AAA;
}
.AnyTagClassName
{
color: #6E3AAA;
}
</style>
background-color css
<style>
a { background-color: #6E3AAA; }
a { background-color: rgb(110,58,170); }
div.DivClassName
{
background-color: #6E3AAA;
}
.BgClassName
{
background-color: #6E3AAA;
}
</style>
border-color css
<style>
span { border-color: #6E3AAA; }
span { border-color: rgb(110,58,170); }
td.TdClassName
{
border-color: #6E3AAA;
}
.TagClassName
{
border-color: #6E3AAA;
}
</style>