Shades of Palatinate Purple #6E3A65
Tints of Palatinate Purple #6E3A65
RGB
CMYK
RGB Variations
Color information
#6E3A65 (or 0x6E3A65) is known color: Palatinate Purple. HEX triplet: 6E, 3A and 65. RGB value is (110,58,101). Sum of RGB (Red+Green+Blue) = 110+58+101=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3A65 is #91C59A. Grayscale: #4E4E4E. Windows color (decimal): -9553307 or 6634094. OLE color: 6634094.
HSL color Cylindrical-coordinate representation of color #6E3A65: hue angle of 310.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E3A65 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 58 | 101 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.57 |
| HSL | 310.38º | 0.31% | 0.33% | - |
| HSV(B) | 310.38º | 0.47% | 0.43% | - |
| XYZ | 10.29 | 7.28 | 13.17 | - |
| YUV | 78.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 58 | 101 | 0 | 0.47 | 0.08 | 0.57 | 310.38 | 0.31 | 0.33 |
| Hex | 6E | 3A | 65 | 0 | 2F | 8 | 39 | 136 | 1F | 21 |
| Octal | 156 | 72 | 145 | 0 | 57 | 10 | 71 | 466 | 37 | 41 |
| Binary | 1101110 | 111010 | 1100101 | 0 | 101111 | 1000 | 111001 | 100110110 | 11111 | 100001 |
Color Harmonies of #6E3A65
Complementary color
Monochromatic Colors of #6E3A65
Black with #6E3A65
Text Example
Text Example
White with #6E3A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3A65; }
p { color: rgb(110,58,101); }
H1.HeaderClassName
{
color: #6E3A65;
}
.AnyTagClassName
{
color: #6E3A65;
}
</style>
background-color css
<style>
a { background-color: #6E3A65; }
a { background-color: rgb(110,58,101); }
div.DivClassName
{
background-color: #6E3A65;
}
.BgClassName
{
background-color: #6E3A65;
}
</style>
border-color css
<style>
span { border-color: #6E3A65; }
span { border-color: rgb(110,58,101); }
td.TdClassName
{
border-color: #6E3A65;
}
.TagClassName
{
border-color: #6E3A65;
}
</style>