Shades of Palatinate Purple #6E375F
Tints of Palatinate Purple #6E375F
RGB
CMYK
RGB Variations
Color information
#6E375F (or 0x6E375F) is known color: Palatinate Purple. HEX triplet: 6E, 37 and 5F. RGB value is (110,55,95). Sum of RGB (Red+Green+Blue) = 110+55+95=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E375F is #91C8A0. Grayscale: #4B4B4B. Windows color (decimal): -9554081 or 6240110. OLE color: 6240110.
HSL color Cylindrical-coordinate representation of color #6E375F: hue angle of 316.36º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E375F is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 95 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.57 |
| HSL | 316.36º | 0.33% | 0.32% | - |
| HSV(B) | 316.36º | 0.5% | 0.43% | - |
| XYZ | 9.86 | 6.87 | 11.63 | - |
| YUV | 76.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 95 | 0 | 0.5 | 0.14 | 0.57 | 316.36 | 0.33 | 0.32 |
| Hex | 6E | 37 | 5F | 0 | 32 | E | 39 | 13C | 21 | 20 |
| Octal | 156 | 67 | 137 | 0 | 62 | 16 | 71 | 474 | 41 | 40 |
| Binary | 1101110 | 110111 | 1011111 | 0 | 110010 | 1110 | 111001 | 100111100 | 100001 | 100000 |
Color Harmonies of #6E375F
Complementary color
Monochromatic Colors of #6E375F
Black with #6E375F
Text Example
Text Example
White with #6E375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E375F; }
p { color: rgb(110,55,95); }
H1.HeaderClassName
{
color: #6E375F;
}
.AnyTagClassName
{
color: #6E375F;
}
</style>
background-color css
<style>
a { background-color: #6E375F; }
a { background-color: rgb(110,55,95); }
div.DivClassName
{
background-color: #6E375F;
}
.BgClassName
{
background-color: #6E375F;
}
</style>
border-color css
<style>
span { border-color: #6E375F; }
span { border-color: rgb(110,55,95); }
td.TdClassName
{
border-color: #6E375F;
}
.TagClassName
{
border-color: #6E375F;
}
</style>