Shades of Royal Purple #6D1AA1
Tints of Royal Purple #6D1AA1
RGB
CMYK
RGB Variations
Color information
#6D1AA1 (or 0x6D1AA1) is known color: Royal Purple. HEX triplet: 6D, 1A and A1. RGB value is (109,26,161). Sum of RGB (Red+Green+Blue) = 109+26+161=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 161 (63.28% from 255 or 54.39% from 296); Max value from RGB is 161 - color contains mainly: blue. Hex color #6D1AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1AA1 is #92E55E. Grayscale: #414141. Windows color (decimal): -9626975 or 10558061. OLE color: 10558061.
HSL color Cylindrical-coordinate representation of color #6D1AA1: hue angle of 276.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1AA1 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 26 | 161 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.37 |
| HSL | 276.89º | 0.72% | 0.37% | - |
| HSV(B) | 276.89º | 0.84% | 0.63% | - |
| XYZ | 13.11 | 6.56 | 34.29 | - |
| YUV | 66.21 | 181.5 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 161 | 0.32 | 0.84 | 0 | 0.37 | 276.89 | 0.72 | 0.37 |
| Hex | 6D | 1A | A1 | 20 | 54 | 0 | 25 | 115 | 48 | 25 |
| Octal | 155 | 32 | 241 | 40 | 124 | 0 | 45 | 425 | 110 | 45 |
| Binary | 1101101 | 11010 | 10100001 | 100000 | 1010100 | 0 | 100101 | 100010101 | 1001000 | 100101 |
Color Harmonies of #6D1AA1
Complementary color
Monochromatic Colors of #6D1AA1
Black with #6D1AA1
Text Example
Text Example
White with #6D1AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1AA1; }
p { color: rgb(109,26,161); }
H1.HeaderClassName
{
color: #6D1AA1;
}
.AnyTagClassName
{
color: #6D1AA1;
}
</style>
background-color css
<style>
a { background-color: #6D1AA1; }
a { background-color: rgb(109,26,161); }
div.DivClassName
{
background-color: #6D1AA1;
}
.BgClassName
{
background-color: #6D1AA1;
}
</style>
border-color css
<style>
span { border-color: #6D1AA1; }
span { border-color: rgb(109,26,161); }
td.TdClassName
{
border-color: #6D1AA1;
}
.TagClassName
{
border-color: #6D1AA1;
}
</style>