Shades of Palatinate Purple #6D2765
Tints of Palatinate Purple #6D2765
RGB
CMYK
RGB Variations
Color information
#6D2765 (or 0x6D2765) is known color: Palatinate Purple. HEX triplet: 6D, 27 and 65. RGB value is (109,39,101). Sum of RGB (Red+Green+Blue) = 109+39+101=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2765 is #92D89A. Grayscale: #424242. Windows color (decimal): -9623707 or 6629229. OLE color: 6629229.
HSL color Cylindrical-coordinate representation of color #6D2765: hue angle of 306.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D2765 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 101 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.57 |
| HSL | 306.86º | 0.47% | 0.29% | - |
| HSV(B) | 306.86º | 0.64% | 0.43% | - |
| XYZ | 9.38 | 5.64 | 12.91 | - |
| YUV | 67 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 101 | 0 | 0.64 | 0.07 | 0.57 | 306.86 | 0.47 | 0.29 |
| Hex | 6D | 27 | 65 | 0 | 40 | 7 | 39 | 133 | 2F | 1D |
| Octal | 155 | 47 | 145 | 0 | 100 | 7 | 71 | 463 | 57 | 35 |
| Binary | 1101101 | 100111 | 1100101 | 0 | 1000000 | 111 | 111001 | 100110011 | 101111 | 11101 |
Color Harmonies of #6D2765
Complementary color
Monochromatic Colors of #6D2765
Black with #6D2765
Text Example
Text Example
White with #6D2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2765; }
p { color: rgb(109,39,101); }
H1.HeaderClassName
{
color: #6D2765;
}
.AnyTagClassName
{
color: #6D2765;
}
</style>
background-color css
<style>
a { background-color: #6D2765; }
a { background-color: rgb(109,39,101); }
div.DivClassName
{
background-color: #6D2765;
}
.BgClassName
{
background-color: #6D2765;
}
</style>
border-color css
<style>
span { border-color: #6D2765; }
span { border-color: rgb(109,39,101); }
td.TdClassName
{
border-color: #6D2765;
}
.TagClassName
{
border-color: #6D2765;
}
</style>