Shades of Palatinate Purple #6E3765
Tints of Palatinate Purple #6E3765
RGB
CMYK
RGB Variations
Color information
#6E3765 (or 0x6E3765) is known color: Palatinate Purple. HEX triplet: 6E, 37 and 65. RGB value is (110,55,101). Sum of RGB (Red+Green+Blue) = 110+55+101=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3765 is #91C89A. Grayscale: #4C4C4C. Windows color (decimal): -9554075 or 6633326. OLE color: 6633326.
HSL color Cylindrical-coordinate representation of color #6E3765: hue angle of 309.82º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E3765 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 101 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.57 |
| HSL | 309.82º | 0.33% | 0.32% | - |
| HSV(B) | 309.82º | 0.5% | 0.43% | - |
| XYZ | 10.15 | 6.99 | 13.13 | - |
| YUV | 76.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 101 | 0 | 0.5 | 0.08 | 0.57 | 309.82 | 0.33 | 0.32 |
| Hex | 6E | 37 | 65 | 0 | 32 | 8 | 39 | 136 | 21 | 20 |
| Octal | 156 | 67 | 145 | 0 | 62 | 10 | 71 | 466 | 41 | 40 |
| Binary | 1101110 | 110111 | 1100101 | 0 | 110010 | 1000 | 111001 | 100110110 | 100001 | 100000 |
Color Harmonies of #6E3765
Complementary color
Monochromatic Colors of #6E3765
Black with #6E3765
Text Example
Text Example
White with #6E3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3765; }
p { color: rgb(110,55,101); }
H1.HeaderClassName
{
color: #6E3765;
}
.AnyTagClassName
{
color: #6E3765;
}
</style>
background-color css
<style>
a { background-color: #6E3765; }
a { background-color: rgb(110,55,101); }
div.DivClassName
{
background-color: #6E3765;
}
.BgClassName
{
background-color: #6E3765;
}
</style>
border-color css
<style>
span { border-color: #6E3765; }
span { border-color: rgb(110,55,101); }
td.TdClassName
{
border-color: #6E3765;
}
.TagClassName
{
border-color: #6E3765;
}
</style>