Shades of Palatinate Purple #6E2D5B
Tints of Palatinate Purple #6E2D5B
RGB
CMYK
RGB Variations
Color information
#6E2D5B (or 0x6E2D5B) is known color: Palatinate Purple. HEX triplet: 6E, 2D and 5B. RGB value is (110,45,91). Sum of RGB (Red+Green+Blue) = 110+45+91=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2D5B is #91D2A4. Grayscale: #454545. Windows color (decimal): -9556645 or 5975406. OLE color: 5975406.
HSL color Cylindrical-coordinate representation of color #6E2D5B: hue angle of 317.54º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E2D5B is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 45 | 91 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.57 |
| HSL | 317.54º | 0.42% | 0.3% | - |
| HSV(B) | 317.54º | 0.59% | 0.43% | - |
| XYZ | 9.26 | 5.95 | 10.56 | - |
| YUV | 69.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 91 | 0 | 0.59 | 0.17 | 0.57 | 317.54 | 0.42 | 0.3 |
| Hex | 6E | 2D | 5B | 0 | 3B | 11 | 39 | 13E | 2A | 1E |
| Octal | 156 | 55 | 133 | 0 | 73 | 21 | 71 | 476 | 52 | 36 |
| Binary | 1101110 | 101101 | 1011011 | 0 | 111011 | 10001 | 111001 | 100111110 | 101010 | 11110 |
Color Harmonies of #6E2D5B
Complementary color
Monochromatic Colors of #6E2D5B
Black with #6E2D5B
Text Example
Text Example
White with #6E2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2D5B; }
p { color: rgb(110,45,91); }
H1.HeaderClassName
{
color: #6E2D5B;
}
.AnyTagClassName
{
color: #6E2D5B;
}
</style>
background-color css
<style>
a { background-color: #6E2D5B; }
a { background-color: rgb(110,45,91); }
div.DivClassName
{
background-color: #6E2D5B;
}
.BgClassName
{
background-color: #6E2D5B;
}
</style>
border-color css
<style>
span { border-color: #6E2D5B; }
span { border-color: rgb(110,45,91); }
td.TdClassName
{
border-color: #6E2D5B;
}
.TagClassName
{
border-color: #6E2D5B;
}
</style>