Shades of Palatinate Purple #6D0C68
Tints of Palatinate Purple #6D0C68
RGB
CMYK
RGB Variations
Color information
#6D0C68 (or 0x6D0C68) is known color: Palatinate Purple. HEX triplet: 6D, 0C and 68. RGB value is (109,12,104). Sum of RGB (Red+Green+Blue) = 109+12+104=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C68 is #92F397. Grayscale: #333333. Windows color (decimal): -9630616 or 6818925. OLE color: 6818925.
HSL color Cylindrical-coordinate representation of color #6D0C68: hue angle of 303.09º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C68 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 12 | 104 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.57 |
| HSL | 303.09º | 0.8% | 0.24% | - |
| HSV(B) | 303.09º | 0.89% | 0.43% | - |
| XYZ | 8.94 | 4.51 | 13.5 | - |
| YUV | 51.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 104 | 0 | 0.89 | 0.05 | 0.57 | 303.09 | 0.8 | 0.24 |
| Hex | 6D | C | 68 | 0 | 59 | 5 | 39 | 12F | 50 | 18 |
| Octal | 155 | 14 | 150 | 0 | 131 | 5 | 71 | 457 | 120 | 30 |
| Binary | 1101101 | 1100 | 1101000 | 0 | 1011001 | 101 | 111001 | 100101111 | 1010000 | 11000 |
Color Harmonies of #6D0C68
Complementary color
Monochromatic Colors of #6D0C68
Black with #6D0C68
Text Example
Text Example
White with #6D0C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0C68; }
p { color: rgb(109,12,104); }
H1.HeaderClassName
{
color: #6D0C68;
}
.AnyTagClassName
{
color: #6D0C68;
}
</style>
background-color css
<style>
a { background-color: #6D0C68; }
a { background-color: rgb(109,12,104); }
div.DivClassName
{
background-color: #6D0C68;
}
.BgClassName
{
background-color: #6D0C68;
}
</style>
border-color css
<style>
span { border-color: #6D0C68; }
span { border-color: rgb(109,12,104); }
td.TdClassName
{
border-color: #6D0C68;
}
.TagClassName
{
border-color: #6D0C68;
}
</style>