Shades of Royal Purple #6A1AA1
Tints of Royal Purple #6A1AA1
RGB
CMYK
RGB Variations
Color information
#6A1AA1 (or 0x6A1AA1) is known color: Royal Purple. HEX triplet: 6A, 1A and A1. RGB value is (106,26,161). Sum of RGB (Red+Green+Blue) = 106+26+161=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #6A1AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1AA1 is #95E55E. Grayscale: #404040. Windows color (decimal): -9823583 or 10558058. OLE color: 10558058.
HSL color Cylindrical-coordinate representation of color #6A1AA1: hue angle of 275.56º 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 #6A1AA1 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 26 | 161 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.37 |
| HSL | 275.56º | 0.72% | 0.37% | - |
| HSV(B) | 275.56º | 0.84% | 0.63% | - |
| XYZ | 12.75 | 6.38 | 34.28 | - |
| YUV | 65.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 26 | 161 | 0.34 | 0.84 | 0 | 0.37 | 275.56 | 0.72 | 0.37 |
| Hex | 6A | 1A | A1 | 22 | 54 | 0 | 25 | 114 | 48 | 25 |
| Octal | 152 | 32 | 241 | 42 | 124 | 0 | 45 | 424 | 110 | 45 |
| Binary | 1101010 | 11010 | 10100001 | 100010 | 1010100 | 0 | 100101 | 100010100 | 1001000 | 100101 |
Color Harmonies of #6A1AA1
Complementary color
Monochromatic Colors of #6A1AA1
Black with #6A1AA1
Text Example
Text Example
White with #6A1AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1AA1; }
p { color: rgb(106,26,161); }
H1.HeaderClassName
{
color: #6A1AA1;
}
.AnyTagClassName
{
color: #6A1AA1;
}
</style>
background-color css
<style>
a { background-color: #6A1AA1; }
a { background-color: rgb(106,26,161); }
div.DivClassName
{
background-color: #6A1AA1;
}
.BgClassName
{
background-color: #6A1AA1;
}
</style>
border-color css
<style>
span { border-color: #6A1AA1; }
span { border-color: rgb(106,26,161); }
td.TdClassName
{
border-color: #6A1AA1;
}
.TagClassName
{
border-color: #6A1AA1;
}
</style>