Shades of Palatinate Purple #6E285A
Tints of Palatinate Purple #6E285A
RGB
CMYK
RGB Variations
Color information
#6E285A (or 0x6E285A) is known color: Palatinate Purple. HEX triplet: 6E, 28 and 5A. RGB value is (110,40,90). Sum of RGB (Red+Green+Blue) = 110+40+90=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E285A is #91D7A5. Grayscale: #424242. Windows color (decimal): -9557926 or 5908590. OLE color: 5908590.
HSL color Cylindrical-coordinate representation of color #6E285A: hue angle of 317.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E285A is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 90 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.57 |
| HSL | 317.14º | 0.47% | 0.29% | - |
| HSV(B) | 317.14º | 0.64% | 0.43% | - |
| XYZ | 9.03 | 5.57 | 10.27 | - |
| YUV | 66.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 90 | 0 | 0.64 | 0.18 | 0.57 | 317.14 | 0.47 | 0.29 |
| Hex | 6E | 28 | 5A | 0 | 40 | 12 | 39 | 13D | 2F | 1D |
| Octal | 156 | 50 | 132 | 0 | 100 | 22 | 71 | 475 | 57 | 35 |
| Binary | 1101110 | 101000 | 1011010 | 0 | 1000000 | 10010 | 111001 | 100111101 | 101111 | 11101 |
Color Harmonies of #6E285A
Complementary color
Monochromatic Colors of #6E285A
Black with #6E285A
Text Example
Text Example
White with #6E285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E285A; }
p { color: rgb(110,40,90); }
H1.HeaderClassName
{
color: #6E285A;
}
.AnyTagClassName
{
color: #6E285A;
}
</style>
background-color css
<style>
a { background-color: #6E285A; }
a { background-color: rgb(110,40,90); }
div.DivClassName
{
background-color: #6E285A;
}
.BgClassName
{
background-color: #6E285A;
}
</style>
border-color css
<style>
span { border-color: #6E285A; }
span { border-color: rgb(110,40,90); }
td.TdClassName
{
border-color: #6E285A;
}
.TagClassName
{
border-color: #6E285A;
}
</style>