Shades of Palatinate Purple #6D106B
Tints of Palatinate Purple #6D106B
RGB
CMYK
RGB Variations
Color information
#6D106B (or 0x6D106B) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 6B. RGB value is (109,16,107). Sum of RGB (Red+Green+Blue) = 109+16+107=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D106B is #92EF94. Grayscale: #353535. Windows color (decimal): -9629589 or 7016557. OLE color: 7016557.
HSL color Cylindrical-coordinate representation of color #6D106B: hue angle of 301.29º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D106B is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 107 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.57 |
| HSL | 301.29º | 0.74% | 0.25% | - |
| HSV(B) | 301.29º | 0.85% | 0.43% | - |
| XYZ | 9.15 | 4.68 | 14.33 | - |
| YUV | 54.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 107 | 0 | 0.85 | 0.02 | 0.57 | 301.29 | 0.74 | 0.25 |
| Hex | 6D | 10 | 6B | 0 | 55 | 2 | 39 | 12D | 4A | 19 |
| Octal | 155 | 20 | 153 | 0 | 125 | 2 | 71 | 455 | 112 | 31 |
| Binary | 1101101 | 10000 | 1101011 | 0 | 1010101 | 10 | 111001 | 100101101 | 1001010 | 11001 |
Color Harmonies of #6D106B
Complementary color
Monochromatic Colors of #6D106B
Black with #6D106B
Text Example
Text Example
White with #6D106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D106B; }
p { color: rgb(109,16,107); }
H1.HeaderClassName
{
color: #6D106B;
}
.AnyTagClassName
{
color: #6D106B;
}
</style>
background-color css
<style>
a { background-color: #6D106B; }
a { background-color: rgb(109,16,107); }
div.DivClassName
{
background-color: #6D106B;
}
.BgClassName
{
background-color: #6D106B;
}
</style>
border-color css
<style>
span { border-color: #6D106B; }
span { border-color: rgb(109,16,107); }
td.TdClassName
{
border-color: #6D106B;
}
.TagClassName
{
border-color: #6D106B;
}
</style>