Shades of Palatinate Purple #6D0664
Tints of Palatinate Purple #6D0664
RGB
CMYK
RGB Variations
Color information
#6D0664 (or 0x6D0664) is known color: Palatinate Purple. HEX triplet: 6D, 06 and 64. RGB value is (109,6,100). Sum of RGB (Red+Green+Blue) = 109+6+100=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0664 is #92F99B. Grayscale: #2F2F2F. Windows color (decimal): -9632156 or 6555245. OLE color: 6555245.
HSL color Cylindrical-coordinate representation of color #6D0664: hue angle of 305.24º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0664 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 100 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.57 |
| HSL | 305.24º | 0.9% | 0.23% | - |
| HSV(B) | 305.24º | 0.94% | 0.43% | - |
| XYZ | 8.67 | 4.3 | 12.43 | - |
| YUV | 47.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 100 | 0 | 0.94 | 0.08 | 0.57 | 305.24 | 0.9 | 0.23 |
| Hex | 6D | 6 | 64 | 0 | 5E | 8 | 39 | 131 | 5A | 17 |
| Octal | 155 | 6 | 144 | 0 | 136 | 10 | 71 | 461 | 132 | 27 |
| Binary | 1101101 | 110 | 1100100 | 0 | 1011110 | 1000 | 111001 | 100110001 | 1011010 | 10111 |
Color Harmonies of #6D0664
Complementary color
Monochromatic Colors of #6D0664
Black with #6D0664
Text Example
Text Example
White with #6D0664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0664; }
p { color: rgb(109,6,100); }
H1.HeaderClassName
{
color: #6D0664;
}
.AnyTagClassName
{
color: #6D0664;
}
</style>
background-color css
<style>
a { background-color: #6D0664; }
a { background-color: rgb(109,6,100); }
div.DivClassName
{
background-color: #6D0664;
}
.BgClassName
{
background-color: #6D0664;
}
</style>
border-color css
<style>
span { border-color: #6D0664; }
span { border-color: rgb(109,6,100); }
td.TdClassName
{
border-color: #6D0664;
}
.TagClassName
{
border-color: #6D0664;
}
</style>