Shades of Palatinate Purple #6E196D
Tints of Palatinate Purple #6E196D
RGB
CMYK
RGB Variations
Color information
#6E196D (or 0x6E196D) is known color: Palatinate Purple. HEX triplet: 6E, 19 and 6D. RGB value is (110,25,109). Sum of RGB (Red+Green+Blue) = 110+25+109=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E196D is #91E692. Grayscale: #3B3B3B. Windows color (decimal): -9561747 or 7149934. OLE color: 7149934.
HSL color Cylindrical-coordinate representation of color #6E196D: hue angle of 300.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 #6E196D is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 25 | 109 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.57 |
| HSL | 300.71º | 0.63% | 0.26% | - |
| HSV(B) | 300.71º | 0.77% | 0.43% | - |
| XYZ | 9.54 | 5.11 | 14.95 | - |
| YUV | 59.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 109 | 0 | 0.77 | 0.01 | 0.57 | 300.71 | 0.63 | 0.26 |
| Hex | 6E | 19 | 6D | 0 | 4D | 1 | 39 | 12D | 3F | 1A |
| Octal | 156 | 31 | 155 | 0 | 115 | 1 | 71 | 455 | 77 | 32 |
| Binary | 1101110 | 11001 | 1101101 | 0 | 1001101 | 1 | 111001 | 100101101 | 111111 | 11010 |
Color Harmonies of #6E196D
Complementary color
Monochromatic Colors of #6E196D
Black with #6E196D
Text Example
Text Example
White with #6E196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E196D; }
p { color: rgb(110,25,109); }
H1.HeaderClassName
{
color: #6E196D;
}
.AnyTagClassName
{
color: #6E196D;
}
</style>
background-color css
<style>
a { background-color: #6E196D; }
a { background-color: rgb(110,25,109); }
div.DivClassName
{
background-color: #6E196D;
}
.BgClassName
{
background-color: #6E196D;
}
</style>
border-color css
<style>
span { border-color: #6E196D; }
span { border-color: rgb(110,25,109); }
td.TdClassName
{
border-color: #6E196D;
}
.TagClassName
{
border-color: #6E196D;
}
</style>