Shades of Palatinate Purple #6C325D
Tints of Palatinate Purple #6C325D
RGB
CMYK
RGB Variations
Color information
#6C325D (or 0x6C325D) is known color: Palatinate Purple. HEX triplet: 6C, 32 and 5D. RGB value is (108,50,93). Sum of RGB (Red+Green+Blue) = 108+50+93=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 108 - color contains mainly: red. Hex color #6C325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C325D is #93CDA2. Grayscale: #484848. Windows color (decimal): -9686435 or 6107756. OLE color: 6107756.
HSL color Cylindrical-coordinate representation of color #6C325D: hue angle of 315.52º 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 #6C325D is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 50 | 93 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.58 |
| HSL | 315.52º | 0.37% | 0.31% | - |
| HSV(B) | 315.52º | 0.54% | 0.42% | - |
| XYZ | 9.3 | 6.26 | 11.07 | - |
| YUV | 72.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 93 | 0 | 0.54 | 0.14 | 0.58 | 315.52 | 0.37 | 0.31 |
| Hex | 6C | 32 | 5D | 0 | 36 | E | 3A | 13C | 25 | 1F |
| Octal | 154 | 62 | 135 | 0 | 66 | 16 | 72 | 474 | 45 | 37 |
| Binary | 1101100 | 110010 | 1011101 | 0 | 110110 | 1110 | 111010 | 100111100 | 100101 | 11111 |
Color Harmonies of #6C325D
Complementary color
Monochromatic Colors of #6C325D
Black with #6C325D
Text Example
Text Example
White with #6C325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C325D; }
p { color: rgb(108,50,93); }
H1.HeaderClassName
{
color: #6C325D;
}
.AnyTagClassName
{
color: #6C325D;
}
</style>
background-color css
<style>
a { background-color: #6C325D; }
a { background-color: rgb(108,50,93); }
div.DivClassName
{
background-color: #6C325D;
}
.BgClassName
{
background-color: #6C325D;
}
</style>
border-color css
<style>
span { border-color: #6C325D; }
span { border-color: rgb(108,50,93); }
td.TdClassName
{
border-color: #6C325D;
}
.TagClassName
{
border-color: #6C325D;
}
</style>