Shades of Palatinate Purple #6E2C65
Tints of Palatinate Purple #6E2C65
RGB
CMYK
RGB Variations
Color information
#6E2C65 (or 0x6E2C65) is known color: Palatinate Purple. HEX triplet: 6E, 2C and 65. RGB value is (110,44,101). Sum of RGB (Red+Green+Blue) = 110+44+101=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2C65 is #91D39A. Grayscale: #464646. Windows color (decimal): -9556891 or 6630510. OLE color: 6630510.
HSL color Cylindrical-coordinate representation of color #6E2C65: hue angle of 308.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E2C65 is Cyan = 0, Magento = 0.6, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 44 | 101 | - |
| CMYK | 0 | 0.6 | 0.08 | 0.57 |
| HSL | 308.18º | 0.43% | 0.3% | - |
| HSV(B) | 308.18º | 0.6% | 0.43% | - |
| XYZ | 9.68 | 6.06 | 12.97 | - |
| YUV | 70.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 44 | 101 | 0 | 0.6 | 0.08 | 0.57 | 308.18 | 0.43 | 0.3 |
| Hex | 6E | 2C | 65 | 0 | 3C | 8 | 39 | 134 | 2B | 1E |
| Octal | 156 | 54 | 145 | 0 | 74 | 10 | 71 | 464 | 53 | 36 |
| Binary | 1101110 | 101100 | 1100101 | 0 | 111100 | 1000 | 111001 | 100110100 | 101011 | 11110 |
Color Harmonies of #6E2C65
Complementary color
Monochromatic Colors of #6E2C65
Black with #6E2C65
Text Example
Text Example
White with #6E2C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2C65; }
p { color: rgb(110,44,101); }
H1.HeaderClassName
{
color: #6E2C65;
}
.AnyTagClassName
{
color: #6E2C65;
}
</style>
background-color css
<style>
a { background-color: #6E2C65; }
a { background-color: rgb(110,44,101); }
div.DivClassName
{
background-color: #6E2C65;
}
.BgClassName
{
background-color: #6E2C65;
}
</style>
border-color css
<style>
span { border-color: #6E2C65; }
span { border-color: rgb(110,44,101); }
td.TdClassName
{
border-color: #6E2C65;
}
.TagClassName
{
border-color: #6E2C65;
}
</style>