Shades of Palatinate Purple #6D2565
Tints of Palatinate Purple #6D2565
RGB
CMYK
RGB Variations
Color information
#6D2565 (or 0x6D2565) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 65. RGB value is (109,37,101). Sum of RGB (Red+Green+Blue) = 109+37+101=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2565 is #92DA9A. Grayscale: #414141. Windows color (decimal): -9624219 or 6628717. OLE color: 6628717.
HSL color Cylindrical-coordinate representation of color #6D2565: hue angle of 306.67º 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 #6D2565 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 101 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.57 |
| HSL | 306.67º | 0.49% | 0.29% | - |
| HSV(B) | 306.67º | 0.66% | 0.43% | - |
| XYZ | 9.32 | 5.51 | 12.89 | - |
| YUV | 65.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 101 | 0 | 0.66 | 0.07 | 0.57 | 306.67 | 0.49 | 0.29 |
| Hex | 6D | 25 | 65 | 0 | 42 | 7 | 39 | 133 | 31 | 1D |
| Octal | 155 | 45 | 145 | 0 | 102 | 7 | 71 | 463 | 61 | 35 |
| Binary | 1101101 | 100101 | 1100101 | 0 | 1000010 | 111 | 111001 | 100110011 | 110001 | 11101 |
Color Harmonies of #6D2565
Complementary color
Monochromatic Colors of #6D2565
Black with #6D2565
Text Example
Text Example
White with #6D2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2565; }
p { color: rgb(109,37,101); }
H1.HeaderClassName
{
color: #6D2565;
}
.AnyTagClassName
{
color: #6D2565;
}
</style>
background-color css
<style>
a { background-color: #6D2565; }
a { background-color: rgb(109,37,101); }
div.DivClassName
{
background-color: #6D2565;
}
.BgClassName
{
background-color: #6D2565;
}
</style>
border-color css
<style>
span { border-color: #6D2565; }
span { border-color: rgb(109,37,101); }
td.TdClassName
{
border-color: #6D2565;
}
.TagClassName
{
border-color: #6D2565;
}
</style>