Shades of Palatinate Purple #6A315C
Tints of Palatinate Purple #6A315C
RGB
CMYK
RGB Variations
Color information
#6A315C (or 0x6A315C) is known color: Palatinate Purple. HEX triplet: 6A, 31 and 5C. RGB value is (106,49,92). Sum of RGB (Red+Green+Blue) = 106+49+92=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 106 - color contains mainly: red. Hex color #6A315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A315C is #95CEA3. Grayscale: #464646. Windows color (decimal): -9817764 or 6041962. OLE color: 6041962.
HSL color Cylindrical-coordinate representation of color #6A315C: hue angle of 314.74º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A315C is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 49 | 92 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.58 |
| HSL | 314.74º | 0.37% | 0.3% | - |
| HSV(B) | 314.74º | 0.54% | 0.42% | - |
| XYZ | 8.97 | 6.03 | 10.82 | - |
| YUV | 70.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 49 | 92 | 0 | 0.54 | 0.13 | 0.58 | 314.74 | 0.37 | 0.3 |
| Hex | 6A | 31 | 5C | 0 | 36 | D | 3A | 13B | 25 | 1E |
| Octal | 152 | 61 | 134 | 0 | 66 | 15 | 72 | 473 | 45 | 36 |
| Binary | 1101010 | 110001 | 1011100 | 0 | 110110 | 1101 | 111010 | 100111011 | 100101 | 11110 |
Color Harmonies of #6A315C
Complementary color
Monochromatic Colors of #6A315C
Black with #6A315C
Text Example
Text Example
White with #6A315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A315C; }
p { color: rgb(106,49,92); }
H1.HeaderClassName
{
color: #6A315C;
}
.AnyTagClassName
{
color: #6A315C;
}
</style>
background-color css
<style>
a { background-color: #6A315C; }
a { background-color: rgb(106,49,92); }
div.DivClassName
{
background-color: #6A315C;
}
.BgClassName
{
background-color: #6A315C;
}
</style>
border-color css
<style>
span { border-color: #6A315C; }
span { border-color: rgb(106,49,92); }
td.TdClassName
{
border-color: #6A315C;
}
.TagClassName
{
border-color: #6A315C;
}
</style>