Shades of Royal Purple #6E34AE
Tints of Royal Purple #6E34AE
RGB
CMYK
RGB Variations
Color information
#6E34AE (or 0x6E34AE) is known color: Royal Purple. HEX triplet: 6E, 34 and AE. RGB value is (110,52,174). Sum of RGB (Red+Green+Blue) = 110+52+174=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E34AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E34AE is #91CB51. Grayscale: #525252. Windows color (decimal): -9554770 or 11416686. OLE color: 11416686.
HSL color Cylindrical-coordinate representation of color #6E34AE: hue angle of 268.52º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E34AE is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 52 | 174 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.32 |
| HSL | 268.52º | 0.54% | 0.44% | - |
| HSV(B) | 268.52º | 0.7% | 0.68% | - |
| XYZ | 15.3 | 8.83 | 40.94 | - |
| YUV | 83.25 | 179.22 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 174 | 0.37 | 0.70 | 0 | 0.32 | 268.52 | 0.54 | 0.44 |
| Hex | 6E | 34 | AE | 25 | 46 | 0 | 20 | 10D | 36 | 2C |
| Octal | 156 | 64 | 256 | 45 | 106 | 0 | 40 | 415 | 66 | 54 |
| Binary | 1101110 | 110100 | 10101110 | 100101 | 1000110 | 0 | 100000 | 100001101 | 110110 | 101100 |
Color Harmonies of #6E34AE
Complementary color
Monochromatic Colors of #6E34AE
Black with #6E34AE
Text Example
Text Example
White with #6E34AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E34AE; }
p { color: rgb(110,52,174); }
H1.HeaderClassName
{
color: #6E34AE;
}
.AnyTagClassName
{
color: #6E34AE;
}
</style>
background-color css
<style>
a { background-color: #6E34AE; }
a { background-color: rgb(110,52,174); }
div.DivClassName
{
background-color: #6E34AE;
}
.BgClassName
{
background-color: #6E34AE;
}
</style>
border-color css
<style>
span { border-color: #6E34AE; }
span { border-color: rgb(110,52,174); }
td.TdClassName
{
border-color: #6E34AE;
}
.TagClassName
{
border-color: #6E34AE;
}
</style>