Shades of Palatinate Purple #6E285B
Tints of Palatinate Purple #6E285B
RGB
CMYK
RGB Variations
Color information
#6E285B (or 0x6E285B) is known color: Palatinate Purple. HEX triplet: 6E, 28 and 5B. RGB value is (110,40,91). Sum of RGB (Red+Green+Blue) = 110+40+91=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E285B is #91D7A4. Grayscale: #424242. Windows color (decimal): -9557925 or 5974126. OLE color: 5974126.
HSL color Cylindrical-coordinate representation of color #6E285B: hue angle of 316.29º 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 #6E285B is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 91 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.57 |
| HSL | 316.29º | 0.47% | 0.29% | - |
| HSV(B) | 316.29º | 0.64% | 0.43% | - |
| XYZ | 9.08 | 5.59 | 10.5 | - |
| YUV | 66.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 91 | 0 | 0.64 | 0.17 | 0.57 | 316.29 | 0.47 | 0.29 |
| Hex | 6E | 28 | 5B | 0 | 40 | 11 | 39 | 13C | 2F | 1D |
| Octal | 156 | 50 | 133 | 0 | 100 | 21 | 71 | 474 | 57 | 35 |
| Binary | 1101110 | 101000 | 1011011 | 0 | 1000000 | 10001 | 111001 | 100111100 | 101111 | 11101 |
Color Harmonies of #6E285B
Complementary color
Monochromatic Colors of #6E285B
Black with #6E285B
Text Example
Text Example
White with #6E285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E285B; }
p { color: rgb(110,40,91); }
H1.HeaderClassName
{
color: #6E285B;
}
.AnyTagClassName
{
color: #6E285B;
}
</style>
background-color css
<style>
a { background-color: #6E285B; }
a { background-color: rgb(110,40,91); }
div.DivClassName
{
background-color: #6E285B;
}
.BgClassName
{
background-color: #6E285B;
}
</style>
border-color css
<style>
span { border-color: #6E285B; }
span { border-color: rgb(110,40,91); }
td.TdClassName
{
border-color: #6E285B;
}
.TagClassName
{
border-color: #6E285B;
}
</style>