Shades of Palatinate Purple #6E286B
Tints of Palatinate Purple #6E286B
RGB
CMYK
RGB Variations
Color information
#6E286B (or 0x6E286B) is known color: Palatinate Purple. HEX triplet: 6E, 28 and 6B. RGB value is (110,40,107). Sum of RGB (Red+Green+Blue) = 110+40+107=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E286B is #91D794. Grayscale: #444444. Windows color (decimal): -9557909 or 7022702. OLE color: 7022702.
HSL color Cylindrical-coordinate representation of color #6E286B: hue angle of 302.57º 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 #6E286B is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 107 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.57 |
| HSL | 302.57º | 0.47% | 0.29% | - |
| HSV(B) | 302.57º | 0.64% | 0.43% | - |
| XYZ | 9.84 | 5.89 | 14.53 | - |
| YUV | 68.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 107 | 0 | 0.64 | 0.03 | 0.57 | 302.57 | 0.47 | 0.29 |
| Hex | 6E | 28 | 6B | 0 | 40 | 3 | 39 | 12F | 2F | 1D |
| Octal | 156 | 50 | 153 | 0 | 100 | 3 | 71 | 457 | 57 | 35 |
| Binary | 1101110 | 101000 | 1101011 | 0 | 1000000 | 11 | 111001 | 100101111 | 101111 | 11101 |
Color Harmonies of #6E286B
Complementary color
Monochromatic Colors of #6E286B
Black with #6E286B
Text Example
Text Example
White with #6E286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E286B; }
p { color: rgb(110,40,107); }
H1.HeaderClassName
{
color: #6E286B;
}
.AnyTagClassName
{
color: #6E286B;
}
</style>
background-color css
<style>
a { background-color: #6E286B; }
a { background-color: rgb(110,40,107); }
div.DivClassName
{
background-color: #6E286B;
}
.BgClassName
{
background-color: #6E286B;
}
</style>
border-color css
<style>
span { border-color: #6E286B; }
span { border-color: rgb(110,40,107); }
td.TdClassName
{
border-color: #6E286B;
}
.TagClassName
{
border-color: #6E286B;
}
</style>