Shades of Royal Purple #6C40AE
Tints of Royal Purple #6C40AE
RGB
CMYK
RGB Variations
Color information
#6C40AE (or 0x6C40AE) is known color: Royal Purple. HEX triplet: 6C, 40 and AE. RGB value is (108,64,174). Sum of RGB (Red+Green+Blue) = 108+64+174=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C40AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C40AE is #93BF51. Grayscale: #595959. Windows color (decimal): -9682770 or 11419756. OLE color: 11419756.
HSL color Cylindrical-coordinate representation of color #6C40AE: hue angle of 264º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C40AE is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 64 | 174 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.32 |
| HSL | 264º | 0.46% | 0.47% | - |
| HSV(B) | 264º | 0.63% | 0.68% | - |
| XYZ | 15.66 | 9.91 | 41.13 | - |
| YUV | 89.7 | 175.58 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 174 | 0.38 | 0.63 | 0 | 0.32 | 264 | 0.46 | 0.47 |
| Hex | 6C | 40 | AE | 26 | 3F | 0 | 20 | 108 | 2E | 2F |
| Octal | 154 | 100 | 256 | 46 | 77 | 0 | 40 | 410 | 56 | 57 |
| Binary | 1101100 | 1000000 | 10101110 | 100110 | 111111 | 0 | 100000 | 100001000 | 101110 | 101111 |
Color Harmonies of #6C40AE
Complementary color
Monochromatic Colors of #6C40AE
Black with #6C40AE
Text Example
Text Example
White with #6C40AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C40AE; }
p { color: rgb(108,64,174); }
H1.HeaderClassName
{
color: #6C40AE;
}
.AnyTagClassName
{
color: #6C40AE;
}
</style>
background-color css
<style>
a { background-color: #6C40AE; }
a { background-color: rgb(108,64,174); }
div.DivClassName
{
background-color: #6C40AE;
}
.BgClassName
{
background-color: #6C40AE;
}
</style>
border-color css
<style>
span { border-color: #6C40AE; }
span { border-color: rgb(108,64,174); }
td.TdClassName
{
border-color: #6C40AE;
}
.TagClassName
{
border-color: #6C40AE;
}
</style>