Shades of Palatinate Purple #6D4365
Tints of Palatinate Purple #6D4365
RGB
CMYK
RGB Variations
Color information
#6D4365 (or 0x6D4365) is known color: Palatinate Purple. HEX triplet: 6D, 43 and 65. RGB value is (109,67,101). Sum of RGB (Red+Green+Blue) = 109+67+101=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4365 is #92BC9A. Grayscale: #535353. Windows color (decimal): -9616539 or 6636397. OLE color: 6636397.
HSL color Cylindrical-coordinate representation of color #6D4365: hue angle of 311.43º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4365 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 101 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.57 |
| HSL | 311.43º | 0.24% | 0.35% | - |
| HSV(B) | 311.43º | 0.39% | 0.43% | - |
| XYZ | 10.66 | 8.21 | 13.33 | - |
| YUV | 83.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 101 | 0 | 0.39 | 0.07 | 0.57 | 311.43 | 0.24 | 0.35 |
| Hex | 6D | 43 | 65 | 0 | 27 | 7 | 39 | 137 | 18 | 23 |
| Octal | 155 | 103 | 145 | 0 | 47 | 7 | 71 | 467 | 30 | 43 |
| Binary | 1101101 | 1000011 | 1100101 | 0 | 100111 | 111 | 111001 | 100110111 | 11000 | 100011 |
Color Harmonies of #6D4365
Complementary color
Monochromatic Colors of #6D4365
Black with #6D4365
Text Example
Text Example
White with #6D4365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4365; }
p { color: rgb(109,67,101); }
H1.HeaderClassName
{
color: #6D4365;
}
.AnyTagClassName
{
color: #6D4365;
}
</style>
background-color css
<style>
a { background-color: #6D4365; }
a { background-color: rgb(109,67,101); }
div.DivClassName
{
background-color: #6D4365;
}
.BgClassName
{
background-color: #6D4365;
}
</style>
border-color css
<style>
span { border-color: #6D4365; }
span { border-color: rgb(109,67,101); }
td.TdClassName
{
border-color: #6D4365;
}
.TagClassName
{
border-color: #6D4365;
}
</style>