Shades of Palatinate Purple #6D2B5C
Tints of Palatinate Purple #6D2B5C
RGB
CMYK
RGB Variations
Color information
#6D2B5C (or 0x6D2B5C) is known color: Palatinate Purple. HEX triplet: 6D, 2B and 5C. RGB value is (109,43,92). Sum of RGB (Red+Green+Blue) = 109+43+92=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2B5C is #92D4A3. Grayscale: #444444. Windows color (decimal): -9622692 or 6040429. OLE color: 6040429.
HSL color Cylindrical-coordinate representation of color #6D2B5C: hue angle of 315.45º 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 #6D2B5C is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 43 | 92 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.57 |
| HSL | 315.45º | 0.43% | 0.3% | - |
| HSV(B) | 315.45º | 0.61% | 0.43% | - |
| XYZ | 9.1 | 5.75 | 10.76 | - |
| YUV | 68.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 92 | 0 | 0.61 | 0.16 | 0.57 | 315.45 | 0.43 | 0.3 |
| Hex | 6D | 2B | 5C | 0 | 3D | 10 | 39 | 13B | 2B | 1E |
| Octal | 155 | 53 | 134 | 0 | 75 | 20 | 71 | 473 | 53 | 36 |
| Binary | 1101101 | 101011 | 1011100 | 0 | 111101 | 10000 | 111001 | 100111011 | 101011 | 11110 |
Color Harmonies of #6D2B5C
Complementary color
Monochromatic Colors of #6D2B5C
Black with #6D2B5C
Text Example
Text Example
White with #6D2B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2B5C; }
p { color: rgb(109,43,92); }
H1.HeaderClassName
{
color: #6D2B5C;
}
.AnyTagClassName
{
color: #6D2B5C;
}
</style>
background-color css
<style>
a { background-color: #6D2B5C; }
a { background-color: rgb(109,43,92); }
div.DivClassName
{
background-color: #6D2B5C;
}
.BgClassName
{
background-color: #6D2B5C;
}
</style>
border-color css
<style>
span { border-color: #6D2B5C; }
span { border-color: rgb(109,43,92); }
td.TdClassName
{
border-color: #6D2B5C;
}
.TagClassName
{
border-color: #6D2B5C;
}
</style>