Shades of Palatinate Purple #6A0E69
Tints of Palatinate Purple #6A0E69
RGB
CMYK
RGB Variations
Color information
#6A0E69 (or 0x6A0E69) is known color: Palatinate Purple. HEX triplet: 6A, 0E and 69. RGB value is (106,14,105). Sum of RGB (Red+Green+Blue) = 106+14+105=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0E69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0E69 is #95F196. Grayscale: #333333. Windows color (decimal): -9826711 or 6884970. OLE color: 6884970.
HSL color Cylindrical-coordinate representation of color #6A0E69: hue angle of 300.65º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A0E69 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 14 | 105 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.58 |
| HSL | 300.65º | 0.77% | 0.24% | - |
| HSV(B) | 300.65º | 0.87% | 0.42% | - |
| XYZ | 8.65 | 4.4 | 13.76 | - |
| YUV | 51.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 14 | 105 | 0 | 0.87 | 0.01 | 0.58 | 300.65 | 0.77 | 0.24 |
| Hex | 6A | E | 69 | 0 | 57 | 1 | 3A | 12D | 4D | 18 |
| Octal | 152 | 16 | 151 | 0 | 127 | 1 | 72 | 455 | 115 | 30 |
| Binary | 1101010 | 1110 | 1101001 | 0 | 1010111 | 1 | 111010 | 100101101 | 1001101 | 11000 |
Color Harmonies of #6A0E69
Complementary color
Monochromatic Colors of #6A0E69
Black with #6A0E69
Text Example
Text Example
White with #6A0E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0E69; }
p { color: rgb(106,14,105); }
H1.HeaderClassName
{
color: #6A0E69;
}
.AnyTagClassName
{
color: #6A0E69;
}
</style>
background-color css
<style>
a { background-color: #6A0E69; }
a { background-color: rgb(106,14,105); }
div.DivClassName
{
background-color: #6A0E69;
}
.BgClassName
{
background-color: #6A0E69;
}
</style>
border-color css
<style>
span { border-color: #6A0E69; }
span { border-color: rgb(106,14,105); }
td.TdClassName
{
border-color: #6A0E69;
}
.TagClassName
{
border-color: #6A0E69;
}
</style>