Shades of Palatinate Purple #6E295A
Tints of Palatinate Purple #6E295A
RGB
CMYK
RGB Variations
Color information
#6E295A (or 0x6E295A) is known color: Palatinate Purple. HEX triplet: 6E, 29 and 5A. RGB value is (110,41,90). Sum of RGB (Red+Green+Blue) = 110+41+90=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E295A is #91D6A5. Grayscale: #434343. Windows color (decimal): -9557670 or 5908846. OLE color: 5908846.
HSL color Cylindrical-coordinate representation of color #6E295A: hue angle of 317.39º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E295A is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 90 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.57 |
| HSL | 317.39º | 0.46% | 0.3% | - |
| HSV(B) | 317.39º | 0.63% | 0.43% | - |
| XYZ | 9.07 | 5.64 | 10.28 | - |
| YUV | 67.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 90 | 0 | 0.63 | 0.18 | 0.57 | 317.39 | 0.46 | 0.3 |
| Hex | 6E | 29 | 5A | 0 | 3F | 12 | 39 | 13D | 2E | 1E |
| Octal | 156 | 51 | 132 | 0 | 77 | 22 | 71 | 475 | 56 | 36 |
| Binary | 1101110 | 101001 | 1011010 | 0 | 111111 | 10010 | 111001 | 100111101 | 101110 | 11110 |
Color Harmonies of #6E295A
Complementary color
Monochromatic Colors of #6E295A
Black with #6E295A
Text Example
Text Example
White with #6E295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E295A; }
p { color: rgb(110,41,90); }
H1.HeaderClassName
{
color: #6E295A;
}
.AnyTagClassName
{
color: #6E295A;
}
</style>
background-color css
<style>
a { background-color: #6E295A; }
a { background-color: rgb(110,41,90); }
div.DivClassName
{
background-color: #6E295A;
}
.BgClassName
{
background-color: #6E295A;
}
</style>
border-color css
<style>
span { border-color: #6E295A; }
span { border-color: rgb(110,41,90); }
td.TdClassName
{
border-color: #6E295A;
}
.TagClassName
{
border-color: #6E295A;
}
</style>