Shades of Royal Purple #6D3194
Tints of Royal Purple #6D3194
RGB
CMYK
RGB Variations
Color information
#6D3194 (or 0x6D3194) is known color: Royal Purple. HEX triplet: 6D, 31 and 94. RGB value is (109,49,148). Sum of RGB (Red+Green+Blue) = 109+49+148=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D3194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3194 is #92CE6B. Grayscale: #4D4D4D. Windows color (decimal): -9621100 or 9711981. OLE color: 9711981.
HSL color Cylindrical-coordinate representation of color #6D3194: hue angle of 276.36º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D3194 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 49 | 148 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.42 |
| HSL | 276.36º | 0.5% | 0.39% | - |
| HSV(B) | 276.36º | 0.67% | 0.58% | - |
| XYZ | 12.75 | 7.59 | 28.81 | - |
| YUV | 78.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 148 | 0.26 | 0.67 | 0 | 0.42 | 276.36 | 0.5 | 0.39 |
| Hex | 6D | 31 | 94 | 1A | 43 | 0 | 2A | 114 | 32 | 27 |
| Octal | 155 | 61 | 224 | 32 | 103 | 0 | 52 | 424 | 62 | 47 |
| Binary | 1101101 | 110001 | 10010100 | 11010 | 1000011 | 0 | 101010 | 100010100 | 110010 | 100111 |
Color Harmonies of #6D3194
Complementary color
Monochromatic Colors of #6D3194
Black with #6D3194
Text Example
Text Example
White with #6D3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3194; }
p { color: rgb(109,49,148); }
H1.HeaderClassName
{
color: #6D3194;
}
.AnyTagClassName
{
color: #6D3194;
}
</style>
background-color css
<style>
a { background-color: #6D3194; }
a { background-color: rgb(109,49,148); }
div.DivClassName
{
background-color: #6D3194;
}
.BgClassName
{
background-color: #6D3194;
}
</style>
border-color css
<style>
span { border-color: #6D3194; }
span { border-color: rgb(109,49,148); }
td.TdClassName
{
border-color: #6D3194;
}
.TagClassName
{
border-color: #6D3194;
}
</style>