Shades of Palatinate Purple #6D0D66
Tints of Palatinate Purple #6D0D66
RGB
CMYK
RGB Variations
Color information
#6D0D66 (or 0x6D0D66) is known color: Palatinate Purple. HEX triplet: 6D, 0D and 66. RGB value is (109,13,102). Sum of RGB (Red+Green+Blue) = 109+13+102=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0D66 is #92F299. Grayscale: #333333. Windows color (decimal): -9630362 or 6688109. OLE color: 6688109.
HSL color Cylindrical-coordinate representation of color #6D0D66: hue angle of 304.38º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0D66 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 102 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.57 |
| HSL | 304.38º | 0.79% | 0.24% | - |
| HSV(B) | 304.38º | 0.88% | 0.43% | - |
| XYZ | 8.85 | 4.5 | 12.97 | - |
| YUV | 51.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 102 | 0 | 0.88 | 0.06 | 0.57 | 304.38 | 0.79 | 0.24 |
| Hex | 6D | D | 66 | 0 | 58 | 6 | 39 | 130 | 4F | 18 |
| Octal | 155 | 15 | 146 | 0 | 130 | 6 | 71 | 460 | 117 | 30 |
| Binary | 1101101 | 1101 | 1100110 | 0 | 1011000 | 110 | 111001 | 100110000 | 1001111 | 11000 |
Color Harmonies of #6D0D66
Complementary color
Monochromatic Colors of #6D0D66
Black with #6D0D66
Text Example
Text Example
White with #6D0D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D66; }
p { color: rgb(109,13,102); }
H1.HeaderClassName
{
color: #6D0D66;
}
.AnyTagClassName
{
color: #6D0D66;
}
</style>
background-color css
<style>
a { background-color: #6D0D66; }
a { background-color: rgb(109,13,102); }
div.DivClassName
{
background-color: #6D0D66;
}
.BgClassName
{
background-color: #6D0D66;
}
</style>
border-color css
<style>
span { border-color: #6D0D66; }
span { border-color: rgb(109,13,102); }
td.TdClassName
{
border-color: #6D0D66;
}
.TagClassName
{
border-color: #6D0D66;
}
</style>