Shades of Palatinate Purple #6E1260
Tints of Palatinate Purple #6E1260
RGB
CMYK
RGB Variations
Color information
#6E1260 (or 0x6E1260) is known color: Palatinate Purple. HEX triplet: 6E, 12 and 60. RGB value is (110,18,96). Sum of RGB (Red+Green+Blue) = 110+18+96=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1260 is #91ED9F. Grayscale: #363636. Windows color (decimal): -9563552 or 6296174. OLE color: 6296174.
HSL color Cylindrical-coordinate representation of color #6E1260: hue angle of 309.13º 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 #6E1260 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 18 | 96 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.57 |
| HSL | 309.13º | 0.72% | 0.25% | - |
| HSV(B) | 309.13º | 0.84% | 0.43% | - |
| XYZ | 8.76 | 4.59 | 11.49 | - |
| YUV | 54.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 96 | 0 | 0.84 | 0.13 | 0.57 | 309.13 | 0.72 | 0.25 |
| Hex | 6E | 12 | 60 | 0 | 54 | D | 39 | 135 | 48 | 19 |
| Octal | 156 | 22 | 140 | 0 | 124 | 15 | 71 | 465 | 110 | 31 |
| Binary | 1101110 | 10010 | 1100000 | 0 | 1010100 | 1101 | 111001 | 100110101 | 1001000 | 11001 |
Color Harmonies of #6E1260
Complementary color
Monochromatic Colors of #6E1260
Black with #6E1260
Text Example
Text Example
White with #6E1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1260; }
p { color: rgb(110,18,96); }
H1.HeaderClassName
{
color: #6E1260;
}
.AnyTagClassName
{
color: #6E1260;
}
</style>
background-color css
<style>
a { background-color: #6E1260; }
a { background-color: rgb(110,18,96); }
div.DivClassName
{
background-color: #6E1260;
}
.BgClassName
{
background-color: #6E1260;
}
</style>
border-color css
<style>
span { border-color: #6E1260; }
span { border-color: rgb(110,18,96); }
td.TdClassName
{
border-color: #6E1260;
}
.TagClassName
{
border-color: #6E1260;
}
</style>