Shades of Palatinate Purple #6E2867
Tints of Palatinate Purple #6E2867
RGB
CMYK
RGB Variations
Color information
#6E2867 (or 0x6E2867) is known color: Palatinate Purple. HEX triplet: 6E, 28 and 67. RGB value is (110,40,103). Sum of RGB (Red+Green+Blue) = 110+40+103=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2867 is #91D798. Grayscale: #434343. Windows color (decimal): -9557913 or 6760558. OLE color: 6760558.
HSL color Cylindrical-coordinate representation of color #6E2867: hue angle of 306º 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 #6E2867 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 103 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.57 |
| HSL | 306º | 0.47% | 0.29% | - |
| HSV(B) | 306º | 0.64% | 0.43% | - |
| XYZ | 9.64 | 5.81 | 13.45 | - |
| YUV | 68.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 103 | 0 | 0.64 | 0.06 | 0.57 | 306 | 0.47 | 0.29 |
| Hex | 6E | 28 | 67 | 0 | 40 | 6 | 39 | 132 | 2F | 1D |
| Octal | 156 | 50 | 147 | 0 | 100 | 6 | 71 | 462 | 57 | 35 |
| Binary | 1101110 | 101000 | 1100111 | 0 | 1000000 | 110 | 111001 | 100110010 | 101111 | 11101 |
Color Harmonies of #6E2867
Complementary color
Monochromatic Colors of #6E2867
Black with #6E2867
Text Example
Text Example
White with #6E2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2867; }
p { color: rgb(110,40,103); }
H1.HeaderClassName
{
color: #6E2867;
}
.AnyTagClassName
{
color: #6E2867;
}
</style>
background-color css
<style>
a { background-color: #6E2867; }
a { background-color: rgb(110,40,103); }
div.DivClassName
{
background-color: #6E2867;
}
.BgClassName
{
background-color: #6E2867;
}
</style>
border-color css
<style>
span { border-color: #6E2867; }
span { border-color: rgb(110,40,103); }
td.TdClassName
{
border-color: #6E2867;
}
.TagClassName
{
border-color: #6E2867;
}
</style>