Shades of Palatinate Purple #6E235D
Tints of Palatinate Purple #6E235D
RGB
CMYK
RGB Variations
Color information
#6E235D (or 0x6E235D) is known color: Palatinate Purple. HEX triplet: 6E, 23 and 5D. RGB value is (110,35,93). Sum of RGB (Red+Green+Blue) = 110+35+93=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 110 - color contains mainly: red. Hex color #6E235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E235D is #91DCA2. Grayscale: #3F3F3F. Windows color (decimal): -9559203 or 6103918. OLE color: 6103918.
HSL color Cylindrical-coordinate representation of color #6E235D: hue angle of 313.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E235D is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 35 | 93 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.57 |
| HSL | 313.6º | 0.52% | 0.28% | - |
| HSV(B) | 313.6º | 0.68% | 0.43% | - |
| XYZ | 9.01 | 5.31 | 10.91 | - |
| YUV | 64.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 93 | 0 | 0.68 | 0.15 | 0.57 | 313.6 | 0.52 | 0.28 |
| Hex | 6E | 23 | 5D | 0 | 44 | F | 39 | 13A | 34 | 1C |
| Octal | 156 | 43 | 135 | 0 | 104 | 17 | 71 | 472 | 64 | 34 |
| Binary | 1101110 | 100011 | 1011101 | 0 | 1000100 | 1111 | 111001 | 100111010 | 110100 | 11100 |
Color Harmonies of #6E235D
Complementary color
Monochromatic Colors of #6E235D
Black with #6E235D
Text Example
Text Example
White with #6E235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E235D; }
p { color: rgb(110,35,93); }
H1.HeaderClassName
{
color: #6E235D;
}
.AnyTagClassName
{
color: #6E235D;
}
</style>
background-color css
<style>
a { background-color: #6E235D; }
a { background-color: rgb(110,35,93); }
div.DivClassName
{
background-color: #6E235D;
}
.BgClassName
{
background-color: #6E235D;
}
</style>
border-color css
<style>
span { border-color: #6E235D; }
span { border-color: rgb(110,35,93); }
td.TdClassName
{
border-color: #6E235D;
}
.TagClassName
{
border-color: #6E235D;
}
</style>