Shades of Palatinate Purple #6D365E
Tints of Palatinate Purple #6D365E
RGB
CMYK
RGB Variations
Color information
#6D365E (or 0x6D365E) is known color: Palatinate Purple. HEX triplet: 6D, 36 and 5E. RGB value is (109,54,94). Sum of RGB (Red+Green+Blue) = 109+54+94=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D365E is #92C9A1. Grayscale: #4A4A4A. Windows color (decimal): -9619874 or 6174317. OLE color: 6174317.
HSL color Cylindrical-coordinate representation of color #6D365E: hue angle of 316.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D365E is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 54 | 94 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.57 |
| HSL | 316.36º | 0.34% | 0.32% | - |
| HSV(B) | 316.36º | 0.5% | 0.43% | - |
| XYZ | 9.65 | 6.7 | 11.37 | - |
| YUV | 75.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 94 | 0 | 0.50 | 0.14 | 0.57 | 316.36 | 0.34 | 0.32 |
| Hex | 6D | 36 | 5E | 0 | 32 | E | 39 | 13C | 22 | 20 |
| Octal | 155 | 66 | 136 | 0 | 62 | 16 | 71 | 474 | 42 | 40 |
| Binary | 1101101 | 110110 | 1011110 | 0 | 110010 | 1110 | 111001 | 100111100 | 100010 | 100000 |
Color Harmonies of #6D365E
Complementary color
Monochromatic Colors of #6D365E
Black with #6D365E
Text Example
Text Example
White with #6D365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D365E; }
p { color: rgb(109,54,94); }
H1.HeaderClassName
{
color: #6D365E;
}
.AnyTagClassName
{
color: #6D365E;
}
</style>
background-color css
<style>
a { background-color: #6D365E; }
a { background-color: rgb(109,54,94); }
div.DivClassName
{
background-color: #6D365E;
}
.BgClassName
{
background-color: #6D365E;
}
</style>
border-color css
<style>
span { border-color: #6D365E; }
span { border-color: rgb(109,54,94); }
td.TdClassName
{
border-color: #6D365E;
}
.TagClassName
{
border-color: #6D365E;
}
</style>