Shades of Palatinate Purple #6D2C5F
Tints of Palatinate Purple #6D2C5F
RGB
CMYK
RGB Variations
Color information
#6D2C5F (or 0x6D2C5F) is known color: Palatinate Purple. HEX triplet: 6D, 2C and 5F. RGB value is (109,44,95). Sum of RGB (Red+Green+Blue) = 109+44+95=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2C5F is #92D3A0. Grayscale: #454545. Windows color (decimal): -9622433 or 6237293. OLE color: 6237293.
HSL color Cylindrical-coordinate representation of color #6D2C5F: hue angle of 312.92º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D2C5F is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 44 | 95 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.57 |
| HSL | 312.92º | 0.42% | 0.3% | - |
| HSV(B) | 312.92º | 0.6% | 0.43% | - |
| XYZ | 9.27 | 5.88 | 11.47 | - |
| YUV | 69.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 44 | 95 | 0 | 0.60 | 0.13 | 0.57 | 312.92 | 0.42 | 0.3 |
| Hex | 6D | 2C | 5F | 0 | 3C | D | 39 | 139 | 2A | 1E |
| Octal | 155 | 54 | 137 | 0 | 74 | 15 | 71 | 471 | 52 | 36 |
| Binary | 1101101 | 101100 | 1011111 | 0 | 111100 | 1101 | 111001 | 100111001 | 101010 | 11110 |
Color Harmonies of #6D2C5F
Complementary color
Monochromatic Colors of #6D2C5F
Black with #6D2C5F
Text Example
Text Example
White with #6D2C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2C5F; }
p { color: rgb(109,44,95); }
H1.HeaderClassName
{
color: #6D2C5F;
}
.AnyTagClassName
{
color: #6D2C5F;
}
</style>
background-color css
<style>
a { background-color: #6D2C5F; }
a { background-color: rgb(109,44,95); }
div.DivClassName
{
background-color: #6D2C5F;
}
.BgClassName
{
background-color: #6D2C5F;
}
</style>
border-color css
<style>
span { border-color: #6D2C5F; }
span { border-color: rgb(109,44,95); }
td.TdClassName
{
border-color: #6D2C5F;
}
.TagClassName
{
border-color: #6D2C5F;
}
</style>