Shades of Palatinate Purple #6C315C
Tints of Palatinate Purple #6C315C
RGB
CMYK
RGB Variations
Color information
#6C315C (or 0x6C315C) is known color: Palatinate Purple. HEX triplet: 6C, 31 and 5C. RGB value is (108,49,92). Sum of RGB (Red+Green+Blue) = 108+49+92=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 108 - color contains mainly: red. Hex color #6C315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C315C is #93CEA3. Grayscale: #474747. Windows color (decimal): -9686692 or 6041964. OLE color: 6041964.
HSL color Cylindrical-coordinate representation of color #6C315C: hue angle of 316.27º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C315C is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 49 | 92 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.58 |
| HSL | 316.27º | 0.38% | 0.31% | - |
| HSV(B) | 316.27º | 0.55% | 0.42% | - |
| XYZ | 9.21 | 6.16 | 10.83 | - |
| YUV | 71.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 92 | 0 | 0.55 | 0.15 | 0.58 | 316.27 | 0.38 | 0.31 |
| Hex | 6C | 31 | 5C | 0 | 37 | F | 3A | 13C | 26 | 1F |
| Octal | 154 | 61 | 134 | 0 | 67 | 17 | 72 | 474 | 46 | 37 |
| Binary | 1101100 | 110001 | 1011100 | 0 | 110111 | 1111 | 111010 | 100111100 | 100110 | 11111 |
Color Harmonies of #6C315C
Complementary color
Monochromatic Colors of #6C315C
Black with #6C315C
Text Example
Text Example
White with #6C315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C315C; }
p { color: rgb(108,49,92); }
H1.HeaderClassName
{
color: #6C315C;
}
.AnyTagClassName
{
color: #6C315C;
}
</style>
background-color css
<style>
a { background-color: #6C315C; }
a { background-color: rgb(108,49,92); }
div.DivClassName
{
background-color: #6C315C;
}
.BgClassName
{
background-color: #6C315C;
}
</style>
border-color css
<style>
span { border-color: #6C315C; }
span { border-color: rgb(108,49,92); }
td.TdClassName
{
border-color: #6C315C;
}
.TagClassName
{
border-color: #6C315C;
}
</style>