Shades of Palatinate Purple #6B106D
Tints of Palatinate Purple #6B106D
RGB
CMYK
RGB Variations
Color information
#6B106D (or 0x6B106D) is known color: Palatinate Purple. HEX triplet: 6B, 10 and 6D. RGB value is (107,16,109). Sum of RGB (Red+Green+Blue) = 107+16+109=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B106D is #94EF92. Grayscale: #353535. Windows color (decimal): -9760659 or 7147627. OLE color: 7147627.
HSL color Cylindrical-coordinate representation of color #6B106D: hue angle of 298.71º 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 #6B106D is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 16 | 109 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.57 |
| HSL | 298.71º | 0.74% | 0.25% | - |
| HSV(B) | 298.71º | 0.85% | 0.43% | - |
| XYZ | 9.01 | 4.6 | 14.88 | - |
| YUV | 53.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 109 | 0.02 | 0.85 | 0 | 0.57 | 298.71 | 0.74 | 0.25 |
| Hex | 6B | 10 | 6D | 2 | 55 | 0 | 39 | 12B | 4A | 19 |
| Octal | 153 | 20 | 155 | 2 | 125 | 0 | 71 | 453 | 112 | 31 |
| Binary | 1101011 | 10000 | 1101101 | 10 | 1010101 | 0 | 111001 | 100101011 | 1001010 | 11001 |
Color Harmonies of #6B106D
Complementary color
Monochromatic Colors of #6B106D
Black with #6B106D
Text Example
Text Example
White with #6B106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B106D; }
p { color: rgb(107,16,109); }
H1.HeaderClassName
{
color: #6B106D;
}
.AnyTagClassName
{
color: #6B106D;
}
</style>
background-color css
<style>
a { background-color: #6B106D; }
a { background-color: rgb(107,16,109); }
div.DivClassName
{
background-color: #6B106D;
}
.BgClassName
{
background-color: #6B106D;
}
</style>
border-color css
<style>
span { border-color: #6B106D; }
span { border-color: rgb(107,16,109); }
td.TdClassName
{
border-color: #6B106D;
}
.TagClassName
{
border-color: #6B106D;
}
</style>