Shades of Palatinate Purple #6D2F64
Tints of Palatinate Purple #6D2F64
RGB
CMYK
RGB Variations
Color information
#6D2F64 (or 0x6D2F64) is known color: Palatinate Purple. HEX triplet: 6D, 2F and 64. RGB value is (109,47,100). Sum of RGB (Red+Green+Blue) = 109+47+100=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2F64 is #92D09B. Grayscale: #474747. Windows color (decimal): -9621660 or 6565741. OLE color: 6565741.
HSL color Cylindrical-coordinate representation of color #6D2F64: hue angle of 308.71º 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 #6D2F64 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 47 | 100 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.57 |
| HSL | 308.71º | 0.4% | 0.31% | - |
| HSV(B) | 308.71º | 0.57% | 0.43% | - |
| XYZ | 9.62 | 6.2 | 12.75 | - |
| YUV | 71.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 47 | 100 | 0 | 0.57 | 0.08 | 0.57 | 308.71 | 0.4 | 0.31 |
| Hex | 6D | 2F | 64 | 0 | 39 | 8 | 39 | 135 | 28 | 1F |
| Octal | 155 | 57 | 144 | 0 | 71 | 10 | 71 | 465 | 50 | 37 |
| Binary | 1101101 | 101111 | 1100100 | 0 | 111001 | 1000 | 111001 | 100110101 | 101000 | 11111 |
Color Harmonies of #6D2F64
Complementary color
Monochromatic Colors of #6D2F64
Black with #6D2F64
Text Example
Text Example
White with #6D2F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2F64; }
p { color: rgb(109,47,100); }
H1.HeaderClassName
{
color: #6D2F64;
}
.AnyTagClassName
{
color: #6D2F64;
}
</style>
background-color css
<style>
a { background-color: #6D2F64; }
a { background-color: rgb(109,47,100); }
div.DivClassName
{
background-color: #6D2F64;
}
.BgClassName
{
background-color: #6D2F64;
}
</style>
border-color css
<style>
span { border-color: #6D2F64; }
span { border-color: rgb(109,47,100); }
td.TdClassName
{
border-color: #6D2F64;
}
.TagClassName
{
border-color: #6D2F64;
}
</style>