Shades of Royal Purple #6D3E95
Tints of Royal Purple #6D3E95
RGB
CMYK
RGB Variations
Color information
#6D3E95 (or 0x6D3E95) is known color: Royal Purple. HEX triplet: 6D, 3E and 95. RGB value is (109,62,149). Sum of RGB (Red+Green+Blue) = 109+62+149=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D3E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3E95 is #92C16A. Grayscale: #555555. Windows color (decimal): -9617771 or 9780845. OLE color: 9780845.
HSL color Cylindrical-coordinate representation of color #6D3E95: hue angle of 272.41º 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 #6D3E95 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 62 | 149 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.42 |
| HSL | 272.41º | 0.41% | 0.41% | - |
| HSV(B) | 272.41º | 0.58% | 0.58% | - |
| XYZ | 13.45 | 8.87 | 29.44 | - |
| YUV | 85.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 149 | 0.27 | 0.58 | 0 | 0.42 | 272.41 | 0.41 | 0.41 |
| Hex | 6D | 3E | 95 | 1B | 3A | 0 | 2A | 110 | 29 | 29 |
| Octal | 155 | 76 | 225 | 33 | 72 | 0 | 52 | 420 | 51 | 51 |
| Binary | 1101101 | 111110 | 10010101 | 11011 | 111010 | 0 | 101010 | 100010000 | 101001 | 101001 |
Color Harmonies of #6D3E95
Complementary color
Monochromatic Colors of #6D3E95
Black with #6D3E95
Text Example
Text Example
White with #6D3E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E95; }
p { color: rgb(109,62,149); }
H1.HeaderClassName
{
color: #6D3E95;
}
.AnyTagClassName
{
color: #6D3E95;
}
</style>
background-color css
<style>
a { background-color: #6D3E95; }
a { background-color: rgb(109,62,149); }
div.DivClassName
{
background-color: #6D3E95;
}
.BgClassName
{
background-color: #6D3E95;
}
</style>
border-color css
<style>
span { border-color: #6D3E95; }
span { border-color: rgb(109,62,149); }
td.TdClassName
{
border-color: #6D3E95;
}
.TagClassName
{
border-color: #6D3E95;
}
</style>