Shades of Palatinate Purple #6B315C
Tints of Palatinate Purple #6B315C
RGB
CMYK
RGB Variations
Color information
#6B315C (or 0x6B315C) is known color: Palatinate Purple. HEX triplet: 6B, 31 and 5C. RGB value is (107,49,92). Sum of RGB (Red+Green+Blue) = 107+49+92=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B315C is #94CEA3. Grayscale: #474747. Windows color (decimal): -9752228 or 6041963. OLE color: 6041963.
HSL color Cylindrical-coordinate representation of color #6B315C: 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 #6B315C is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 49 | 92 | - |
| 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.09 | 6.1 | 10.82 | - |
| YUV | 71.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 92 | 0 | 0.54 | 0.14 | 0.58 | 315.52 | 0.37 | 0.31 |
| Hex | 6B | 31 | 5C | 0 | 36 | E | 3A | 13C | 25 | 1F |
| Octal | 153 | 61 | 134 | 0 | 66 | 16 | 72 | 474 | 45 | 37 |
| Binary | 1101011 | 110001 | 1011100 | 0 | 110110 | 1110 | 111010 | 100111100 | 100101 | 11111 |
Color Harmonies of #6B315C
Complementary color
Monochromatic Colors of #6B315C
Black with #6B315C
Text Example
Text Example
White with #6B315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B315C; }
p { color: rgb(107,49,92); }
H1.HeaderClassName
{
color: #6B315C;
}
.AnyTagClassName
{
color: #6B315C;
}
</style>
background-color css
<style>
a { background-color: #6B315C; }
a { background-color: rgb(107,49,92); }
div.DivClassName
{
background-color: #6B315C;
}
.BgClassName
{
background-color: #6B315C;
}
</style>
border-color css
<style>
span { border-color: #6B315C; }
span { border-color: rgb(107,49,92); }
td.TdClassName
{
border-color: #6B315C;
}
.TagClassName
{
border-color: #6B315C;
}
</style>