Shades of Palatinate Purple #6D0661
Tints of Palatinate Purple #6D0661
RGB
CMYK
RGB Variations
Color information
#6D0661 (or 0x6D0661) is known color: Palatinate Purple. HEX triplet: 6D, 06 and 61. RGB value is (109,6,97). Sum of RGB (Red+Green+Blue) = 109+6+97=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0661 is #92F99E. Grayscale: #2E2E2E. Windows color (decimal): -9632159 or 6358637. OLE color: 6358637.
HSL color Cylindrical-coordinate representation of color #6D0661: hue angle of 306.99º 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 #6D0661 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 97 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.57 |
| HSL | 306.99º | 0.9% | 0.23% | - |
| HSV(B) | 306.99º | 0.94% | 0.43% | - |
| XYZ | 8.53 | 4.24 | 11.68 | - |
| YUV | 47.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 97 | 0 | 0.94 | 0.11 | 0.57 | 306.99 | 0.9 | 0.23 |
| Hex | 6D | 6 | 61 | 0 | 5E | B | 39 | 133 | 5A | 17 |
| Octal | 155 | 6 | 141 | 0 | 136 | 13 | 71 | 463 | 132 | 27 |
| Binary | 1101101 | 110 | 1100001 | 0 | 1011110 | 1011 | 111001 | 100110011 | 1011010 | 10111 |
Color Harmonies of #6D0661
Complementary color
Monochromatic Colors of #6D0661
Black with #6D0661
Text Example
Text Example
White with #6D0661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0661; }
p { color: rgb(109,6,97); }
H1.HeaderClassName
{
color: #6D0661;
}
.AnyTagClassName
{
color: #6D0661;
}
</style>
background-color css
<style>
a { background-color: #6D0661; }
a { background-color: rgb(109,6,97); }
div.DivClassName
{
background-color: #6D0661;
}
.BgClassName
{
background-color: #6D0661;
}
</style>
border-color css
<style>
span { border-color: #6D0661; }
span { border-color: rgb(109,6,97); }
td.TdClassName
{
border-color: #6D0661;
}
.TagClassName
{
border-color: #6D0661;
}
</style>