Shades of Palatinate Purple #6D2B5F
Tints of Palatinate Purple #6D2B5F
RGB
CMYK
RGB Variations
Color information
#6D2B5F (or 0x6D2B5F) is known color: Palatinate Purple. HEX triplet: 6D, 2B and 5F. RGB value is (109,43,95). Sum of RGB (Red+Green+Blue) = 109+43+95=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2B5F is #92D4A0. Grayscale: #444444. Windows color (decimal): -9622689 or 6237037. OLE color: 6237037.
HSL color Cylindrical-coordinate representation of color #6D2B5F: hue angle of 312.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2B5F is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 43 | 95 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.57 |
| HSL | 312.73º | 0.43% | 0.3% | - |
| HSV(B) | 312.73º | 0.61% | 0.43% | - |
| XYZ | 9.24 | 5.81 | 11.46 | - |
| YUV | 68.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 95 | 0 | 0.61 | 0.13 | 0.57 | 312.73 | 0.43 | 0.3 |
| Hex | 6D | 2B | 5F | 0 | 3D | D | 39 | 139 | 2B | 1E |
| Octal | 155 | 53 | 137 | 0 | 75 | 15 | 71 | 471 | 53 | 36 |
| Binary | 1101101 | 101011 | 1011111 | 0 | 111101 | 1101 | 111001 | 100111001 | 101011 | 11110 |
Color Harmonies of #6D2B5F
Complementary color
Monochromatic Colors of #6D2B5F
Black with #6D2B5F
Text Example
Text Example
White with #6D2B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2B5F; }
p { color: rgb(109,43,95); }
H1.HeaderClassName
{
color: #6D2B5F;
}
.AnyTagClassName
{
color: #6D2B5F;
}
</style>
background-color css
<style>
a { background-color: #6D2B5F; }
a { background-color: rgb(109,43,95); }
div.DivClassName
{
background-color: #6D2B5F;
}
.BgClassName
{
background-color: #6D2B5F;
}
</style>
border-color css
<style>
span { border-color: #6D2B5F; }
span { border-color: rgb(109,43,95); }
td.TdClassName
{
border-color: #6D2B5F;
}
.TagClassName
{
border-color: #6D2B5F;
}
</style>