Shades of Palatinate Purple #6D1E65
Tints of Palatinate Purple #6D1E65
RGB
CMYK
RGB Variations
Color information
#6D1E65 (or 0x6D1E65) is known color: Palatinate Purple. HEX triplet: 6D, 1E and 65. RGB value is (109,30,101). Sum of RGB (Red+Green+Blue) = 109+30+101=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E65 is #92E19A. Grayscale: #3D3D3D. Windows color (decimal): -9626011 or 6626925. OLE color: 6626925.
HSL color Cylindrical-coordinate representation of color #6D1E65: hue angle of 306.08º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1E65 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 30 | 101 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.57 |
| HSL | 306.08º | 0.57% | 0.27% | - |
| HSV(B) | 306.08º | 0.72% | 0.43% | - |
| XYZ | 9.12 | 5.12 | 12.82 | - |
| YUV | 61.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 101 | 0 | 0.72 | 0.07 | 0.57 | 306.08 | 0.57 | 0.27 |
| Hex | 6D | 1E | 65 | 0 | 48 | 7 | 39 | 132 | 39 | 1B |
| Octal | 155 | 36 | 145 | 0 | 110 | 7 | 71 | 462 | 71 | 33 |
| Binary | 1101101 | 11110 | 1100101 | 0 | 1001000 | 111 | 111001 | 100110010 | 111001 | 11011 |
Color Harmonies of #6D1E65
Complementary color
Monochromatic Colors of #6D1E65
Black with #6D1E65
Text Example
Text Example
White with #6D1E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1E65; }
p { color: rgb(109,30,101); }
H1.HeaderClassName
{
color: #6D1E65;
}
.AnyTagClassName
{
color: #6D1E65;
}
</style>
background-color css
<style>
a { background-color: #6D1E65; }
a { background-color: rgb(109,30,101); }
div.DivClassName
{
background-color: #6D1E65;
}
.BgClassName
{
background-color: #6D1E65;
}
</style>
border-color css
<style>
span { border-color: #6D1E65; }
span { border-color: rgb(109,30,101); }
td.TdClassName
{
border-color: #6D1E65;
}
.TagClassName
{
border-color: #6D1E65;
}
</style>