Shades of Palatinate Purple #6D196B
Tints of Palatinate Purple #6D196B
RGB
CMYK
RGB Variations
Color information
#6D196B (or 0x6D196B) is known color: Palatinate Purple. HEX triplet: 6D, 19 and 6B. RGB value is (109,25,107). Sum of RGB (Red+Green+Blue) = 109+25+107=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D196B is #92E694. Grayscale: #3B3B3B. Windows color (decimal): -9627285 or 7018861. OLE color: 7018861.
HSL color Cylindrical-coordinate representation of color #6D196B: hue angle of 301.43º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D196B is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 25 | 107 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.57 |
| HSL | 301.43º | 0.63% | 0.26% | - |
| HSV(B) | 301.43º | 0.77% | 0.43% | - |
| XYZ | 9.31 | 5.01 | 14.39 | - |
| YUV | 59.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 107 | 0 | 0.77 | 0.02 | 0.57 | 301.43 | 0.63 | 0.26 |
| Hex | 6D | 19 | 6B | 0 | 4D | 2 | 39 | 12D | 3F | 1A |
| Octal | 155 | 31 | 153 | 0 | 115 | 2 | 71 | 455 | 77 | 32 |
| Binary | 1101101 | 11001 | 1101011 | 0 | 1001101 | 10 | 111001 | 100101101 | 111111 | 11010 |
Color Harmonies of #6D196B
Complementary color
Monochromatic Colors of #6D196B
Black with #6D196B
Text Example
Text Example
White with #6D196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D196B; }
p { color: rgb(109,25,107); }
H1.HeaderClassName
{
color: #6D196B;
}
.AnyTagClassName
{
color: #6D196B;
}
</style>
background-color css
<style>
a { background-color: #6D196B; }
a { background-color: rgb(109,25,107); }
div.DivClassName
{
background-color: #6D196B;
}
.BgClassName
{
background-color: #6D196B;
}
</style>
border-color css
<style>
span { border-color: #6D196B; }
span { border-color: rgb(109,25,107); }
td.TdClassName
{
border-color: #6D196B;
}
.TagClassName
{
border-color: #6D196B;
}
</style>