Shades of Palatinate Purple #6C2565
Tints of Palatinate Purple #6C2565
RGB
CMYK
RGB Variations
Color information
#6C2565 (or 0x6C2565) is known color: Palatinate Purple. HEX triplet: 6C, 25 and 65. RGB value is (108,37,101). Sum of RGB (Red+Green+Blue) = 108+37+101=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2565 is #93DA9A. Grayscale: #414141. Windows color (decimal): -9689755 or 6628716. OLE color: 6628716.
HSL color Cylindrical-coordinate representation of color #6C2565: hue angle of 305.92º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2565 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 101 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.58 |
| HSL | 305.92º | 0.49% | 0.28% | - |
| HSV(B) | 305.92º | 0.66% | 0.42% | - |
| XYZ | 9.19 | 5.45 | 12.88 | - |
| YUV | 65.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 101 | 0 | 0.66 | 0.06 | 0.58 | 305.92 | 0.49 | 0.28 |
| Hex | 6C | 25 | 65 | 0 | 42 | 6 | 3A | 132 | 31 | 1C |
| Octal | 154 | 45 | 145 | 0 | 102 | 6 | 72 | 462 | 61 | 34 |
| Binary | 1101100 | 100101 | 1100101 | 0 | 1000010 | 110 | 111010 | 100110010 | 110001 | 11100 |
Color Harmonies of #6C2565
Complementary color
Monochromatic Colors of #6C2565
Black with #6C2565
Text Example
Text Example
White with #6C2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2565; }
p { color: rgb(108,37,101); }
H1.HeaderClassName
{
color: #6C2565;
}
.AnyTagClassName
{
color: #6C2565;
}
</style>
background-color css
<style>
a { background-color: #6C2565; }
a { background-color: rgb(108,37,101); }
div.DivClassName
{
background-color: #6C2565;
}
.BgClassName
{
background-color: #6C2565;
}
</style>
border-color css
<style>
span { border-color: #6C2565; }
span { border-color: rgb(108,37,101); }
td.TdClassName
{
border-color: #6C2565;
}
.TagClassName
{
border-color: #6C2565;
}
</style>