Shades of Palatinate Purple #6D3865
Tints of Palatinate Purple #6D3865
RGB
CMYK
RGB Variations
Color information
#6D3865 (or 0x6D3865) is known color: Palatinate Purple. HEX triplet: 6D, 38 and 65. RGB value is (109,56,101). Sum of RGB (Red+Green+Blue) = 109+56+101=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3865 is #92C79A. Grayscale: #4C4C4C. Windows color (decimal): -9619355 or 6633581. OLE color: 6633581.
HSL color Cylindrical-coordinate representation of color #6D3865: hue angle of 309.06º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D3865 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 56 | 101 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.57 |
| HSL | 309.06º | 0.32% | 0.32% | - |
| HSV(B) | 309.06º | 0.49% | 0.43% | - |
| XYZ | 10.07 | 7.02 | 13.14 | - |
| YUV | 76.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 101 | 0 | 0.49 | 0.07 | 0.57 | 309.06 | 0.32 | 0.32 |
| Hex | 6D | 38 | 65 | 0 | 31 | 7 | 39 | 135 | 20 | 20 |
| Octal | 155 | 70 | 145 | 0 | 61 | 7 | 71 | 465 | 40 | 40 |
| Binary | 1101101 | 111000 | 1100101 | 0 | 110001 | 111 | 111001 | 100110101 | 100000 | 100000 |
Color Harmonies of #6D3865
Complementary color
Monochromatic Colors of #6D3865
Black with #6D3865
Text Example
Text Example
White with #6D3865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3865; }
p { color: rgb(109,56,101); }
H1.HeaderClassName
{
color: #6D3865;
}
.AnyTagClassName
{
color: #6D3865;
}
</style>
background-color css
<style>
a { background-color: #6D3865; }
a { background-color: rgb(109,56,101); }
div.DivClassName
{
background-color: #6D3865;
}
.BgClassName
{
background-color: #6D3865;
}
</style>
border-color css
<style>
span { border-color: #6D3865; }
span { border-color: rgb(109,56,101); }
td.TdClassName
{
border-color: #6D3865;
}
.TagClassName
{
border-color: #6D3865;
}
</style>