Shades of Palatinate Purple #6D2A5B
Tints of Palatinate Purple #6D2A5B
RGB
CMYK
RGB Variations
Color information
#6D2A5B (or 0x6D2A5B) is known color: Palatinate Purple. HEX triplet: 6D, 2A and 5B. RGB value is (109,42,91). Sum of RGB (Red+Green+Blue) = 109+42+91=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A5B is #92D5A4. Grayscale: #434343. Windows color (decimal): -9622949 or 5974637. OLE color: 5974637.
HSL color Cylindrical-coordinate representation of color #6D2A5B: hue angle of 316.12º degrees, saturation: 0.44, 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 #6D2A5B is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 91 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.57 |
| HSL | 316.12º | 0.44% | 0.3% | - |
| HSV(B) | 316.12º | 0.61% | 0.43% | - |
| XYZ | 9.02 | 5.66 | 10.51 | - |
| YUV | 67.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 91 | 0 | 0.61 | 0.17 | 0.57 | 316.12 | 0.44 | 0.3 |
| Hex | 6D | 2A | 5B | 0 | 3D | 11 | 39 | 13C | 2C | 1E |
| Octal | 155 | 52 | 133 | 0 | 75 | 21 | 71 | 474 | 54 | 36 |
| Binary | 1101101 | 101010 | 1011011 | 0 | 111101 | 10001 | 111001 | 100111100 | 101100 | 11110 |
Color Harmonies of #6D2A5B
Complementary color
Monochromatic Colors of #6D2A5B
Black with #6D2A5B
Text Example
Text Example
White with #6D2A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A5B; }
p { color: rgb(109,42,91); }
H1.HeaderClassName
{
color: #6D2A5B;
}
.AnyTagClassName
{
color: #6D2A5B;
}
</style>
background-color css
<style>
a { background-color: #6D2A5B; }
a { background-color: rgb(109,42,91); }
div.DivClassName
{
background-color: #6D2A5B;
}
.BgClassName
{
background-color: #6D2A5B;
}
</style>
border-color css
<style>
span { border-color: #6D2A5B; }
span { border-color: rgb(109,42,91); }
td.TdClassName
{
border-color: #6D2A5B;
}
.TagClassName
{
border-color: #6D2A5B;
}
</style>