Shades of Palatinate Purple #6E1460
Tints of Palatinate Purple #6E1460
RGB
CMYK
RGB Variations
Color information
#6E1460 (or 0x6E1460) is known color: Palatinate Purple. HEX triplet: 6E, 14 and 60. RGB value is (110,20,96). Sum of RGB (Red+Green+Blue) = 110+20+96=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1460 is #91EB9F. Grayscale: #373737. Windows color (decimal): -9563040 or 6296686. OLE color: 6296686.
HSL color Cylindrical-coordinate representation of color #6E1460: hue angle of 309.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 #6E1460 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 20 | 96 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.57 |
| HSL | 309.33º | 0.69% | 0.25% | - |
| HSV(B) | 309.33º | 0.82% | 0.43% | - |
| XYZ | 8.79 | 4.66 | 11.5 | - |
| YUV | 55.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 96 | 0 | 0.82 | 0.13 | 0.57 | 309.33 | 0.69 | 0.25 |
| Hex | 6E | 14 | 60 | 0 | 52 | D | 39 | 135 | 45 | 19 |
| Octal | 156 | 24 | 140 | 0 | 122 | 15 | 71 | 465 | 105 | 31 |
| Binary | 1101110 | 10100 | 1100000 | 0 | 1010010 | 1101 | 111001 | 100110101 | 1000101 | 11001 |
Color Harmonies of #6E1460
Complementary color
Monochromatic Colors of #6E1460
Black with #6E1460
Text Example
Text Example
White with #6E1460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1460; }
p { color: rgb(110,20,96); }
H1.HeaderClassName
{
color: #6E1460;
}
.AnyTagClassName
{
color: #6E1460;
}
</style>
background-color css
<style>
a { background-color: #6E1460; }
a { background-color: rgb(110,20,96); }
div.DivClassName
{
background-color: #6E1460;
}
.BgClassName
{
background-color: #6E1460;
}
</style>
border-color css
<style>
span { border-color: #6E1460; }
span { border-color: rgb(110,20,96); }
td.TdClassName
{
border-color: #6E1460;
}
.TagClassName
{
border-color: #6E1460;
}
</style>