Shades of Palatinate Purple #6D065D
Tints of Palatinate Purple #6D065D
RGB
CMYK
RGB Variations
Color information
#6D065D (or 0x6D065D) is known color: Palatinate Purple. HEX triplet: 6D, 06 and 5D. RGB value is (109,6,93). Sum of RGB (Red+Green+Blue) = 109+6+93=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D065D is #92F9A2. Grayscale: #2E2E2E. Windows color (decimal): -9632163 or 6096493. OLE color: 6096493.
HSL color Cylindrical-coordinate representation of color #6D065D: hue angle of 309.32º 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 #6D065D is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 93 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.57 |
| HSL | 309.32º | 0.9% | 0.23% | - |
| HSV(B) | 309.32º | 0.94% | 0.43% | - |
| XYZ | 8.35 | 4.17 | 10.72 | - |
| YUV | 46.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 93 | 0 | 0.94 | 0.15 | 0.57 | 309.32 | 0.9 | 0.23 |
| Hex | 6D | 6 | 5D | 0 | 5E | F | 39 | 135 | 5A | 17 |
| Octal | 155 | 6 | 135 | 0 | 136 | 17 | 71 | 465 | 132 | 27 |
| Binary | 1101101 | 110 | 1011101 | 0 | 1011110 | 1111 | 111001 | 100110101 | 1011010 | 10111 |
Color Harmonies of #6D065D
Complementary color
Monochromatic Colors of #6D065D
Black with #6D065D
Text Example
Text Example
White with #6D065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D065D; }
p { color: rgb(109,6,93); }
H1.HeaderClassName
{
color: #6D065D;
}
.AnyTagClassName
{
color: #6D065D;
}
</style>
background-color css
<style>
a { background-color: #6D065D; }
a { background-color: rgb(109,6,93); }
div.DivClassName
{
background-color: #6D065D;
}
.BgClassName
{
background-color: #6D065D;
}
</style>
border-color css
<style>
span { border-color: #6D065D; }
span { border-color: rgb(109,6,93); }
td.TdClassName
{
border-color: #6D065D;
}
.TagClassName
{
border-color: #6D065D;
}
</style>