Shades of Palatinate Purple #6E196F
Tints of Palatinate Purple #6E196F
RGB
CMYK
RGB Variations
Color information
#6E196F (or 0x6E196F) is known color: Palatinate Purple. HEX triplet: 6E, 19 and 6F. RGB value is (110,25,111). Sum of RGB (Red+Green+Blue) = 110+25+111=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E196F is #91E690. Grayscale: #3B3B3B. Windows color (decimal): -9561745 or 7281006. OLE color: 7281006.
HSL color Cylindrical-coordinate representation of color #6E196F: hue angle of 299.3º 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 #6E196F is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 25 | 111 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.56 |
| HSL | 299.3º | 0.63% | 0.27% | - |
| HSV(B) | 299.3º | 0.77% | 0.44% | - |
| XYZ | 9.65 | 5.16 | 15.53 | - |
| YUV | 60.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 111 | 0.01 | 0.77 | 0 | 0.56 | 299.3 | 0.63 | 0.27 |
| Hex | 6E | 19 | 6F | 1 | 4D | 0 | 38 | 12B | 3F | 1B |
| Octal | 156 | 31 | 157 | 1 | 115 | 0 | 70 | 453 | 77 | 33 |
| Binary | 1101110 | 11001 | 1101111 | 1 | 1001101 | 0 | 111000 | 100101011 | 111111 | 11011 |
Color Harmonies of #6E196F
Complementary color
Monochromatic Colors of #6E196F
Black with #6E196F
Text Example
Text Example
White with #6E196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E196F; }
p { color: rgb(110,25,111); }
H1.HeaderClassName
{
color: #6E196F;
}
.AnyTagClassName
{
color: #6E196F;
}
</style>
background-color css
<style>
a { background-color: #6E196F; }
a { background-color: rgb(110,25,111); }
div.DivClassName
{
background-color: #6E196F;
}
.BgClassName
{
background-color: #6E196F;
}
</style>
border-color css
<style>
span { border-color: #6E196F; }
span { border-color: rgb(110,25,111); }
td.TdClassName
{
border-color: #6E196F;
}
.TagClassName
{
border-color: #6E196F;
}
</style>