Shades of Palatinate Purple #6D2660
Tints of Palatinate Purple #6D2660
RGB
CMYK
RGB Variations
Color information
#6D2660 (or 0x6D2660) is known color: Palatinate Purple. HEX triplet: 6D, 26 and 60. RGB value is (109,38,96). Sum of RGB (Red+Green+Blue) = 109+38+96=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2660 is #92D99F. Grayscale: #414141. Windows color (decimal): -9623968 or 6301293. OLE color: 6301293.
HSL color Cylindrical-coordinate representation of color #6D2660: hue angle of 310.99º 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 #6D2660 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 96 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.57 |
| HSL | 310.99º | 0.48% | 0.29% | - |
| HSV(B) | 310.99º | 0.65% | 0.43% | - |
| XYZ | 9.11 | 5.48 | 11.64 | - |
| YUV | 65.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 96 | 0 | 0.65 | 0.12 | 0.57 | 310.99 | 0.48 | 0.29 |
| Hex | 6D | 26 | 60 | 0 | 41 | C | 39 | 137 | 30 | 1D |
| Octal | 155 | 46 | 140 | 0 | 101 | 14 | 71 | 467 | 60 | 35 |
| Binary | 1101101 | 100110 | 1100000 | 0 | 1000001 | 1100 | 111001 | 100110111 | 110000 | 11101 |
Color Harmonies of #6D2660
Complementary color
Monochromatic Colors of #6D2660
Black with #6D2660
Text Example
Text Example
White with #6D2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2660; }
p { color: rgb(109,38,96); }
H1.HeaderClassName
{
color: #6D2660;
}
.AnyTagClassName
{
color: #6D2660;
}
</style>
background-color css
<style>
a { background-color: #6D2660; }
a { background-color: rgb(109,38,96); }
div.DivClassName
{
background-color: #6D2660;
}
.BgClassName
{
background-color: #6D2660;
}
</style>
border-color css
<style>
span { border-color: #6D2660; }
span { border-color: rgb(109,38,96); }
td.TdClassName
{
border-color: #6D2660;
}
.TagClassName
{
border-color: #6D2660;
}
</style>