Shades of Palatinate Purple #6D115F
Tints of Palatinate Purple #6D115F
RGB
CMYK
RGB Variations
Color information
#6D115F (or 0x6D115F) is known color: Palatinate Purple. HEX triplet: 6D, 11 and 5F. RGB value is (109,17,95). Sum of RGB (Red+Green+Blue) = 109+17+95=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D115F is #92EEA0. Grayscale: #353535. Windows color (decimal): -9629345 or 6230381. OLE color: 6230381.
HSL color Cylindrical-coordinate representation of color #6D115F: hue angle of 309.13º 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 #6D115F is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 95 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.57 |
| HSL | 309.13º | 0.73% | 0.25% | - |
| HSV(B) | 309.13º | 0.84% | 0.43% | - |
| XYZ | 8.57 | 4.48 | 11.24 | - |
| YUV | 53.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 95 | 0 | 0.84 | 0.13 | 0.57 | 309.13 | 0.73 | 0.25 |
| Hex | 6D | 11 | 5F | 0 | 54 | D | 39 | 135 | 49 | 19 |
| Octal | 155 | 21 | 137 | 0 | 124 | 15 | 71 | 465 | 111 | 31 |
| Binary | 1101101 | 10001 | 1011111 | 0 | 1010100 | 1101 | 111001 | 100110101 | 1001001 | 11001 |
Color Harmonies of #6D115F
Complementary color
Monochromatic Colors of #6D115F
Black with #6D115F
Text Example
Text Example
White with #6D115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D115F; }
p { color: rgb(109,17,95); }
H1.HeaderClassName
{
color: #6D115F;
}
.AnyTagClassName
{
color: #6D115F;
}
</style>
background-color css
<style>
a { background-color: #6D115F; }
a { background-color: rgb(109,17,95); }
div.DivClassName
{
background-color: #6D115F;
}
.BgClassName
{
background-color: #6D115F;
}
</style>
border-color css
<style>
span { border-color: #6D115F; }
span { border-color: rgb(109,17,95); }
td.TdClassName
{
border-color: #6D115F;
}
.TagClassName
{
border-color: #6D115F;
}
</style>