Shades of Royal Purple #6D1E9D
Tints of Royal Purple #6D1E9D
RGB
CMYK
RGB Variations
Color information
#6D1E9D (or 0x6D1E9D) is known color: Royal Purple. HEX triplet: 6D, 1E and 9D. RGB value is (109,30,157). Sum of RGB (Red+Green+Blue) = 109+30+157=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D1E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1E9D is #92E162. Grayscale: #434343. Windows color (decimal): -9625955 or 10296941. OLE color: 10296941.
HSL color Cylindrical-coordinate representation of color #6D1E9D: hue angle of 277.32º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1E9D is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 30 | 157 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.38 |
| HSL | 277.32º | 0.68% | 0.37% | - |
| HSV(B) | 277.32º | 0.81% | 0.62% | - |
| XYZ | 12.86 | 6.61 | 32.5 | - |
| YUV | 68.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 157 | 0.31 | 0.81 | 0 | 0.38 | 277.32 | 0.68 | 0.37 |
| Hex | 6D | 1E | 9D | 1F | 51 | 0 | 26 | 115 | 44 | 25 |
| Octal | 155 | 36 | 235 | 37 | 121 | 0 | 46 | 425 | 104 | 45 |
| Binary | 1101101 | 11110 | 10011101 | 11111 | 1010001 | 0 | 100110 | 100010101 | 1000100 | 100101 |
Color Harmonies of #6D1E9D
Complementary color
Monochromatic Colors of #6D1E9D
Black with #6D1E9D
Text Example
Text Example
White with #6D1E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1E9D; }
p { color: rgb(109,30,157); }
H1.HeaderClassName
{
color: #6D1E9D;
}
.AnyTagClassName
{
color: #6D1E9D;
}
</style>
background-color css
<style>
a { background-color: #6D1E9D; }
a { background-color: rgb(109,30,157); }
div.DivClassName
{
background-color: #6D1E9D;
}
.BgClassName
{
background-color: #6D1E9D;
}
</style>
border-color css
<style>
span { border-color: #6D1E9D; }
span { border-color: rgb(109,30,157); }
td.TdClassName
{
border-color: #6D1E9D;
}
.TagClassName
{
border-color: #6D1E9D;
}
</style>