Shades of Royal Purple #6D32AD
Tints of Royal Purple #6D32AD
RGB
CMYK
RGB Variations
Color information
#6D32AD (or 0x6D32AD) is known color: Royal Purple. HEX triplet: 6D, 32 and AD. RGB value is (109,50,173). Sum of RGB (Red+Green+Blue) = 109+50+173=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D32AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D32AD is #92CD52. Grayscale: #515151. Windows color (decimal): -9620819 or 11350637. OLE color: 11350637.
HSL color Cylindrical-coordinate representation of color #6D32AD: hue angle of 268.78º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D32AD is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 50 | 173 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.32 |
| HSL | 268.78º | 0.55% | 0.44% | - |
| HSV(B) | 268.78º | 0.71% | 0.68% | - |
| XYZ | 14.99 | 8.55 | 40.4 | - |
| YUV | 81.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 173 | 0.37 | 0.71 | 0 | 0.32 | 268.78 | 0.55 | 0.44 |
| Hex | 6D | 32 | AD | 25 | 47 | 0 | 20 | 10D | 37 | 2C |
| Octal | 155 | 62 | 255 | 45 | 107 | 0 | 40 | 415 | 67 | 54 |
| Binary | 1101101 | 110010 | 10101101 | 100101 | 1000111 | 0 | 100000 | 100001101 | 110111 | 101100 |
Color Harmonies of #6D32AD
Complementary color
Monochromatic Colors of #6D32AD
Black with #6D32AD
Text Example
Text Example
White with #6D32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D32AD; }
p { color: rgb(109,50,173); }
H1.HeaderClassName
{
color: #6D32AD;
}
.AnyTagClassName
{
color: #6D32AD;
}
</style>
background-color css
<style>
a { background-color: #6D32AD; }
a { background-color: rgb(109,50,173); }
div.DivClassName
{
background-color: #6D32AD;
}
.BgClassName
{
background-color: #6D32AD;
}
</style>
border-color css
<style>
span { border-color: #6D32AD; }
span { border-color: rgb(109,50,173); }
td.TdClassName
{
border-color: #6D32AD;
}
.TagClassName
{
border-color: #6D32AD;
}
</style>