Shades of Palatinate Purple #6E1D64
Tints of Palatinate Purple #6E1D64
RGB
CMYK
RGB Variations
Color information
#6E1D64 (or 0x6E1D64) is known color: Palatinate Purple. HEX triplet: 6E, 1D and 64. RGB value is (110,29,100). Sum of RGB (Red+Green+Blue) = 110+29+100=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1D64 is #91E29B. Grayscale: #3D3D3D. Windows color (decimal): -9560732 or 6561134. OLE color: 6561134.
HSL color Cylindrical-coordinate representation of color #6E1D64: hue angle of 307.41º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E1D64 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 29 | 100 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.57 |
| HSL | 307.41º | 0.58% | 0.27% | - |
| HSV(B) | 307.41º | 0.74% | 0.43% | - |
| XYZ | 9.17 | 5.11 | 12.56 | - |
| YUV | 61.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 29 | 100 | 0 | 0.74 | 0.09 | 0.57 | 307.41 | 0.58 | 0.27 |
| Hex | 6E | 1D | 64 | 0 | 4A | 9 | 39 | 133 | 3A | 1B |
| Octal | 156 | 35 | 144 | 0 | 112 | 11 | 71 | 463 | 72 | 33 |
| Binary | 1101110 | 11101 | 1100100 | 0 | 1001010 | 1001 | 111001 | 100110011 | 111010 | 11011 |
Color Harmonies of #6E1D64
Complementary color
Monochromatic Colors of #6E1D64
Black with #6E1D64
Text Example
Text Example
White with #6E1D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1D64; }
p { color: rgb(110,29,100); }
H1.HeaderClassName
{
color: #6E1D64;
}
.AnyTagClassName
{
color: #6E1D64;
}
</style>
background-color css
<style>
a { background-color: #6E1D64; }
a { background-color: rgb(110,29,100); }
div.DivClassName
{
background-color: #6E1D64;
}
.BgClassName
{
background-color: #6E1D64;
}
</style>
border-color css
<style>
span { border-color: #6E1D64; }
span { border-color: rgb(110,29,100); }
td.TdClassName
{
border-color: #6E1D64;
}
.TagClassName
{
border-color: #6E1D64;
}
</style>