Shades of Palatinate Purple #6D1168
Tints of Palatinate Purple #6D1168
RGB
CMYK
RGB Variations
Color information
#6D1168 (or 0x6D1168) is known color: Palatinate Purple. HEX triplet: 6D, 11 and 68. RGB value is (109,17,104). Sum of RGB (Red+Green+Blue) = 109+17+104=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1168 is #92EE97. Grayscale: #363636. Windows color (decimal): -9629336 or 6820205. OLE color: 6820205.
HSL color Cylindrical-coordinate representation of color #6D1168: hue angle of 303.26º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1168 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 104 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.57 |
| HSL | 303.26º | 0.73% | 0.25% | - |
| HSV(B) | 303.26º | 0.84% | 0.43% | - |
| XYZ | 9.01 | 4.65 | 13.52 | - |
| YUV | 54.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 104 | 0 | 0.84 | 0.05 | 0.57 | 303.26 | 0.73 | 0.25 |
| Hex | 6D | 11 | 68 | 0 | 54 | 5 | 39 | 12F | 49 | 19 |
| Octal | 155 | 21 | 150 | 0 | 124 | 5 | 71 | 457 | 111 | 31 |
| Binary | 1101101 | 10001 | 1101000 | 0 | 1010100 | 101 | 111001 | 100101111 | 1001001 | 11001 |
Color Harmonies of #6D1168
Complementary color
Monochromatic Colors of #6D1168
Black with #6D1168
Text Example
Text Example
White with #6D1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1168; }
p { color: rgb(109,17,104); }
H1.HeaderClassName
{
color: #6D1168;
}
.AnyTagClassName
{
color: #6D1168;
}
</style>
background-color css
<style>
a { background-color: #6D1168; }
a { background-color: rgb(109,17,104); }
div.DivClassName
{
background-color: #6D1168;
}
.BgClassName
{
background-color: #6D1168;
}
</style>
border-color css
<style>
span { border-color: #6D1168; }
span { border-color: rgb(109,17,104); }
td.TdClassName
{
border-color: #6D1168;
}
.TagClassName
{
border-color: #6D1168;
}
</style>