Shades of Palatinate Purple #6D2E5C
Tints of Palatinate Purple #6D2E5C
RGB
CMYK
RGB Variations
Color information
#6D2E5C (or 0x6D2E5C) is known color: Palatinate Purple. HEX triplet: 6D, 2E and 5C. RGB value is (109,46,92). Sum of RGB (Red+Green+Blue) = 109+46+92=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2E5C is #92D1A3. Grayscale: #454545. Windows color (decimal): -9621924 or 6041197. OLE color: 6041197.
HSL color Cylindrical-coordinate representation of color #6D2E5C: hue angle of 316.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D2E5C is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 46 | 92 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.57 |
| HSL | 316.19º | 0.41% | 0.3% | - |
| HSV(B) | 316.19º | 0.58% | 0.43% | - |
| XYZ | 9.22 | 5.98 | 10.79 | - |
| YUV | 70.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 92 | 0 | 0.58 | 0.16 | 0.57 | 316.19 | 0.41 | 0.3 |
| Hex | 6D | 2E | 5C | 0 | 3A | 10 | 39 | 13C | 29 | 1E |
| Octal | 155 | 56 | 134 | 0 | 72 | 20 | 71 | 474 | 51 | 36 |
| Binary | 1101101 | 101110 | 1011100 | 0 | 111010 | 10000 | 111001 | 100111100 | 101001 | 11110 |
Color Harmonies of #6D2E5C
Complementary color
Monochromatic Colors of #6D2E5C
Black with #6D2E5C
Text Example
Text Example
White with #6D2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2E5C; }
p { color: rgb(109,46,92); }
H1.HeaderClassName
{
color: #6D2E5C;
}
.AnyTagClassName
{
color: #6D2E5C;
}
</style>
background-color css
<style>
a { background-color: #6D2E5C; }
a { background-color: rgb(109,46,92); }
div.DivClassName
{
background-color: #6D2E5C;
}
.BgClassName
{
background-color: #6D2E5C;
}
</style>
border-color css
<style>
span { border-color: #6D2E5C; }
span { border-color: rgb(109,46,92); }
td.TdClassName
{
border-color: #6D2E5C;
}
.TagClassName
{
border-color: #6D2E5C;
}
</style>