Shades of Palatinate Purple #6E395F
Tints of Palatinate Purple #6E395F
RGB
CMYK
RGB Variations
Color information
#6E395F (or 0x6E395F) is known color: Palatinate Purple. HEX triplet: 6E, 39 and 5F. RGB value is (110,57,95). Sum of RGB (Red+Green+Blue) = 110+57+95=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 110 - color contains mainly: red. Hex color #6E395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E395F is #91C6A0. Grayscale: #4D4D4D. Windows color (decimal): -9553569 or 6240622. OLE color: 6240622.
HSL color Cylindrical-coordinate representation of color #6E395F: hue angle of 316.98º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E395F is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 57 | 95 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.57 |
| HSL | 316.98º | 0.32% | 0.33% | - |
| HSV(B) | 316.98º | 0.48% | 0.43% | - |
| XYZ | 9.96 | 7.07 | 11.67 | - |
| YUV | 77.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 95 | 0 | 0.48 | 0.14 | 0.57 | 316.98 | 0.32 | 0.33 |
| Hex | 6E | 39 | 5F | 0 | 30 | E | 39 | 13D | 20 | 21 |
| Octal | 156 | 71 | 137 | 0 | 60 | 16 | 71 | 475 | 40 | 41 |
| Binary | 1101110 | 111001 | 1011111 | 0 | 110000 | 1110 | 111001 | 100111101 | 100000 | 100001 |
Color Harmonies of #6E395F
Complementary color
Monochromatic Colors of #6E395F
Black with #6E395F
Text Example
Text Example
White with #6E395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E395F; }
p { color: rgb(110,57,95); }
H1.HeaderClassName
{
color: #6E395F;
}
.AnyTagClassName
{
color: #6E395F;
}
</style>
background-color css
<style>
a { background-color: #6E395F; }
a { background-color: rgb(110,57,95); }
div.DivClassName
{
background-color: #6E395F;
}
.BgClassName
{
background-color: #6E395F;
}
</style>
border-color css
<style>
span { border-color: #6E395F; }
span { border-color: rgb(110,57,95); }
td.TdClassName
{
border-color: #6E395F;
}
.TagClassName
{
border-color: #6E395F;
}
</style>