Shades of Palatinate Purple #6E3167
Tints of Palatinate Purple #6E3167
RGB
CMYK
RGB Variations
Color information
#6E3167 (or 0x6E3167) is known color: Palatinate Purple. HEX triplet: 6E, 31 and 67. RGB value is (110,49,103). Sum of RGB (Red+Green+Blue) = 110+49+103=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3167 is #91CE98. Grayscale: #494949. Windows color (decimal): -9555609 or 6762862. OLE color: 6762862.
HSL color Cylindrical-coordinate representation of color #6E3167: hue angle of 306.89º 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 #6E3167 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 103 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.57 |
| HSL | 306.89º | 0.38% | 0.31% | - |
| HSV(B) | 306.89º | 0.55% | 0.43% | - |
| XYZ | 9.98 | 6.49 | 13.56 | - |
| YUV | 73.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 103 | 0 | 0.55 | 0.06 | 0.57 | 306.89 | 0.38 | 0.31 |
| Hex | 6E | 31 | 67 | 0 | 37 | 6 | 39 | 133 | 26 | 1F |
| Octal | 156 | 61 | 147 | 0 | 67 | 6 | 71 | 463 | 46 | 37 |
| Binary | 1101110 | 110001 | 1100111 | 0 | 110111 | 110 | 111001 | 100110011 | 100110 | 11111 |
Color Harmonies of #6E3167
Complementary color
Monochromatic Colors of #6E3167
Black with #6E3167
Text Example
Text Example
White with #6E3167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3167; }
p { color: rgb(110,49,103); }
H1.HeaderClassName
{
color: #6E3167;
}
.AnyTagClassName
{
color: #6E3167;
}
</style>
background-color css
<style>
a { background-color: #6E3167; }
a { background-color: rgb(110,49,103); }
div.DivClassName
{
background-color: #6E3167;
}
.BgClassName
{
background-color: #6E3167;
}
</style>
border-color css
<style>
span { border-color: #6E3167; }
span { border-color: rgb(110,49,103); }
td.TdClassName
{
border-color: #6E3167;
}
.TagClassName
{
border-color: #6E3167;
}
</style>