Shades of Palatinate Purple #6D2657
Tints of Palatinate Purple #6D2657
RGB
CMYK
RGB Variations
Color information
#6D2657 (or 0x6D2657) is known color: Palatinate Purple. HEX triplet: 6D, 26 and 57. RGB value is (109,38,87). Sum of RGB (Red+Green+Blue) = 109+38+87=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2657 is #92D9A8. Grayscale: #404040. Windows color (decimal): -9623977 or 5711469. OLE color: 5711469.
HSL color Cylindrical-coordinate representation of color #6D2657: hue angle of 318.59º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2657 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 87 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.57 |
| HSL | 318.59º | 0.48% | 0.29% | - |
| HSV(B) | 318.59º | 0.65% | 0.43% | - |
| XYZ | 8.72 | 5.33 | 9.59 | - |
| YUV | 64.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 87 | 0 | 0.65 | 0.20 | 0.57 | 318.59 | 0.48 | 0.29 |
| Hex | 6D | 26 | 57 | 0 | 41 | 14 | 39 | 13F | 30 | 1D |
| Octal | 155 | 46 | 127 | 0 | 101 | 24 | 71 | 477 | 60 | 35 |
| Binary | 1101101 | 100110 | 1010111 | 0 | 1000001 | 10100 | 111001 | 100111111 | 110000 | 11101 |
Color Harmonies of #6D2657
Complementary color
Monochromatic Colors of #6D2657
Black with #6D2657
Text Example
Text Example
White with #6D2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2657; }
p { color: rgb(109,38,87); }
H1.HeaderClassName
{
color: #6D2657;
}
.AnyTagClassName
{
color: #6D2657;
}
</style>
background-color css
<style>
a { background-color: #6D2657; }
a { background-color: rgb(109,38,87); }
div.DivClassName
{
background-color: #6D2657;
}
.BgClassName
{
background-color: #6D2657;
}
</style>
border-color css
<style>
span { border-color: #6D2657; }
span { border-color: rgb(109,38,87); }
td.TdClassName
{
border-color: #6D2657;
}
.TagClassName
{
border-color: #6D2657;
}
</style>