Shades of Palatinate Purple #6D315C
Tints of Palatinate Purple #6D315C
RGB
CMYK
RGB Variations
Color information
#6D315C (or 0x6D315C) is known color: Palatinate Purple. HEX triplet: 6D, 31 and 5C. RGB value is (109,49,92). Sum of RGB (Red+Green+Blue) = 109+49+92=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D315C is #92CEA3. Grayscale: #474747. Windows color (decimal): -9621156 or 6041965. OLE color: 6041965.
HSL color Cylindrical-coordinate representation of color #6D315C: hue angle of 317º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D315C is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 49 | 92 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.57 |
| HSL | 317º | 0.38% | 0.31% | - |
| HSV(B) | 317º | 0.55% | 0.43% | - |
| XYZ | 9.34 | 6.22 | 10.83 | - |
| YUV | 71.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 92 | 0 | 0.55 | 0.16 | 0.57 | 317 | 0.38 | 0.31 |
| Hex | 6D | 31 | 5C | 0 | 37 | 10 | 39 | 13D | 26 | 1F |
| Octal | 155 | 61 | 134 | 0 | 67 | 20 | 71 | 475 | 46 | 37 |
| Binary | 1101101 | 110001 | 1011100 | 0 | 110111 | 10000 | 111001 | 100111101 | 100110 | 11111 |
Color Harmonies of #6D315C
Complementary color
Monochromatic Colors of #6D315C
Black with #6D315C
Text Example
Text Example
White with #6D315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D315C; }
p { color: rgb(109,49,92); }
H1.HeaderClassName
{
color: #6D315C;
}
.AnyTagClassName
{
color: #6D315C;
}
</style>
background-color css
<style>
a { background-color: #6D315C; }
a { background-color: rgb(109,49,92); }
div.DivClassName
{
background-color: #6D315C;
}
.BgClassName
{
background-color: #6D315C;
}
</style>
border-color css
<style>
span { border-color: #6D315C; }
span { border-color: rgb(109,49,92); }
td.TdClassName
{
border-color: #6D315C;
}
.TagClassName
{
border-color: #6D315C;
}
</style>