Shades of Royal Purple #6D3F93
Tints of Royal Purple #6D3F93
RGB
CMYK
RGB Variations
Color information
#6D3F93 (or 0x6D3F93) is known color: Royal Purple. HEX triplet: 6D, 3F and 93. RGB value is (109,63,147). Sum of RGB (Red+Green+Blue) = 109+63+147=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D3F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3F93 is #92C06C. Grayscale: #565656. Windows color (decimal): -9617517 or 9650029. OLE color: 9650029.
HSL color Cylindrical-coordinate representation of color #6D3F93: hue angle of 272.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D3F93 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 63 | 147 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.42 |
| HSL | 272.86º | 0.4% | 0.41% | - |
| HSV(B) | 272.86º | 0.57% | 0.58% | - |
| XYZ | 13.35 | 8.91 | 28.62 | - |
| YUV | 86.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 63 | 147 | 0.26 | 0.57 | 0 | 0.42 | 272.86 | 0.4 | 0.41 |
| Hex | 6D | 3F | 93 | 1A | 39 | 0 | 2A | 111 | 28 | 29 |
| Octal | 155 | 77 | 223 | 32 | 71 | 0 | 52 | 421 | 50 | 51 |
| Binary | 1101101 | 111111 | 10010011 | 11010 | 111001 | 0 | 101010 | 100010001 | 101000 | 101001 |
Color Harmonies of #6D3F93
Complementary color
Monochromatic Colors of #6D3F93
Black with #6D3F93
Text Example
Text Example
White with #6D3F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3F93; }
p { color: rgb(109,63,147); }
H1.HeaderClassName
{
color: #6D3F93;
}
.AnyTagClassName
{
color: #6D3F93;
}
</style>
background-color css
<style>
a { background-color: #6D3F93; }
a { background-color: rgb(109,63,147); }
div.DivClassName
{
background-color: #6D3F93;
}
.BgClassName
{
background-color: #6D3F93;
}
</style>
border-color css
<style>
span { border-color: #6D3F93; }
span { border-color: rgb(109,63,147); }
td.TdClassName
{
border-color: #6D3F93;
}
.TagClassName
{
border-color: #6D3F93;
}
</style>