Shades of Palatinate Purple #6E116B
Tints of Palatinate Purple #6E116B
RGB
CMYK
RGB Variations
Color information
#6E116B (or 0x6E116B) is known color: Palatinate Purple. HEX triplet: 6E, 11 and 6B. RGB value is (110,17,107). Sum of RGB (Red+Green+Blue) = 110+17+107=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E116B is #91EE94. Grayscale: #363636. Windows color (decimal): -9563797 or 7016814. OLE color: 7016814.
HSL color Cylindrical-coordinate representation of color #6E116B: hue angle of 301.94º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E116B is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 17 | 107 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.57 |
| HSL | 301.94º | 0.73% | 0.25% | - |
| HSV(B) | 301.94º | 0.85% | 0.43% | - |
| XYZ | 9.28 | 4.78 | 14.34 | - |
| YUV | 55.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 107 | 0 | 0.85 | 0.03 | 0.57 | 301.94 | 0.73 | 0.25 |
| Hex | 6E | 11 | 6B | 0 | 55 | 3 | 39 | 12E | 49 | 19 |
| Octal | 156 | 21 | 153 | 0 | 125 | 3 | 71 | 456 | 111 | 31 |
| Binary | 1101110 | 10001 | 1101011 | 0 | 1010101 | 11 | 111001 | 100101110 | 1001001 | 11001 |
Color Harmonies of #6E116B
Complementary color
Monochromatic Colors of #6E116B
Black with #6E116B
Text Example
Text Example
White with #6E116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E116B; }
p { color: rgb(110,17,107); }
H1.HeaderClassName
{
color: #6E116B;
}
.AnyTagClassName
{
color: #6E116B;
}
</style>
background-color css
<style>
a { background-color: #6E116B; }
a { background-color: rgb(110,17,107); }
div.DivClassName
{
background-color: #6E116B;
}
.BgClassName
{
background-color: #6E116B;
}
</style>
border-color css
<style>
span { border-color: #6E116B; }
span { border-color: rgb(110,17,107); }
td.TdClassName
{
border-color: #6E116B;
}
.TagClassName
{
border-color: #6E116B;
}
</style>