Shades of Palatinate Purple #6D295A
Tints of Palatinate Purple #6D295A
RGB
CMYK
RGB Variations
Color information
#6D295A (or 0x6D295A) is known color: Palatinate Purple. HEX triplet: 6D, 29 and 5A. RGB value is (109,41,90). Sum of RGB (Red+Green+Blue) = 109+41+90=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D295A is #92D6A5. Grayscale: #424242. Windows color (decimal): -9623206 or 5908845. OLE color: 5908845.
HSL color Cylindrical-coordinate representation of color #6D295A: hue angle of 316.76º 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 #6D295A is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 90 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.57 |
| HSL | 316.76º | 0.45% | 0.29% | - |
| HSV(B) | 316.76º | 0.62% | 0.43% | - |
| XYZ | 8.95 | 5.58 | 10.28 | - |
| YUV | 66.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 90 | 0 | 0.62 | 0.17 | 0.57 | 316.76 | 0.45 | 0.29 |
| Hex | 6D | 29 | 5A | 0 | 3E | 11 | 39 | 13D | 2D | 1D |
| Octal | 155 | 51 | 132 | 0 | 76 | 21 | 71 | 475 | 55 | 35 |
| Binary | 1101101 | 101001 | 1011010 | 0 | 111110 | 10001 | 111001 | 100111101 | 101101 | 11101 |
Color Harmonies of #6D295A
Complementary color
Monochromatic Colors of #6D295A
Black with #6D295A
Text Example
Text Example
White with #6D295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D295A; }
p { color: rgb(109,41,90); }
H1.HeaderClassName
{
color: #6D295A;
}
.AnyTagClassName
{
color: #6D295A;
}
</style>
background-color css
<style>
a { background-color: #6D295A; }
a { background-color: rgb(109,41,90); }
div.DivClassName
{
background-color: #6D295A;
}
.BgClassName
{
background-color: #6D295A;
}
</style>
border-color css
<style>
span { border-color: #6D295A; }
span { border-color: rgb(109,41,90); }
td.TdClassName
{
border-color: #6D295A;
}
.TagClassName
{
border-color: #6D295A;
}
</style>