Shades of Palatinate Purple #6E1269
Tints of Palatinate Purple #6E1269
RGB
CMYK
RGB Variations
Color information
#6E1269 (or 0x6E1269) is known color: Palatinate Purple. HEX triplet: 6E, 12 and 69. RGB value is (110,18,105). Sum of RGB (Red+Green+Blue) = 110+18+105=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1269 is #91ED96. Grayscale: #373737. Windows color (decimal): -9563543 or 6885998. OLE color: 6885998.
HSL color Cylindrical-coordinate representation of color #6E1269: hue angle of 303.26º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1269 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 18 | 105 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.57 |
| HSL | 303.26º | 0.72% | 0.25% | - |
| HSV(B) | 303.26º | 0.84% | 0.43% | - |
| XYZ | 9.2 | 4.77 | 13.8 | - |
| YUV | 55.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 105 | 0 | 0.84 | 0.05 | 0.57 | 303.26 | 0.72 | 0.25 |
| Hex | 6E | 12 | 69 | 0 | 54 | 5 | 39 | 12F | 48 | 19 |
| Octal | 156 | 22 | 151 | 0 | 124 | 5 | 71 | 457 | 110 | 31 |
| Binary | 1101110 | 10010 | 1101001 | 0 | 1010100 | 101 | 111001 | 100101111 | 1001000 | 11001 |
Color Harmonies of #6E1269
Complementary color
Monochromatic Colors of #6E1269
Black with #6E1269
Text Example
Text Example
White with #6E1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1269; }
p { color: rgb(110,18,105); }
H1.HeaderClassName
{
color: #6E1269;
}
.AnyTagClassName
{
color: #6E1269;
}
</style>
background-color css
<style>
a { background-color: #6E1269; }
a { background-color: rgb(110,18,105); }
div.DivClassName
{
background-color: #6E1269;
}
.BgClassName
{
background-color: #6E1269;
}
</style>
border-color css
<style>
span { border-color: #6E1269; }
span { border-color: rgb(110,18,105); }
td.TdClassName
{
border-color: #6E1269;
}
.TagClassName
{
border-color: #6E1269;
}
</style>