Shades of Palatinate Purple #6E2365
Tints of Palatinate Purple #6E2365
RGB
CMYK
RGB Variations
Color information
#6E2365 (or 0x6E2365) is known color: Palatinate Purple. HEX triplet: 6E, 23 and 65. RGB value is (110,35,101). Sum of RGB (Red+Green+Blue) = 110+35+101=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2365 is #91DC9A. Grayscale: #404040. Windows color (decimal): -9559195 or 6628206. OLE color: 6628206.
HSL color Cylindrical-coordinate representation of color #6E2365: hue angle of 307.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E2365 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 35 | 101 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.57 |
| HSL | 307.2º | 0.52% | 0.28% | - |
| HSV(B) | 307.2º | 0.68% | 0.43% | - |
| XYZ | 9.38 | 5.46 | 12.87 | - |
| YUV | 64.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 101 | 0 | 0.68 | 0.08 | 0.57 | 307.2 | 0.52 | 0.28 |
| Hex | 6E | 23 | 65 | 0 | 44 | 8 | 39 | 133 | 34 | 1C |
| Octal | 156 | 43 | 145 | 0 | 104 | 10 | 71 | 463 | 64 | 34 |
| Binary | 1101110 | 100011 | 1100101 | 0 | 1000100 | 1000 | 111001 | 100110011 | 110100 | 11100 |
Color Harmonies of #6E2365
Complementary color
Monochromatic Colors of #6E2365
Black with #6E2365
Text Example
Text Example
White with #6E2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2365; }
p { color: rgb(110,35,101); }
H1.HeaderClassName
{
color: #6E2365;
}
.AnyTagClassName
{
color: #6E2365;
}
</style>
background-color css
<style>
a { background-color: #6E2365; }
a { background-color: rgb(110,35,101); }
div.DivClassName
{
background-color: #6E2365;
}
.BgClassName
{
background-color: #6E2365;
}
</style>
border-color css
<style>
span { border-color: #6E2365; }
span { border-color: rgb(110,35,101); }
td.TdClassName
{
border-color: #6E2365;
}
.TagClassName
{
border-color: #6E2365;
}
</style>