Shades of Palatinate Purple #6E335D
Tints of Palatinate Purple #6E335D
RGB
CMYK
RGB Variations
Color information
#6E335D (or 0x6E335D) is known color: Palatinate Purple. HEX triplet: 6E, 33 and 5D. RGB value is (110,51,93). Sum of RGB (Red+Green+Blue) = 110+51+93=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 110 - color contains mainly: red. Hex color #6E335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E335D is #91CCA2. Grayscale: #494949. Windows color (decimal): -9555107 or 6108014. OLE color: 6108014.
HSL color Cylindrical-coordinate representation of color #6E335D: hue angle of 317.29º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E335D is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 93 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.57 |
| HSL | 317.29º | 0.37% | 0.32% | - |
| HSV(B) | 317.29º | 0.54% | 0.43% | - |
| XYZ | 9.59 | 6.47 | 11.1 | - |
| YUV | 73.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 93 | 0 | 0.54 | 0.15 | 0.57 | 317.29 | 0.37 | 0.32 |
| Hex | 6E | 33 | 5D | 0 | 36 | F | 39 | 13D | 25 | 20 |
| Octal | 156 | 63 | 135 | 0 | 66 | 17 | 71 | 475 | 45 | 40 |
| Binary | 1101110 | 110011 | 1011101 | 0 | 110110 | 1111 | 111001 | 100111101 | 100101 | 100000 |
Color Harmonies of #6E335D
Complementary color
Monochromatic Colors of #6E335D
Black with #6E335D
Text Example
Text Example
White with #6E335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E335D; }
p { color: rgb(110,51,93); }
H1.HeaderClassName
{
color: #6E335D;
}
.AnyTagClassName
{
color: #6E335D;
}
</style>
background-color css
<style>
a { background-color: #6E335D; }
a { background-color: rgb(110,51,93); }
div.DivClassName
{
background-color: #6E335D;
}
.BgClassName
{
background-color: #6E335D;
}
</style>
border-color css
<style>
span { border-color: #6E335D; }
span { border-color: rgb(110,51,93); }
td.TdClassName
{
border-color: #6E335D;
}
.TagClassName
{
border-color: #6E335D;
}
</style>