Shades of Palatinate Purple #6D2562
Tints of Palatinate Purple #6D2562
RGB
CMYK
RGB Variations
Color information
#6D2562 (or 0x6D2562) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 62. RGB value is (109,37,98). Sum of RGB (Red+Green+Blue) = 109+37+98=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2562 is #92DA9D. Grayscale: #414141. Windows color (decimal): -9624222 or 6432109. OLE color: 6432109.
HSL color Cylindrical-coordinate representation of color #6D2562: hue angle of 309.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2562 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 98 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.57 |
| HSL | 309.17º | 0.49% | 0.29% | - |
| HSV(B) | 309.17º | 0.66% | 0.43% | - |
| XYZ | 9.17 | 5.46 | 12.12 | - |
| YUV | 65.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 98 | 0 | 0.66 | 0.10 | 0.57 | 309.17 | 0.49 | 0.29 |
| Hex | 6D | 25 | 62 | 0 | 42 | A | 39 | 135 | 31 | 1D |
| Octal | 155 | 45 | 142 | 0 | 102 | 12 | 71 | 465 | 61 | 35 |
| Binary | 1101101 | 100101 | 1100010 | 0 | 1000010 | 1010 | 111001 | 100110101 | 110001 | 11101 |
Color Harmonies of #6D2562
Complementary color
Monochromatic Colors of #6D2562
Black with #6D2562
Text Example
Text Example
White with #6D2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2562; }
p { color: rgb(109,37,98); }
H1.HeaderClassName
{
color: #6D2562;
}
.AnyTagClassName
{
color: #6D2562;
}
</style>
background-color css
<style>
a { background-color: #6D2562; }
a { background-color: rgb(109,37,98); }
div.DivClassName
{
background-color: #6D2562;
}
.BgClassName
{
background-color: #6D2562;
}
</style>
border-color css
<style>
span { border-color: #6D2562; }
span { border-color: rgb(109,37,98); }
td.TdClassName
{
border-color: #6D2562;
}
.TagClassName
{
border-color: #6D2562;
}
</style>