Shades of Palatinate Purple #6C2365
Tints of Palatinate Purple #6C2365
RGB
CMYK
RGB Variations
Color information
#6C2365 (or 0x6C2365) is known color: Palatinate Purple. HEX triplet: 6C, 23 and 65. RGB value is (108,35,101). Sum of RGB (Red+Green+Blue) = 108+35+101=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2365 is #93DC9A. Grayscale: #404040. Windows color (decimal): -9690267 or 6628204. OLE color: 6628204.
HSL color Cylindrical-coordinate representation of color #6C2365: hue angle of 305.75º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2365 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 101 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.58 |
| HSL | 305.75º | 0.51% | 0.28% | - |
| HSV(B) | 305.75º | 0.68% | 0.42% | - |
| XYZ | 9.13 | 5.33 | 12.86 | - |
| YUV | 64.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 101 | 0 | 0.68 | 0.06 | 0.58 | 305.75 | 0.51 | 0.28 |
| Hex | 6C | 23 | 65 | 0 | 44 | 6 | 3A | 132 | 33 | 1C |
| Octal | 154 | 43 | 145 | 0 | 104 | 6 | 72 | 462 | 63 | 34 |
| Binary | 1101100 | 100011 | 1100101 | 0 | 1000100 | 110 | 111010 | 100110010 | 110011 | 11100 |
Color Harmonies of #6C2365
Complementary color
Monochromatic Colors of #6C2365
Black with #6C2365
Text Example
Text Example
White with #6C2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2365; }
p { color: rgb(108,35,101); }
H1.HeaderClassName
{
color: #6C2365;
}
.AnyTagClassName
{
color: #6C2365;
}
</style>
background-color css
<style>
a { background-color: #6C2365; }
a { background-color: rgb(108,35,101); }
div.DivClassName
{
background-color: #6C2365;
}
.BgClassName
{
background-color: #6C2365;
}
</style>
border-color css
<style>
span { border-color: #6C2365; }
span { border-color: rgb(108,35,101); }
td.TdClassName
{
border-color: #6C2365;
}
.TagClassName
{
border-color: #6C2365;
}
</style>