Shades of Palatinate Purple #6E166E
Tints of Palatinate Purple #6E166E
RGB
CMYK
RGB Variations
Color information
#6E166E (or 0x6E166E) is known color: Palatinate Purple. HEX triplet: 6E, 16 and 6E. RGB value is (110,22,110). Sum of RGB (Red+Green+Blue) = 110+22+110=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E166E is #91E991. Grayscale: #3A3A3A. Windows color (decimal): -9562514 or 7214702. OLE color: 7214702.
HSL color Cylindrical-coordinate representation of color #6E166E: hue angle of 300º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E166E is Cyan = 0, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 110 | - |
| CMYK | 0 | 0.8 | 0 | 0.57 |
| HSL | 300º | 0.67% | 0.26% | - |
| HSV(B) | 300º | 0.8% | 0.43% | - |
| XYZ | 9.53 | 5.01 | 15.22 | - |
| YUV | 58.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 110 | 0 | 0.8 | 0 | 0.57 | 300 | 0.67 | 0.26 |
| Hex | 6E | 16 | 6E | 0 | 50 | 0 | 39 | 12C | 43 | 1A |
| Octal | 156 | 26 | 156 | 0 | 120 | 0 | 71 | 454 | 103 | 32 |
| Binary | 1101110 | 10110 | 1101110 | 0 | 1010000 | 0 | 111001 | 100101100 | 1000011 | 11010 |
Color Harmonies of #6E166E
Complementary color
Monochromatic Colors of #6E166E
Black with #6E166E
Text Example
Text Example
White with #6E166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E166E; }
p { color: rgb(110,22,110); }
H1.HeaderClassName
{
color: #6E166E;
}
.AnyTagClassName
{
color: #6E166E;
}
</style>
background-color css
<style>
a { background-color: #6E166E; }
a { background-color: rgb(110,22,110); }
div.DivClassName
{
background-color: #6E166E;
}
.BgClassName
{
background-color: #6E166E;
}
</style>
border-color css
<style>
span { border-color: #6E166E; }
span { border-color: rgb(110,22,110); }
td.TdClassName
{
border-color: #6E166E;
}
.TagClassName
{
border-color: #6E166E;
}
</style>