Shades of Royal Purple #6D3AAD
Tints of Royal Purple #6D3AAD
RGB
CMYK
RGB Variations
Color information
#6D3AAD (or 0x6D3AAD) is known color: Royal Purple. HEX triplet: 6D, 3A and AD. RGB value is (109,58,173). Sum of RGB (Red+Green+Blue) = 109+58+173=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D3AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3AAD is #92C552. Grayscale: #555555. Windows color (decimal): -9618771 or 11352685. OLE color: 11352685.
HSL color Cylindrical-coordinate representation of color #6D3AAD: hue angle of 266.61º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D3AAD is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 58 | 173 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.32 |
| HSL | 266.61º | 0.5% | 0.45% | - |
| HSV(B) | 266.61º | 0.66% | 0.68% | - |
| XYZ | 15.36 | 9.29 | 40.52 | - |
| YUV | 86.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 173 | 0.37 | 0.66 | 0 | 0.32 | 266.61 | 0.5 | 0.45 |
| Hex | 6D | 3A | AD | 25 | 42 | 0 | 20 | 10B | 32 | 2D |
| Octal | 155 | 72 | 255 | 45 | 102 | 0 | 40 | 413 | 62 | 55 |
| Binary | 1101101 | 111010 | 10101101 | 100101 | 1000010 | 0 | 100000 | 100001011 | 110010 | 101101 |
Color Harmonies of #6D3AAD
Complementary color
Monochromatic Colors of #6D3AAD
Black with #6D3AAD
Text Example
Text Example
White with #6D3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3AAD; }
p { color: rgb(109,58,173); }
H1.HeaderClassName
{
color: #6D3AAD;
}
.AnyTagClassName
{
color: #6D3AAD;
}
</style>
background-color css
<style>
a { background-color: #6D3AAD; }
a { background-color: rgb(109,58,173); }
div.DivClassName
{
background-color: #6D3AAD;
}
.BgClassName
{
background-color: #6D3AAD;
}
</style>
border-color css
<style>
span { border-color: #6D3AAD; }
span { border-color: rgb(109,58,173); }
td.TdClassName
{
border-color: #6D3AAD;
}
.TagClassName
{
border-color: #6D3AAD;
}
</style>