Shades of Palatinate Purple #6E1069
Tints of Palatinate Purple #6E1069
RGB
CMYK
RGB Variations
Color information
#6E1069 (or 0x6E1069) is known color: Palatinate Purple. HEX triplet: 6E, 10 and 69. RGB value is (110,16,105). Sum of RGB (Red+Green+Blue) = 110+16+105=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1069 is #91EF96. Grayscale: #353535. Windows color (decimal): -9564055 or 6885486. OLE color: 6885486.
HSL color Cylindrical-coordinate representation of color #6E1069: hue angle of 303.19º degrees, saturation: 0.75, 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 #6E1069 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 105 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.57 |
| HSL | 303.19º | 0.75% | 0.25% | - |
| HSV(B) | 303.19º | 0.85% | 0.43% | - |
| XYZ | 9.17 | 4.71 | 13.79 | - |
| YUV | 54.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 105 | 0 | 0.85 | 0.05 | 0.57 | 303.19 | 0.75 | 0.25 |
| Hex | 6E | 10 | 69 | 0 | 55 | 5 | 39 | 12F | 4B | 19 |
| Octal | 156 | 20 | 151 | 0 | 125 | 5 | 71 | 457 | 113 | 31 |
| Binary | 1101110 | 10000 | 1101001 | 0 | 1010101 | 101 | 111001 | 100101111 | 1001011 | 11001 |
Color Harmonies of #6E1069
Complementary color
Monochromatic Colors of #6E1069
Black with #6E1069
Text Example
Text Example
White with #6E1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1069; }
p { color: rgb(110,16,105); }
H1.HeaderClassName
{
color: #6E1069;
}
.AnyTagClassName
{
color: #6E1069;
}
</style>
background-color css
<style>
a { background-color: #6E1069; }
a { background-color: rgb(110,16,105); }
div.DivClassName
{
background-color: #6E1069;
}
.BgClassName
{
background-color: #6E1069;
}
</style>
border-color css
<style>
span { border-color: #6E1069; }
span { border-color: rgb(110,16,105); }
td.TdClassName
{
border-color: #6E1069;
}
.TagClassName
{
border-color: #6E1069;
}
</style>