Shades of Palatinate Purple #6D115B
Tints of Palatinate Purple #6D115B
RGB
CMYK
RGB Variations
Color information
#6D115B (or 0x6D115B) is known color: Palatinate Purple. HEX triplet: 6D, 11 and 5B. RGB value is (109,17,91). Sum of RGB (Red+Green+Blue) = 109+17+91=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D115B is #92EEA4. Grayscale: #343434. Windows color (decimal): -9629349 or 5968237. OLE color: 5968237.
HSL color Cylindrical-coordinate representation of color #6D115B: hue angle of 311.74º 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 #6D115B is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 91 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.57 |
| HSL | 311.74º | 0.73% | 0.25% | - |
| HSV(B) | 311.74º | 0.84% | 0.43% | - |
| XYZ | 8.4 | 4.41 | 10.31 | - |
| YUV | 52.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 91 | 0 | 0.84 | 0.17 | 0.57 | 311.74 | 0.73 | 0.25 |
| Hex | 6D | 11 | 5B | 0 | 54 | 11 | 39 | 138 | 49 | 19 |
| Octal | 155 | 21 | 133 | 0 | 124 | 21 | 71 | 470 | 111 | 31 |
| Binary | 1101101 | 10001 | 1011011 | 0 | 1010100 | 10001 | 111001 | 100111000 | 1001001 | 11001 |
Color Harmonies of #6D115B
Complementary color
Monochromatic Colors of #6D115B
Black with #6D115B
Text Example
Text Example
White with #6D115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D115B; }
p { color: rgb(109,17,91); }
H1.HeaderClassName
{
color: #6D115B;
}
.AnyTagClassName
{
color: #6D115B;
}
</style>
background-color css
<style>
a { background-color: #6D115B; }
a { background-color: rgb(109,17,91); }
div.DivClassName
{
background-color: #6D115B;
}
.BgClassName
{
background-color: #6D115B;
}
</style>
border-color css
<style>
span { border-color: #6D115B; }
span { border-color: rgb(109,17,91); }
td.TdClassName
{
border-color: #6D115B;
}
.TagClassName
{
border-color: #6D115B;
}
</style>