Shades of Palatinate Purple #6D195E
Tints of Palatinate Purple #6D195E
RGB
CMYK
RGB Variations
Color information
#6D195E (or 0x6D195E) is known color: Palatinate Purple. HEX triplet: 6D, 19 and 5E. RGB value is (109,25,94). Sum of RGB (Red+Green+Blue) = 109+25+94=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D195E is #92E6A1. Grayscale: #393939. Windows color (decimal): -9627298 or 6166893. OLE color: 6166893.
HSL color Cylindrical-coordinate representation of color #6D195E: hue angle of 310.71º 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 #6D195E is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 25 | 94 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.57 |
| HSL | 310.71º | 0.63% | 0.26% | - |
| HSV(B) | 310.71º | 0.77% | 0.43% | - |
| XYZ | 8.67 | 4.75 | 11.05 | - |
| YUV | 57.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 94 | 0 | 0.77 | 0.14 | 0.57 | 310.71 | 0.63 | 0.26 |
| Hex | 6D | 19 | 5E | 0 | 4D | E | 39 | 137 | 3F | 1A |
| Octal | 155 | 31 | 136 | 0 | 115 | 16 | 71 | 467 | 77 | 32 |
| Binary | 1101101 | 11001 | 1011110 | 0 | 1001101 | 1110 | 111001 | 100110111 | 111111 | 11010 |
Color Harmonies of #6D195E
Complementary color
Monochromatic Colors of #6D195E
Black with #6D195E
Text Example
Text Example
White with #6D195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D195E; }
p { color: rgb(109,25,94); }
H1.HeaderClassName
{
color: #6D195E;
}
.AnyTagClassName
{
color: #6D195E;
}
</style>
background-color css
<style>
a { background-color: #6D195E; }
a { background-color: rgb(109,25,94); }
div.DivClassName
{
background-color: #6D195E;
}
.BgClassName
{
background-color: #6D195E;
}
</style>
border-color css
<style>
span { border-color: #6D195E; }
span { border-color: rgb(109,25,94); }
td.TdClassName
{
border-color: #6D195E;
}
.TagClassName
{
border-color: #6D195E;
}
</style>