Shades of Palatinate Purple #6D246B
Tints of Palatinate Purple #6D246B
RGB
CMYK
RGB Variations
Color information
#6D246B (or 0x6D246B) is known color: Palatinate Purple. HEX triplet: 6D, 24 and 6B. RGB value is (109,36,107). Sum of RGB (Red+Green+Blue) = 109+36+107=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D246B is #92DB94. Grayscale: #414141. Windows color (decimal): -9624469 or 7021677. OLE color: 7021677.
HSL color Cylindrical-coordinate representation of color #6D246B: hue angle of 301.64º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D246B is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 107 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.57 |
| HSL | 301.64º | 0.5% | 0.28% | - |
| HSV(B) | 301.64º | 0.67% | 0.43% | - |
| XYZ | 9.59 | 5.57 | 14.48 | - |
| YUV | 65.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 107 | 0 | 0.67 | 0.02 | 0.57 | 301.64 | 0.5 | 0.28 |
| Hex | 6D | 24 | 6B | 0 | 43 | 2 | 39 | 12E | 32 | 1C |
| Octal | 155 | 44 | 153 | 0 | 103 | 2 | 71 | 456 | 62 | 34 |
| Binary | 1101101 | 100100 | 1101011 | 0 | 1000011 | 10 | 111001 | 100101110 | 110010 | 11100 |
Color Harmonies of #6D246B
Complementary color
Monochromatic Colors of #6D246B
Black with #6D246B
Text Example
Text Example
White with #6D246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D246B; }
p { color: rgb(109,36,107); }
H1.HeaderClassName
{
color: #6D246B;
}
.AnyTagClassName
{
color: #6D246B;
}
</style>
background-color css
<style>
a { background-color: #6D246B; }
a { background-color: rgb(109,36,107); }
div.DivClassName
{
background-color: #6D246B;
}
.BgClassName
{
background-color: #6D246B;
}
</style>
border-color css
<style>
span { border-color: #6D246B; }
span { border-color: rgb(109,36,107); }
td.TdClassName
{
border-color: #6D246B;
}
.TagClassName
{
border-color: #6D246B;
}
</style>