Shades of Royal Purple #6C3AAE
Tints of Royal Purple #6C3AAE
RGB
CMYK
RGB Variations
Color information
#6C3AAE (or 0x6C3AAE) is known color: Royal Purple. HEX triplet: 6C, 3A and AE. RGB value is (108,58,174). Sum of RGB (Red+Green+Blue) = 108+58+174=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3AAE is #93C551. Grayscale: #555555. Windows color (decimal): -9684306 or 11418220. OLE color: 11418220.
HSL color Cylindrical-coordinate representation of color #6C3AAE: hue angle of 265.86º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C3AAE is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 58 | 174 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.32 |
| HSL | 265.86º | 0.5% | 0.45% | - |
| HSV(B) | 265.86º | 0.67% | 0.68% | - |
| XYZ | 15.34 | 9.27 | 41.03 | - |
| YUV | 86.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 174 | 0.38 | 0.67 | 0 | 0.32 | 265.86 | 0.5 | 0.45 |
| Hex | 6C | 3A | AE | 26 | 43 | 0 | 20 | 10A | 32 | 2D |
| Octal | 154 | 72 | 256 | 46 | 103 | 0 | 40 | 412 | 62 | 55 |
| Binary | 1101100 | 111010 | 10101110 | 100110 | 1000011 | 0 | 100000 | 100001010 | 110010 | 101101 |
Color Harmonies of #6C3AAE
Complementary color
Monochromatic Colors of #6C3AAE
Black with #6C3AAE
Text Example
Text Example
White with #6C3AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3AAE; }
p { color: rgb(108,58,174); }
H1.HeaderClassName
{
color: #6C3AAE;
}
.AnyTagClassName
{
color: #6C3AAE;
}
</style>
background-color css
<style>
a { background-color: #6C3AAE; }
a { background-color: rgb(108,58,174); }
div.DivClassName
{
background-color: #6C3AAE;
}
.BgClassName
{
background-color: #6C3AAE;
}
</style>
border-color css
<style>
span { border-color: #6C3AAE; }
span { border-color: rgb(108,58,174); }
td.TdClassName
{
border-color: #6C3AAE;
}
.TagClassName
{
border-color: #6C3AAE;
}
</style>