Shades of Palatinate Purple #6D295E
Tints of Palatinate Purple #6D295E
RGB
CMYK
RGB Variations
Color information
#6D295E (or 0x6D295E) is known color: Palatinate Purple. HEX triplet: 6D, 29 and 5E. RGB value is (109,41,94). Sum of RGB (Red+Green+Blue) = 109+41+94=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D295E is #92D6A1. Grayscale: #434343. Windows color (decimal): -9623202 or 6170989. OLE color: 6170989.
HSL color Cylindrical-coordinate representation of color #6D295E: hue angle of 313.24º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D295E is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 94 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.57 |
| HSL | 313.24º | 0.45% | 0.29% | - |
| HSV(B) | 313.24º | 0.62% | 0.43% | - |
| XYZ | 9.12 | 5.65 | 11.2 | - |
| YUV | 67.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 94 | 0 | 0.62 | 0.14 | 0.57 | 313.24 | 0.45 | 0.29 |
| Hex | 6D | 29 | 5E | 0 | 3E | E | 39 | 139 | 2D | 1D |
| Octal | 155 | 51 | 136 | 0 | 76 | 16 | 71 | 471 | 55 | 35 |
| Binary | 1101101 | 101001 | 1011110 | 0 | 111110 | 1110 | 111001 | 100111001 | 101101 | 11101 |
Color Harmonies of #6D295E
Complementary color
Monochromatic Colors of #6D295E
Black with #6D295E
Text Example
Text Example
White with #6D295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D295E; }
p { color: rgb(109,41,94); }
H1.HeaderClassName
{
color: #6D295E;
}
.AnyTagClassName
{
color: #6D295E;
}
</style>
background-color css
<style>
a { background-color: #6D295E; }
a { background-color: rgb(109,41,94); }
div.DivClassName
{
background-color: #6D295E;
}
.BgClassName
{
background-color: #6D295E;
}
</style>
border-color css
<style>
span { border-color: #6D295E; }
span { border-color: rgb(109,41,94); }
td.TdClassName
{
border-color: #6D295E;
}
.TagClassName
{
border-color: #6D295E;
}
</style>