Shades of Palatinate Purple #6E3761
Tints of Palatinate Purple #6E3761
RGB
CMYK
RGB Variations
Color information
#6E3761 (or 0x6E3761) is known color: Palatinate Purple. HEX triplet: 6E, 37 and 61. RGB value is (110,55,97). Sum of RGB (Red+Green+Blue) = 110+55+97=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3761 is #91C89E. Grayscale: #4C4C4C. Windows color (decimal): -9554079 or 6371182. OLE color: 6371182.
HSL color Cylindrical-coordinate representation of color #6E3761: hue angle of 314.18º 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 #6E3761 is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 97 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.57 |
| HSL | 314.18º | 0.33% | 0.32% | - |
| HSV(B) | 314.18º | 0.5% | 0.43% | - |
| XYZ | 9.95 | 6.91 | 12.12 | - |
| YUV | 76.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 97 | 0 | 0.5 | 0.12 | 0.57 | 314.18 | 0.33 | 0.32 |
| Hex | 6E | 37 | 61 | 0 | 32 | C | 39 | 13A | 21 | 20 |
| Octal | 156 | 67 | 141 | 0 | 62 | 14 | 71 | 472 | 41 | 40 |
| Binary | 1101110 | 110111 | 1100001 | 0 | 110010 | 1100 | 111001 | 100111010 | 100001 | 100000 |
Color Harmonies of #6E3761
Complementary color
Monochromatic Colors of #6E3761
Black with #6E3761
Text Example
Text Example
White with #6E3761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3761; }
p { color: rgb(110,55,97); }
H1.HeaderClassName
{
color: #6E3761;
}
.AnyTagClassName
{
color: #6E3761;
}
</style>
background-color css
<style>
a { background-color: #6E3761; }
a { background-color: rgb(110,55,97); }
div.DivClassName
{
background-color: #6E3761;
}
.BgClassName
{
background-color: #6E3761;
}
</style>
border-color css
<style>
span { border-color: #6E3761; }
span { border-color: rgb(110,55,97); }
td.TdClassName
{
border-color: #6E3761;
}
.TagClassName
{
border-color: #6E3761;
}
</style>