Shades of Palatinate Purple #6D2F68
Tints of Palatinate Purple #6D2F68
RGB
CMYK
RGB Variations
Color information
#6D2F68 (or 0x6D2F68) is known color: Palatinate Purple. HEX triplet: 6D, 2F and 68. RGB value is (109,47,104). Sum of RGB (Red+Green+Blue) = 109+47+104=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2F68 is #92D097. Grayscale: #474747. Windows color (decimal): -9621656 or 6827885. OLE color: 6827885.
HSL color Cylindrical-coordinate representation of color #6D2F68: hue angle of 304.84º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D2F68 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 47 | 104 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.57 |
| HSL | 304.84º | 0.4% | 0.31% | - |
| HSV(B) | 304.84º | 0.57% | 0.43% | - |
| XYZ | 9.82 | 6.28 | 13.79 | - |
| YUV | 72.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 47 | 104 | 0 | 0.57 | 0.05 | 0.57 | 304.84 | 0.4 | 0.31 |
| Hex | 6D | 2F | 68 | 0 | 39 | 5 | 39 | 131 | 28 | 1F |
| Octal | 155 | 57 | 150 | 0 | 71 | 5 | 71 | 461 | 50 | 37 |
| Binary | 1101101 | 101111 | 1101000 | 0 | 111001 | 101 | 111001 | 100110001 | 101000 | 11111 |
Color Harmonies of #6D2F68
Complementary color
Monochromatic Colors of #6D2F68
Black with #6D2F68
Text Example
Text Example
White with #6D2F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2F68; }
p { color: rgb(109,47,104); }
H1.HeaderClassName
{
color: #6D2F68;
}
.AnyTagClassName
{
color: #6D2F68;
}
</style>
background-color css
<style>
a { background-color: #6D2F68; }
a { background-color: rgb(109,47,104); }
div.DivClassName
{
background-color: #6D2F68;
}
.BgClassName
{
background-color: #6D2F68;
}
</style>
border-color css
<style>
span { border-color: #6D2F68; }
span { border-color: rgb(109,47,104); }
td.TdClassName
{
border-color: #6D2F68;
}
.TagClassName
{
border-color: #6D2F68;
}
</style>