Shades of Palatinate Purple #6D2461
Tints of Palatinate Purple #6D2461
RGB
CMYK
RGB Variations
Color information
#6D2461 (or 0x6D2461) is known color: Palatinate Purple. HEX triplet: 6D, 24 and 61. RGB value is (109,36,97). Sum of RGB (Red+Green+Blue) = 109+36+97=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2461 is #92DB9E. Grayscale: #404040. Windows color (decimal): -9624479 or 6366317. OLE color: 6366317.
HSL color Cylindrical-coordinate representation of color #6D2461: hue angle of 309.86º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D2461 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 97 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.57 |
| HSL | 309.86º | 0.5% | 0.28% | - |
| HSV(B) | 309.86º | 0.67% | 0.43% | - |
| XYZ | 9.1 | 5.38 | 11.87 | - |
| YUV | 64.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 97 | 0 | 0.67 | 0.11 | 0.57 | 309.86 | 0.5 | 0.28 |
| Hex | 6D | 24 | 61 | 0 | 43 | B | 39 | 136 | 32 | 1C |
| Octal | 155 | 44 | 141 | 0 | 103 | 13 | 71 | 466 | 62 | 34 |
| Binary | 1101101 | 100100 | 1100001 | 0 | 1000011 | 1011 | 111001 | 100110110 | 110010 | 11100 |
Color Harmonies of #6D2461
Complementary color
Monochromatic Colors of #6D2461
Black with #6D2461
Text Example
Text Example
White with #6D2461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2461; }
p { color: rgb(109,36,97); }
H1.HeaderClassName
{
color: #6D2461;
}
.AnyTagClassName
{
color: #6D2461;
}
</style>
background-color css
<style>
a { background-color: #6D2461; }
a { background-color: rgb(109,36,97); }
div.DivClassName
{
background-color: #6D2461;
}
.BgClassName
{
background-color: #6D2461;
}
</style>
border-color css
<style>
span { border-color: #6D2461; }
span { border-color: rgb(109,36,97); }
td.TdClassName
{
border-color: #6D2461;
}
.TagClassName
{
border-color: #6D2461;
}
</style>