Shades of Palatinate Purple #6E3158
Tints of Palatinate Purple #6E3158
RGB
CMYK
RGB Variations
Color information
#6E3158 (or 0x6E3158) is known color: Palatinate Purple. HEX triplet: 6E, 31 and 58. RGB value is (110,49,88). Sum of RGB (Red+Green+Blue) = 110+49+88=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3158 is #91CEA7. Grayscale: #474747. Windows color (decimal): -9555624 or 5779822. OLE color: 5779822.
HSL color Cylindrical-coordinate representation of color #6E3158: hue angle of 321.64º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3158 is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 88 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.57 |
| HSL | 321.64º | 0.38% | 0.31% | - |
| HSV(B) | 321.64º | 0.55% | 0.43% | - |
| XYZ | 9.29 | 6.22 | 9.94 | - |
| YUV | 71.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 88 | 0 | 0.55 | 0.2 | 0.57 | 321.64 | 0.38 | 0.31 |
| Hex | 6E | 31 | 58 | 0 | 37 | 14 | 39 | 142 | 26 | 1F |
| Octal | 156 | 61 | 130 | 0 | 67 | 24 | 71 | 502 | 46 | 37 |
| Binary | 1101110 | 110001 | 1011000 | 0 | 110111 | 10100 | 111001 | 101000010 | 100110 | 11111 |
Color Harmonies of #6E3158
Complementary color
Monochromatic Colors of #6E3158
Black with #6E3158
Text Example
Text Example
White with #6E3158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3158; }
p { color: rgb(110,49,88); }
H1.HeaderClassName
{
color: #6E3158;
}
.AnyTagClassName
{
color: #6E3158;
}
</style>
background-color css
<style>
a { background-color: #6E3158; }
a { background-color: rgb(110,49,88); }
div.DivClassName
{
background-color: #6E3158;
}
.BgClassName
{
background-color: #6E3158;
}
</style>
border-color css
<style>
span { border-color: #6E3158; }
span { border-color: rgb(110,49,88); }
td.TdClassName
{
border-color: #6E3158;
}
.TagClassName
{
border-color: #6E3158;
}
</style>