Shades of Palatinate Purple #6D115E
Tints of Palatinate Purple #6D115E
RGB
CMYK
RGB Variations
Color information
#6D115E (or 0x6D115E) is known color: Palatinate Purple. HEX triplet: 6D, 11 and 5E. RGB value is (109,17,94). Sum of RGB (Red+Green+Blue) = 109+17+94=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D115E is #92EEA1. Grayscale: #353535. Windows color (decimal): -9629346 or 6164845. OLE color: 6164845.
HSL color Cylindrical-coordinate representation of color #6D115E: hue angle of 309.78º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D115E is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 94 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.57 |
| HSL | 309.78º | 0.73% | 0.25% | - |
| HSV(B) | 309.78º | 0.84% | 0.43% | - |
| XYZ | 8.53 | 4.46 | 11 | - |
| YUV | 53.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 94 | 0 | 0.84 | 0.14 | 0.57 | 309.78 | 0.73 | 0.25 |
| Hex | 6D | 11 | 5E | 0 | 54 | E | 39 | 136 | 49 | 19 |
| Octal | 155 | 21 | 136 | 0 | 124 | 16 | 71 | 466 | 111 | 31 |
| Binary | 1101101 | 10001 | 1011110 | 0 | 1010100 | 1110 | 111001 | 100110110 | 1001001 | 11001 |
Color Harmonies of #6D115E
Complementary color
Monochromatic Colors of #6D115E
Black with #6D115E
Text Example
Text Example
White with #6D115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D115E; }
p { color: rgb(109,17,94); }
H1.HeaderClassName
{
color: #6D115E;
}
.AnyTagClassName
{
color: #6D115E;
}
</style>
background-color css
<style>
a { background-color: #6D115E; }
a { background-color: rgb(109,17,94); }
div.DivClassName
{
background-color: #6D115E;
}
.BgClassName
{
background-color: #6D115E;
}
</style>
border-color css
<style>
span { border-color: #6D115E; }
span { border-color: rgb(109,17,94); }
td.TdClassName
{
border-color: #6D115E;
}
.TagClassName
{
border-color: #6D115E;
}
</style>