Shades of Royal Purple #6D3695
Tints of Royal Purple #6D3695
RGB
CMYK
RGB Variations
Color information
#6D3695 (or 0x6D3695) is known color: Royal Purple. HEX triplet: 6D, 36 and 95. RGB value is (109,54,149). Sum of RGB (Red+Green+Blue) = 109+54+149=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D3695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3695 is #92C96A. Grayscale: #505050. Windows color (decimal): -9619819 or 9778797. OLE color: 9778797.
HSL color Cylindrical-coordinate representation of color #6D3695: hue angle of 274.74º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D3695 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 54 | 149 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.42 |
| HSL | 274.74º | 0.47% | 0.4% | - |
| HSV(B) | 274.74º | 0.64% | 0.58% | - |
| XYZ | 13.05 | 8.06 | 29.3 | - |
| YUV | 81.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 149 | 0.27 | 0.64 | 0 | 0.42 | 274.74 | 0.47 | 0.4 |
| Hex | 6D | 36 | 95 | 1B | 40 | 0 | 2A | 113 | 2F | 28 |
| Octal | 155 | 66 | 225 | 33 | 100 | 0 | 52 | 423 | 57 | 50 |
| Binary | 1101101 | 110110 | 10010101 | 11011 | 1000000 | 0 | 101010 | 100010011 | 101111 | 101000 |
Color Harmonies of #6D3695
Complementary color
Monochromatic Colors of #6D3695
Black with #6D3695
Text Example
Text Example
White with #6D3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3695; }
p { color: rgb(109,54,149); }
H1.HeaderClassName
{
color: #6D3695;
}
.AnyTagClassName
{
color: #6D3695;
}
</style>
background-color css
<style>
a { background-color: #6D3695; }
a { background-color: rgb(109,54,149); }
div.DivClassName
{
background-color: #6D3695;
}
.BgClassName
{
background-color: #6D3695;
}
</style>
border-color css
<style>
span { border-color: #6D3695; }
span { border-color: rgb(109,54,149); }
td.TdClassName
{
border-color: #6D3695;
}
.TagClassName
{
border-color: #6D3695;
}
</style>