Shades of Palatinate Purple #6E1463
Tints of Palatinate Purple #6E1463
RGB
CMYK
RGB Variations
Color information
#6E1463 (or 0x6E1463) is known color: Palatinate Purple. HEX triplet: 6E, 14 and 63. RGB value is (110,20,99). Sum of RGB (Red+Green+Blue) = 110+20+99=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1463 is #91EB9C. Grayscale: #373737. Windows color (decimal): -9563037 or 6493294. OLE color: 6493294.
HSL color Cylindrical-coordinate representation of color #6E1463: hue angle of 307.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1463 is Cyan = 0, Magento = 0.82, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 20 | 99 | - |
| CMYK | 0 | 0.82 | 0.1 | 0.57 |
| HSL | 307.33º | 0.69% | 0.25% | - |
| HSV(B) | 307.33º | 0.82% | 0.43% | - |
| XYZ | 8.93 | 4.72 | 12.24 | - |
| YUV | 55.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 99 | 0 | 0.82 | 0.1 | 0.57 | 307.33 | 0.69 | 0.25 |
| Hex | 6E | 14 | 63 | 0 | 52 | A | 39 | 133 | 45 | 19 |
| Octal | 156 | 24 | 143 | 0 | 122 | 12 | 71 | 463 | 105 | 31 |
| Binary | 1101110 | 10100 | 1100011 | 0 | 1010010 | 1010 | 111001 | 100110011 | 1000101 | 11001 |
Color Harmonies of #6E1463
Complementary color
Monochromatic Colors of #6E1463
Black with #6E1463
Text Example
Text Example
White with #6E1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1463; }
p { color: rgb(110,20,99); }
H1.HeaderClassName
{
color: #6E1463;
}
.AnyTagClassName
{
color: #6E1463;
}
</style>
background-color css
<style>
a { background-color: #6E1463; }
a { background-color: rgb(110,20,99); }
div.DivClassName
{
background-color: #6E1463;
}
.BgClassName
{
background-color: #6E1463;
}
</style>
border-color css
<style>
span { border-color: #6E1463; }
span { border-color: rgb(110,20,99); }
td.TdClassName
{
border-color: #6E1463;
}
.TagClassName
{
border-color: #6E1463;
}
</style>