Shades of Palatinate Purple #6E226D
Tints of Palatinate Purple #6E226D
RGB
CMYK
RGB Variations
Color information
#6E226D (or 0x6E226D) is known color: Palatinate Purple. HEX triplet: 6E, 22 and 6D. RGB value is (110,34,109). Sum of RGB (Red+Green+Blue) = 110+34+109=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 110 - color contains mainly: red. Hex color #6E226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E226D is #91DD92. Grayscale: #414141. Windows color (decimal): -9559443 or 7152238. OLE color: 7152238.
HSL color Cylindrical-coordinate representation of color #6E226D: hue angle of 300.79º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E226D is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 34 | 109 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.57 |
| HSL | 300.79º | 0.53% | 0.28% | - |
| HSV(B) | 300.79º | 0.69% | 0.43% | - |
| XYZ | 9.76 | 5.56 | 15.03 | - |
| YUV | 65.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 34 | 109 | 0 | 0.69 | 0.01 | 0.57 | 300.79 | 0.53 | 0.28 |
| Hex | 6E | 22 | 6D | 0 | 45 | 1 | 39 | 12D | 35 | 1C |
| Octal | 156 | 42 | 155 | 0 | 105 | 1 | 71 | 455 | 65 | 34 |
| Binary | 1101110 | 100010 | 1101101 | 0 | 1000101 | 1 | 111001 | 100101101 | 110101 | 11100 |
Color Harmonies of #6E226D
Complementary color
Monochromatic Colors of #6E226D
Black with #6E226D
Text Example
Text Example
White with #6E226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E226D; }
p { color: rgb(110,34,109); }
H1.HeaderClassName
{
color: #6E226D;
}
.AnyTagClassName
{
color: #6E226D;
}
</style>
background-color css
<style>
a { background-color: #6E226D; }
a { background-color: rgb(110,34,109); }
div.DivClassName
{
background-color: #6E226D;
}
.BgClassName
{
background-color: #6E226D;
}
</style>
border-color css
<style>
span { border-color: #6E226D; }
span { border-color: rgb(110,34,109); }
td.TdClassName
{
border-color: #6E226D;
}
.TagClassName
{
border-color: #6E226D;
}
</style>