Shades of Palatinate Purple #6D196F
Tints of Palatinate Purple #6D196F
RGB
CMYK
RGB Variations
Color information
#6D196F (or 0x6D196F) is known color: Palatinate Purple. HEX triplet: 6D, 19 and 6F. RGB value is (109,25,111). Sum of RGB (Red+Green+Blue) = 109+25+111=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D196F is #92E690. Grayscale: #3B3B3B. Windows color (decimal): -9627281 or 7281005. OLE color: 7281005.
HSL color Cylindrical-coordinate representation of color #6D196F: hue angle of 298.6º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D196F is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 25 | 111 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.56 |
| HSL | 298.6º | 0.63% | 0.27% | - |
| HSV(B) | 298.6º | 0.77% | 0.44% | - |
| XYZ | 9.52 | 5.09 | 15.52 | - |
| YUV | 59.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 111 | 0.02 | 0.77 | 0 | 0.56 | 298.6 | 0.63 | 0.27 |
| Hex | 6D | 19 | 6F | 2 | 4D | 0 | 38 | 12B | 3F | 1B |
| Octal | 155 | 31 | 157 | 2 | 115 | 0 | 70 | 453 | 77 | 33 |
| Binary | 1101101 | 11001 | 1101111 | 10 | 1001101 | 0 | 111000 | 100101011 | 111111 | 11011 |
Color Harmonies of #6D196F
Complementary color
Monochromatic Colors of #6D196F
Black with #6D196F
Text Example
Text Example
White with #6D196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D196F; }
p { color: rgb(109,25,111); }
H1.HeaderClassName
{
color: #6D196F;
}
.AnyTagClassName
{
color: #6D196F;
}
</style>
background-color css
<style>
a { background-color: #6D196F; }
a { background-color: rgb(109,25,111); }
div.DivClassName
{
background-color: #6D196F;
}
.BgClassName
{
background-color: #6D196F;
}
</style>
border-color css
<style>
span { border-color: #6D196F; }
span { border-color: rgb(109,25,111); }
td.TdClassName
{
border-color: #6D196F;
}
.TagClassName
{
border-color: #6D196F;
}
</style>