Shades of Palatinate Purple #6D0B65
Tints of Palatinate Purple #6D0B65
RGB
CMYK
RGB Variations
Color information
#6D0B65 (or 0x6D0B65) is known color: Palatinate Purple. HEX triplet: 6D, 0B and 65. RGB value is (109,11,101). Sum of RGB (Red+Green+Blue) = 109+11+101=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B65 is #92F49A. Grayscale: #323232. Windows color (decimal): -9630875 or 6622061. OLE color: 6622061.
HSL color Cylindrical-coordinate representation of color #6D0B65: hue angle of 304.9º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B65 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 11 | 101 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.57 |
| HSL | 304.9º | 0.82% | 0.24% | - |
| HSV(B) | 304.9º | 0.9% | 0.43% | - |
| XYZ | 8.78 | 4.43 | 12.7 | - |
| YUV | 50.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 101 | 0 | 0.90 | 0.07 | 0.57 | 304.9 | 0.82 | 0.24 |
| Hex | 6D | B | 65 | 0 | 5A | 7 | 39 | 131 | 52 | 18 |
| Octal | 155 | 13 | 145 | 0 | 132 | 7 | 71 | 461 | 122 | 30 |
| Binary | 1101101 | 1011 | 1100101 | 0 | 1011010 | 111 | 111001 | 100110001 | 1010010 | 11000 |
Color Harmonies of #6D0B65
Complementary color
Monochromatic Colors of #6D0B65
Black with #6D0B65
Text Example
Text Example
White with #6D0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B65; }
p { color: rgb(109,11,101); }
H1.HeaderClassName
{
color: #6D0B65;
}
.AnyTagClassName
{
color: #6D0B65;
}
</style>
background-color css
<style>
a { background-color: #6D0B65; }
a { background-color: rgb(109,11,101); }
div.DivClassName
{
background-color: #6D0B65;
}
.BgClassName
{
background-color: #6D0B65;
}
</style>
border-color css
<style>
span { border-color: #6D0B65; }
span { border-color: rgb(109,11,101); }
td.TdClassName
{
border-color: #6D0B65;
}
.TagClassName
{
border-color: #6D0B65;
}
</style>