Shades of Palatinate Purple #6E325B
Tints of Palatinate Purple #6E325B
RGB
CMYK
RGB Variations
Color information
#6E325B (or 0x6E325B) is known color: Palatinate Purple. HEX triplet: 6E, 32 and 5B. RGB value is (110,50,91). Sum of RGB (Red+Green+Blue) = 110+50+91=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 110 - color contains mainly: red. Hex color #6E325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E325B is #91CDA4. Grayscale: #484848. Windows color (decimal): -9555365 or 5976686. OLE color: 5976686.
HSL color Cylindrical-coordinate representation of color #6E325B: hue angle of 319º 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 #6E325B is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 91 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.57 |
| HSL | 319º | 0.38% | 0.31% | - |
| HSV(B) | 319º | 0.55% | 0.43% | - |
| XYZ | 9.46 | 6.35 | 10.62 | - |
| YUV | 72.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 91 | 0 | 0.55 | 0.17 | 0.57 | 319 | 0.38 | 0.31 |
| Hex | 6E | 32 | 5B | 0 | 37 | 11 | 39 | 13F | 26 | 1F |
| Octal | 156 | 62 | 133 | 0 | 67 | 21 | 71 | 477 | 46 | 37 |
| Binary | 1101110 | 110010 | 1011011 | 0 | 110111 | 10001 | 111001 | 100111111 | 100110 | 11111 |
Color Harmonies of #6E325B
Complementary color
Monochromatic Colors of #6E325B
Black with #6E325B
Text Example
Text Example
White with #6E325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E325B; }
p { color: rgb(110,50,91); }
H1.HeaderClassName
{
color: #6E325B;
}
.AnyTagClassName
{
color: #6E325B;
}
</style>
background-color css
<style>
a { background-color: #6E325B; }
a { background-color: rgb(110,50,91); }
div.DivClassName
{
background-color: #6E325B;
}
.BgClassName
{
background-color: #6E325B;
}
</style>
border-color css
<style>
span { border-color: #6E325B; }
span { border-color: rgb(110,50,91); }
td.TdClassName
{
border-color: #6E325B;
}
.TagClassName
{
border-color: #6E325B;
}
</style>