Shades of Palatinate Purple #6E235A
Tints of Palatinate Purple #6E235A
RGB
CMYK
RGB Variations
Color information
#6E235A (or 0x6E235A) is known color: Palatinate Purple. HEX triplet: 6E, 23 and 5A. RGB value is (110,35,90). Sum of RGB (Red+Green+Blue) = 110+35+90=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E235A is #91DCA5. Grayscale: #3F3F3F. Windows color (decimal): -9559206 or 5907310. OLE color: 5907310.
HSL color Cylindrical-coordinate representation of color #6E235A: hue angle of 316º 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 #6E235A is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 35 | 90 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.57 |
| HSL | 316º | 0.52% | 0.28% | - |
| HSV(B) | 316º | 0.68% | 0.43% | - |
| XYZ | 8.88 | 5.26 | 10.22 | - |
| YUV | 63.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 90 | 0 | 0.68 | 0.18 | 0.57 | 316 | 0.52 | 0.28 |
| Hex | 6E | 23 | 5A | 0 | 44 | 12 | 39 | 13C | 34 | 1C |
| Octal | 156 | 43 | 132 | 0 | 104 | 22 | 71 | 474 | 64 | 34 |
| Binary | 1101110 | 100011 | 1011010 | 0 | 1000100 | 10010 | 111001 | 100111100 | 110100 | 11100 |
Color Harmonies of #6E235A
Complementary color
Monochromatic Colors of #6E235A
Black with #6E235A
Text Example
Text Example
White with #6E235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E235A; }
p { color: rgb(110,35,90); }
H1.HeaderClassName
{
color: #6E235A;
}
.AnyTagClassName
{
color: #6E235A;
}
</style>
background-color css
<style>
a { background-color: #6E235A; }
a { background-color: rgb(110,35,90); }
div.DivClassName
{
background-color: #6E235A;
}
.BgClassName
{
background-color: #6E235A;
}
</style>
border-color css
<style>
span { border-color: #6E235A; }
span { border-color: rgb(110,35,90); }
td.TdClassName
{
border-color: #6E235A;
}
.TagClassName
{
border-color: #6E235A;
}
</style>