Shades of Palatinate Purple #6E315C
Tints of Palatinate Purple #6E315C
RGB
CMYK
RGB Variations
Color information
#6E315C (or 0x6E315C) is known color: Palatinate Purple. HEX triplet: 6E, 31 and 5C. RGB value is (110,49,92). Sum of RGB (Red+Green+Blue) = 110+49+92=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 110 - color contains mainly: red. Hex color #6E315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E315C is #91CEA3. Grayscale: #484848. Windows color (decimal): -9555620 or 6041966. OLE color: 6041966.
HSL color Cylindrical-coordinate representation of color #6E315C: hue angle of 317.7º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E315C is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 92 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.57 |
| HSL | 317.7º | 0.38% | 0.31% | - |
| HSV(B) | 317.7º | 0.55% | 0.43% | - |
| XYZ | 9.46 | 6.28 | 10.84 | - |
| YUV | 72.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 92 | 0 | 0.55 | 0.16 | 0.57 | 317.7 | 0.38 | 0.31 |
| Hex | 6E | 31 | 5C | 0 | 37 | 10 | 39 | 13E | 26 | 1F |
| Octal | 156 | 61 | 134 | 0 | 67 | 20 | 71 | 476 | 46 | 37 |
| Binary | 1101110 | 110001 | 1011100 | 0 | 110111 | 10000 | 111001 | 100111110 | 100110 | 11111 |
Color Harmonies of #6E315C
Complementary color
Monochromatic Colors of #6E315C
Black with #6E315C
Text Example
Text Example
White with #6E315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E315C; }
p { color: rgb(110,49,92); }
H1.HeaderClassName
{
color: #6E315C;
}
.AnyTagClassName
{
color: #6E315C;
}
</style>
background-color css
<style>
a { background-color: #6E315C; }
a { background-color: rgb(110,49,92); }
div.DivClassName
{
background-color: #6E315C;
}
.BgClassName
{
background-color: #6E315C;
}
</style>
border-color css
<style>
span { border-color: #6E315C; }
span { border-color: rgb(110,49,92); }
td.TdClassName
{
border-color: #6E315C;
}
.TagClassName
{
border-color: #6E315C;
}
</style>