Shades of Royal Purple #6D3191
Tints of Royal Purple #6D3191
RGB
CMYK
RGB Variations
Color information
#6D3191 (or 0x6D3191) is known color: Royal Purple. HEX triplet: 6D, 31 and 91. RGB value is (109,49,145). Sum of RGB (Red+Green+Blue) = 109+49+145=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D3191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3191 is #92CE6E. Grayscale: #4D4D4D. Windows color (decimal): -9621103 or 9515373. OLE color: 9515373.
HSL color Cylindrical-coordinate representation of color #6D3191: hue angle of 277.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D3191 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 49 | 145 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.43 |
| HSL | 277.5º | 0.49% | 0.38% | - |
| HSV(B) | 277.5º | 0.66% | 0.57% | - |
| XYZ | 12.52 | 7.49 | 27.57 | - |
| YUV | 77.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 145 | 0.25 | 0.66 | 0 | 0.43 | 277.5 | 0.49 | 0.38 |
| Hex | 6D | 31 | 91 | 19 | 42 | 0 | 2B | 116 | 31 | 26 |
| Octal | 155 | 61 | 221 | 31 | 102 | 0 | 53 | 426 | 61 | 46 |
| Binary | 1101101 | 110001 | 10010001 | 11001 | 1000010 | 0 | 101011 | 100010110 | 110001 | 100110 |
Color Harmonies of #6D3191
Complementary color
Monochromatic Colors of #6D3191
Black with #6D3191
Text Example
Text Example
White with #6D3191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3191; }
p { color: rgb(109,49,145); }
H1.HeaderClassName
{
color: #6D3191;
}
.AnyTagClassName
{
color: #6D3191;
}
</style>
background-color css
<style>
a { background-color: #6D3191; }
a { background-color: rgb(109,49,145); }
div.DivClassName
{
background-color: #6D3191;
}
.BgClassName
{
background-color: #6D3191;
}
</style>
border-color css
<style>
span { border-color: #6D3191; }
span { border-color: rgb(109,49,145); }
td.TdClassName
{
border-color: #6D3191;
}
.TagClassName
{
border-color: #6D3191;
}
</style>