Shades of Palatinate Purple #6D1B6B
Tints of Palatinate Purple #6D1B6B
RGB
CMYK
RGB Variations
Color information
#6D1B6B (or 0x6D1B6B) is known color: Palatinate Purple. HEX triplet: 6D, 1B and 6B. RGB value is (109,27,107). Sum of RGB (Red+Green+Blue) = 109+27+107=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B6B is #92E494. Grayscale: #3C3C3C. Windows color (decimal): -9626773 or 7019373. OLE color: 7019373.
HSL color Cylindrical-coordinate representation of color #6D1B6B: hue angle of 301.46º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B6B is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 107 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.57 |
| HSL | 301.46º | 0.6% | 0.27% | - |
| HSV(B) | 301.46º | 0.75% | 0.43% | - |
| XYZ | 9.35 | 5.1 | 14.4 | - |
| YUV | 60.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 107 | 0 | 0.75 | 0.02 | 0.57 | 301.46 | 0.6 | 0.27 |
| Hex | 6D | 1B | 6B | 0 | 4B | 2 | 39 | 12D | 3C | 1B |
| Octal | 155 | 33 | 153 | 0 | 113 | 2 | 71 | 455 | 74 | 33 |
| Binary | 1101101 | 11011 | 1101011 | 0 | 1001011 | 10 | 111001 | 100101101 | 111100 | 11011 |
Color Harmonies of #6D1B6B
Complementary color
Monochromatic Colors of #6D1B6B
Black with #6D1B6B
Text Example
Text Example
White with #6D1B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B6B; }
p { color: rgb(109,27,107); }
H1.HeaderClassName
{
color: #6D1B6B;
}
.AnyTagClassName
{
color: #6D1B6B;
}
</style>
background-color css
<style>
a { background-color: #6D1B6B; }
a { background-color: rgb(109,27,107); }
div.DivClassName
{
background-color: #6D1B6B;
}
.BgClassName
{
background-color: #6D1B6B;
}
</style>
border-color css
<style>
span { border-color: #6D1B6B; }
span { border-color: rgb(109,27,107); }
td.TdClassName
{
border-color: #6D1B6B;
}
.TagClassName
{
border-color: #6D1B6B;
}
</style>