Shades of Palatinate Purple #6E3862
Tints of Palatinate Purple #6E3862
RGB
CMYK
RGB Variations
Color information
#6E3862 (or 0x6E3862) is known color: Palatinate Purple. HEX triplet: 6E, 38 and 62. RGB value is (110,56,98). Sum of RGB (Red+Green+Blue) = 110+56+98=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3862 is #91C79D. Grayscale: #4C4C4C. Windows color (decimal): -9553822 or 6436974. OLE color: 6436974.
HSL color Cylindrical-coordinate representation of color #6E3862: hue angle of 313.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E3862 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 56 | 98 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.57 |
| HSL | 313.33º | 0.33% | 0.33% | - |
| HSV(B) | 313.33º | 0.49% | 0.43% | - |
| XYZ | 10.05 | 7.03 | 12.38 | - |
| YUV | 76.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 98 | 0 | 0.49 | 0.11 | 0.57 | 313.33 | 0.33 | 0.33 |
| Hex | 6E | 38 | 62 | 0 | 31 | B | 39 | 139 | 21 | 21 |
| Octal | 156 | 70 | 142 | 0 | 61 | 13 | 71 | 471 | 41 | 41 |
| Binary | 1101110 | 111000 | 1100010 | 0 | 110001 | 1011 | 111001 | 100111001 | 100001 | 100001 |
Color Harmonies of #6E3862
Complementary color
Monochromatic Colors of #6E3862
Black with #6E3862
Text Example
Text Example
White with #6E3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3862; }
p { color: rgb(110,56,98); }
H1.HeaderClassName
{
color: #6E3862;
}
.AnyTagClassName
{
color: #6E3862;
}
</style>
background-color css
<style>
a { background-color: #6E3862; }
a { background-color: rgb(110,56,98); }
div.DivClassName
{
background-color: #6E3862;
}
.BgClassName
{
background-color: #6E3862;
}
</style>
border-color css
<style>
span { border-color: #6E3862; }
span { border-color: rgb(110,56,98); }
td.TdClassName
{
border-color: #6E3862;
}
.TagClassName
{
border-color: #6E3862;
}
</style>