Shades of Palatinate Purple #6E325E
Tints of Palatinate Purple #6E325E
RGB
CMYK
RGB Variations
Color information
#6E325E (or 0x6E325E) is known color: Palatinate Purple. HEX triplet: 6E, 32 and 5E. RGB value is (110,50,94). Sum of RGB (Red+Green+Blue) = 110+50+94=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 110 - color contains mainly: red. Hex color #6E325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E325E is #91CDA1. Grayscale: #484848. Windows color (decimal): -9555362 or 6173294. OLE color: 6173294.
HSL color Cylindrical-coordinate representation of color #6E325E: hue angle of 316º 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 #6E325E is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 94 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.57 |
| HSL | 316º | 0.38% | 0.31% | - |
| HSV(B) | 316º | 0.55% | 0.43% | - |
| XYZ | 9.59 | 6.4 | 11.32 | - |
| YUV | 72.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 94 | 0 | 0.55 | 0.15 | 0.57 | 316 | 0.38 | 0.31 |
| Hex | 6E | 32 | 5E | 0 | 37 | F | 39 | 13C | 26 | 1F |
| Octal | 156 | 62 | 136 | 0 | 67 | 17 | 71 | 474 | 46 | 37 |
| Binary | 1101110 | 110010 | 1011110 | 0 | 110111 | 1111 | 111001 | 100111100 | 100110 | 11111 |
Color Harmonies of #6E325E
Complementary color
Monochromatic Colors of #6E325E
Black with #6E325E
Text Example
Text Example
White with #6E325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E325E; }
p { color: rgb(110,50,94); }
H1.HeaderClassName
{
color: #6E325E;
}
.AnyTagClassName
{
color: #6E325E;
}
</style>
background-color css
<style>
a { background-color: #6E325E; }
a { background-color: rgb(110,50,94); }
div.DivClassName
{
background-color: #6E325E;
}
.BgClassName
{
background-color: #6E325E;
}
</style>
border-color css
<style>
span { border-color: #6E325E; }
span { border-color: rgb(110,50,94); }
td.TdClassName
{
border-color: #6E325E;
}
.TagClassName
{
border-color: #6E325E;
}
</style>