Shades of Palatinate Purple #6E2562
Tints of Palatinate Purple #6E2562
RGB
CMYK
RGB Variations
Color information
#6E2562 (or 0x6E2562) is known color: Palatinate Purple. HEX triplet: 6E, 25 and 62. RGB value is (110,37,98). Sum of RGB (Red+Green+Blue) = 110+37+98=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2562 is #91DA9D. Grayscale: #414141. Windows color (decimal): -9558686 or 6432110. OLE color: 6432110.
HSL color Cylindrical-coordinate representation of color #6E2562: hue angle of 309.86º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2562 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 98 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.57 |
| HSL | 309.86º | 0.5% | 0.29% | - |
| HSV(B) | 309.86º | 0.66% | 0.43% | - |
| XYZ | 9.3 | 5.52 | 12.13 | - |
| YUV | 65.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 98 | 0 | 0.66 | 0.11 | 0.57 | 309.86 | 0.5 | 0.29 |
| Hex | 6E | 25 | 62 | 0 | 42 | B | 39 | 136 | 32 | 1D |
| Octal | 156 | 45 | 142 | 0 | 102 | 13 | 71 | 466 | 62 | 35 |
| Binary | 1101110 | 100101 | 1100010 | 0 | 1000010 | 1011 | 111001 | 100110110 | 110010 | 11101 |
Color Harmonies of #6E2562
Complementary color
Monochromatic Colors of #6E2562
Black with #6E2562
Text Example
Text Example
White with #6E2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2562; }
p { color: rgb(110,37,98); }
H1.HeaderClassName
{
color: #6E2562;
}
.AnyTagClassName
{
color: #6E2562;
}
</style>
background-color css
<style>
a { background-color: #6E2562; }
a { background-color: rgb(110,37,98); }
div.DivClassName
{
background-color: #6E2562;
}
.BgClassName
{
background-color: #6E2562;
}
</style>
border-color css
<style>
span { border-color: #6E2562; }
span { border-color: rgb(110,37,98); }
td.TdClassName
{
border-color: #6E2562;
}
.TagClassName
{
border-color: #6E2562;
}
</style>