Shades of Royal Purple #6D3E93
Tints of Royal Purple #6D3E93
RGB
CMYK
RGB Variations
Color information
#6D3E93 (or 0x6D3E93) is known color: Royal Purple. HEX triplet: 6D, 3E and 93. RGB value is (109,62,147). Sum of RGB (Red+Green+Blue) = 109+62+147=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D3E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3E93 is #92C16C. Grayscale: #555555. Windows color (decimal): -9617773 or 9649773. OLE color: 9649773.
HSL color Cylindrical-coordinate representation of color #6D3E93: hue angle of 273.18º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D3E93 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 62 | 147 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.42 |
| HSL | 273.18º | 0.41% | 0.41% | - |
| HSV(B) | 273.18º | 0.58% | 0.58% | - |
| XYZ | 13.3 | 8.8 | 28.6 | - |
| YUV | 85.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 147 | 0.26 | 0.58 | 0 | 0.42 | 273.18 | 0.41 | 0.41 |
| Hex | 6D | 3E | 93 | 1A | 3A | 0 | 2A | 111 | 29 | 29 |
| Octal | 155 | 76 | 223 | 32 | 72 | 0 | 52 | 421 | 51 | 51 |
| Binary | 1101101 | 111110 | 10010011 | 11010 | 111010 | 0 | 101010 | 100010001 | 101001 | 101001 |
Color Harmonies of #6D3E93
Complementary color
Monochromatic Colors of #6D3E93
Black with #6D3E93
Text Example
Text Example
White with #6D3E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E93; }
p { color: rgb(109,62,147); }
H1.HeaderClassName
{
color: #6D3E93;
}
.AnyTagClassName
{
color: #6D3E93;
}
</style>
background-color css
<style>
a { background-color: #6D3E93; }
a { background-color: rgb(109,62,147); }
div.DivClassName
{
background-color: #6D3E93;
}
.BgClassName
{
background-color: #6D3E93;
}
</style>
border-color css
<style>
span { border-color: #6D3E93; }
span { border-color: rgb(109,62,147); }
td.TdClassName
{
border-color: #6D3E93;
}
.TagClassName
{
border-color: #6D3E93;
}
</style>