Shades of Palatinate Purple #6E2568
Tints of Palatinate Purple #6E2568
RGB
CMYK
RGB Variations
Color information
#6E2568 (or 0x6E2568) is known color: Palatinate Purple. HEX triplet: 6E, 25 and 68. RGB value is (110,37,104). Sum of RGB (Red+Green+Blue) = 110+37+104=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2568 is #91DA97. Grayscale: #424242. Windows color (decimal): -9558680 or 6825326. OLE color: 6825326.
HSL color Cylindrical-coordinate representation of color #6E2568: hue angle of 304.93º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2568 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 104 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.57 |
| HSL | 304.93º | 0.5% | 0.29% | - |
| HSV(B) | 304.93º | 0.66% | 0.43% | - |
| XYZ | 9.59 | 5.64 | 13.68 | - |
| YUV | 66.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 104 | 0 | 0.66 | 0.05 | 0.57 | 304.93 | 0.5 | 0.29 |
| Hex | 6E | 25 | 68 | 0 | 42 | 5 | 39 | 131 | 32 | 1D |
| Octal | 156 | 45 | 150 | 0 | 102 | 5 | 71 | 461 | 62 | 35 |
| Binary | 1101110 | 100101 | 1101000 | 0 | 1000010 | 101 | 111001 | 100110001 | 110010 | 11101 |
Color Harmonies of #6E2568
Complementary color
Monochromatic Colors of #6E2568
Black with #6E2568
Text Example
Text Example
White with #6E2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2568; }
p { color: rgb(110,37,104); }
H1.HeaderClassName
{
color: #6E2568;
}
.AnyTagClassName
{
color: #6E2568;
}
</style>
background-color css
<style>
a { background-color: #6E2568; }
a { background-color: rgb(110,37,104); }
div.DivClassName
{
background-color: #6E2568;
}
.BgClassName
{
background-color: #6E2568;
}
</style>
border-color css
<style>
span { border-color: #6E2568; }
span { border-color: rgb(110,37,104); }
td.TdClassName
{
border-color: #6E2568;
}
.TagClassName
{
border-color: #6E2568;
}
</style>