Shades of Palatinate Purple #6E3363
Tints of Palatinate Purple #6E3363
RGB
CMYK
RGB Variations
Color information
#6E3363 (or 0x6E3363) is known color: Palatinate Purple. HEX triplet: 6E, 33 and 63. RGB value is (110,51,99). Sum of RGB (Red+Green+Blue) = 110+51+99=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3363 is #91CC9C. Grayscale: #494949. Windows color (decimal): -9555101 or 6501230. OLE color: 6501230.
HSL color Cylindrical-coordinate representation of color #6E3363: hue angle of 311.19º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E3363 is Cyan = 0, Magento = 0.54, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 99 | - |
| CMYK | 0 | 0.54 | 0.1 | 0.57 |
| HSL | 311.19º | 0.37% | 0.32% | - |
| HSV(B) | 311.19º | 0.54% | 0.43% | - |
| XYZ | 9.87 | 6.58 | 12.56 | - |
| YUV | 74.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 99 | 0 | 0.54 | 0.1 | 0.57 | 311.19 | 0.37 | 0.32 |
| Hex | 6E | 33 | 63 | 0 | 36 | A | 39 | 137 | 25 | 20 |
| Octal | 156 | 63 | 143 | 0 | 66 | 12 | 71 | 467 | 45 | 40 |
| Binary | 1101110 | 110011 | 1100011 | 0 | 110110 | 1010 | 111001 | 100110111 | 100101 | 100000 |
Color Harmonies of #6E3363
Complementary color
Monochromatic Colors of #6E3363
Black with #6E3363
Text Example
Text Example
White with #6E3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3363; }
p { color: rgb(110,51,99); }
H1.HeaderClassName
{
color: #6E3363;
}
.AnyTagClassName
{
color: #6E3363;
}
</style>
background-color css
<style>
a { background-color: #6E3363; }
a { background-color: rgb(110,51,99); }
div.DivClassName
{
background-color: #6E3363;
}
.BgClassName
{
background-color: #6E3363;
}
</style>
border-color css
<style>
span { border-color: #6E3363; }
span { border-color: rgb(110,51,99); }
td.TdClassName
{
border-color: #6E3363;
}
.TagClassName
{
border-color: #6E3363;
}
</style>