Shades of Palatinate Purple #6D295C
Tints of Palatinate Purple #6D295C
RGB
CMYK
RGB Variations
Color information
#6D295C (or 0x6D295C) is known color: Palatinate Purple. HEX triplet: 6D, 29 and 5C. RGB value is (109,41,92). Sum of RGB (Red+Green+Blue) = 109+41+92=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D295C is #92D6A3. Grayscale: #434343. Windows color (decimal): -9623204 or 6039917. OLE color: 6039917.
HSL color Cylindrical-coordinate representation of color #6D295C: hue angle of 315º 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 #6D295C is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 92 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.57 |
| HSL | 315º | 0.45% | 0.29% | - |
| HSV(B) | 315º | 0.62% | 0.43% | - |
| XYZ | 9.03 | 5.61 | 10.73 | - |
| YUV | 67.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 92 | 0 | 0.62 | 0.16 | 0.57 | 315 | 0.45 | 0.29 |
| Hex | 6D | 29 | 5C | 0 | 3E | 10 | 39 | 13B | 2D | 1D |
| Octal | 155 | 51 | 134 | 0 | 76 | 20 | 71 | 473 | 55 | 35 |
| Binary | 1101101 | 101001 | 1011100 | 0 | 111110 | 10000 | 111001 | 100111011 | 101101 | 11101 |
Color Harmonies of #6D295C
Complementary color
Monochromatic Colors of #6D295C
Black with #6D295C
Text Example
Text Example
White with #6D295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D295C; }
p { color: rgb(109,41,92); }
H1.HeaderClassName
{
color: #6D295C;
}
.AnyTagClassName
{
color: #6D295C;
}
</style>
background-color css
<style>
a { background-color: #6D295C; }
a { background-color: rgb(109,41,92); }
div.DivClassName
{
background-color: #6D295C;
}
.BgClassName
{
background-color: #6D295C;
}
</style>
border-color css
<style>
span { border-color: #6D295C; }
span { border-color: rgb(109,41,92); }
td.TdClassName
{
border-color: #6D295C;
}
.TagClassName
{
border-color: #6D295C;
}
</style>