Shades of Palatinate Purple #6E295C
Tints of Palatinate Purple #6E295C
RGB
CMYK
RGB Variations
Color information
#6E295C (or 0x6E295C) is known color: Palatinate Purple. HEX triplet: 6E, 29 and 5C. RGB value is (110,41,92). Sum of RGB (Red+Green+Blue) = 110+41+92=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E295C is #91D6A3. Grayscale: #434343. Windows color (decimal): -9557668 or 6039918. OLE color: 6039918.
HSL color Cylindrical-coordinate representation of color #6E295C: hue angle of 315.65º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E295C is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 92 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.57 |
| HSL | 315.65º | 0.46% | 0.3% | - |
| HSV(B) | 315.65º | 0.63% | 0.43% | - |
| XYZ | 9.16 | 5.67 | 10.74 | - |
| YUV | 67.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 92 | 0 | 0.63 | 0.16 | 0.57 | 315.65 | 0.46 | 0.3 |
| Hex | 6E | 29 | 5C | 0 | 3F | 10 | 39 | 13C | 2E | 1E |
| Octal | 156 | 51 | 134 | 0 | 77 | 20 | 71 | 474 | 56 | 36 |
| Binary | 1101110 | 101001 | 1011100 | 0 | 111111 | 10000 | 111001 | 100111100 | 101110 | 11110 |
Color Harmonies of #6E295C
Complementary color
Monochromatic Colors of #6E295C
Black with #6E295C
Text Example
Text Example
White with #6E295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E295C; }
p { color: rgb(110,41,92); }
H1.HeaderClassName
{
color: #6E295C;
}
.AnyTagClassName
{
color: #6E295C;
}
</style>
background-color css
<style>
a { background-color: #6E295C; }
a { background-color: rgb(110,41,92); }
div.DivClassName
{
background-color: #6E295C;
}
.BgClassName
{
background-color: #6E295C;
}
</style>
border-color css
<style>
span { border-color: #6E295C; }
span { border-color: rgb(110,41,92); }
td.TdClassName
{
border-color: #6E295C;
}
.TagClassName
{
border-color: #6E295C;
}
</style>