Shades of Palatinate Purple #6E345F
Tints of Palatinate Purple #6E345F
RGB
CMYK
RGB Variations
Color information
#6E345F (or 0x6E345F) is known color: Palatinate Purple. HEX triplet: 6E, 34 and 5F. RGB value is (110,52,95). Sum of RGB (Red+Green+Blue) = 110+52+95=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E345F is #91CBA0. Grayscale: #4A4A4A. Windows color (decimal): -9554849 or 6239342. OLE color: 6239342.
HSL color Cylindrical-coordinate representation of color #6E345F: hue angle of 315.52º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E345F is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 95 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.57 |
| HSL | 315.52º | 0.36% | 0.32% | - |
| HSV(B) | 315.52º | 0.53% | 0.43% | - |
| XYZ | 9.72 | 6.6 | 11.59 | - |
| YUV | 74.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 95 | 0 | 0.53 | 0.14 | 0.57 | 315.52 | 0.36 | 0.32 |
| Hex | 6E | 34 | 5F | 0 | 35 | E | 39 | 13C | 24 | 20 |
| Octal | 156 | 64 | 137 | 0 | 65 | 16 | 71 | 474 | 44 | 40 |
| Binary | 1101110 | 110100 | 1011111 | 0 | 110101 | 1110 | 111001 | 100111100 | 100100 | 100000 |
Color Harmonies of #6E345F
Complementary color
Monochromatic Colors of #6E345F
Black with #6E345F
Text Example
Text Example
White with #6E345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E345F; }
p { color: rgb(110,52,95); }
H1.HeaderClassName
{
color: #6E345F;
}
.AnyTagClassName
{
color: #6E345F;
}
</style>
background-color css
<style>
a { background-color: #6E345F; }
a { background-color: rgb(110,52,95); }
div.DivClassName
{
background-color: #6E345F;
}
.BgClassName
{
background-color: #6E345F;
}
</style>
border-color css
<style>
span { border-color: #6E345F; }
span { border-color: rgb(110,52,95); }
td.TdClassName
{
border-color: #6E345F;
}
.TagClassName
{
border-color: #6E345F;
}
</style>