Shades of Palatinate Purple #6C325C
Tints of Palatinate Purple #6C325C
RGB
CMYK
RGB Variations
Color information
#6C325C (or 0x6C325C) is known color: Palatinate Purple. HEX triplet: 6C, 32 and 5C. RGB value is (108,50,92). Sum of RGB (Red+Green+Blue) = 108+50+92=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C325C is #93CDA3. Grayscale: #484848. Windows color (decimal): -9686436 or 6042220. OLE color: 6042220.
HSL color Cylindrical-coordinate representation of color #6C325C: hue angle of 316.55º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C325C is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 50 | 92 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.58 |
| HSL | 316.55º | 0.37% | 0.31% | - |
| HSV(B) | 316.55º | 0.54% | 0.42% | - |
| XYZ | 9.26 | 6.24 | 10.84 | - |
| YUV | 72.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 92 | 0 | 0.54 | 0.15 | 0.58 | 316.55 | 0.37 | 0.31 |
| Hex | 6C | 32 | 5C | 0 | 36 | F | 3A | 13D | 25 | 1F |
| Octal | 154 | 62 | 134 | 0 | 66 | 17 | 72 | 475 | 45 | 37 |
| Binary | 1101100 | 110010 | 1011100 | 0 | 110110 | 1111 | 111010 | 100111101 | 100101 | 11111 |
Color Harmonies of #6C325C
Complementary color
Monochromatic Colors of #6C325C
Black with #6C325C
Text Example
Text Example
White with #6C325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C325C; }
p { color: rgb(108,50,92); }
H1.HeaderClassName
{
color: #6C325C;
}
.AnyTagClassName
{
color: #6C325C;
}
</style>
background-color css
<style>
a { background-color: #6C325C; }
a { background-color: rgb(108,50,92); }
div.DivClassName
{
background-color: #6C325C;
}
.BgClassName
{
background-color: #6C325C;
}
</style>
border-color css
<style>
span { border-color: #6C325C; }
span { border-color: rgb(108,50,92); }
td.TdClassName
{
border-color: #6C325C;
}
.TagClassName
{
border-color: #6C325C;
}
</style>