Shades of Palatinate Purple #6D155F
Tints of Palatinate Purple #6D155F
RGB
CMYK
RGB Variations
Color information
#6D155F (or 0x6D155F) is known color: Palatinate Purple. HEX triplet: 6D, 15 and 5F. RGB value is (109,21,95). Sum of RGB (Red+Green+Blue) = 109+21+95=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D155F is #92EAA0. Grayscale: #373737. Windows color (decimal): -9628321 or 6231405. OLE color: 6231405.
HSL color Cylindrical-coordinate representation of color #6D155F: hue angle of 309.55º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D155F is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 95 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.57 |
| HSL | 309.55º | 0.68% | 0.25% | - |
| HSV(B) | 309.55º | 0.81% | 0.43% | - |
| XYZ | 8.64 | 4.61 | 11.26 | - |
| YUV | 55.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 95 | 0 | 0.81 | 0.13 | 0.57 | 309.55 | 0.68 | 0.25 |
| Hex | 6D | 15 | 5F | 0 | 51 | D | 39 | 136 | 44 | 19 |
| Octal | 155 | 25 | 137 | 0 | 121 | 15 | 71 | 466 | 104 | 31 |
| Binary | 1101101 | 10101 | 1011111 | 0 | 1010001 | 1101 | 111001 | 100110110 | 1000100 | 11001 |
Color Harmonies of #6D155F
Complementary color
Monochromatic Colors of #6D155F
Black with #6D155F
Text Example
Text Example
White with #6D155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D155F; }
p { color: rgb(109,21,95); }
H1.HeaderClassName
{
color: #6D155F;
}
.AnyTagClassName
{
color: #6D155F;
}
</style>
background-color css
<style>
a { background-color: #6D155F; }
a { background-color: rgb(109,21,95); }
div.DivClassName
{
background-color: #6D155F;
}
.BgClassName
{
background-color: #6D155F;
}
</style>
border-color css
<style>
span { border-color: #6D155F; }
span { border-color: rgb(109,21,95); }
td.TdClassName
{
border-color: #6D155F;
}
.TagClassName
{
border-color: #6D155F;
}
</style>