Shades of Palatinate Purple #6E1658
Tints of Palatinate Purple #6E1658
RGB
CMYK
RGB Variations
Color information
#6E1658 (or 0x6E1658) is known color: Palatinate Purple. HEX triplet: 6E, 16 and 58. RGB value is (110,22,88). Sum of RGB (Red+Green+Blue) = 110+22+88=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1658 is #91E9A7. Grayscale: #373737. Windows color (decimal): -9562536 or 5772910. OLE color: 5772910.
HSL color Cylindrical-coordinate representation of color #6E1658: hue angle of 315º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1658 is Cyan = 0, Magento = 0.8, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 88 | - |
| CMYK | 0 | 0.8 | 0.2 | 0.57 |
| HSL | 315º | 0.67% | 0.26% | - |
| HSV(B) | 315º | 0.8% | 0.43% | - |
| XYZ | 8.48 | 4.59 | 9.67 | - |
| YUV | 55.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 88 | 0 | 0.8 | 0.2 | 0.57 | 315 | 0.67 | 0.26 |
| Hex | 6E | 16 | 58 | 0 | 50 | 14 | 39 | 13B | 43 | 1A |
| Octal | 156 | 26 | 130 | 0 | 120 | 24 | 71 | 473 | 103 | 32 |
| Binary | 1101110 | 10110 | 1011000 | 0 | 1010000 | 10100 | 111001 | 100111011 | 1000011 | 11010 |
Color Harmonies of #6E1658
Complementary color
Monochromatic Colors of #6E1658
Black with #6E1658
Text Example
Text Example
White with #6E1658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1658; }
p { color: rgb(110,22,88); }
H1.HeaderClassName
{
color: #6E1658;
}
.AnyTagClassName
{
color: #6E1658;
}
</style>
background-color css
<style>
a { background-color: #6E1658; }
a { background-color: rgb(110,22,88); }
div.DivClassName
{
background-color: #6E1658;
}
.BgClassName
{
background-color: #6E1658;
}
</style>
border-color css
<style>
span { border-color: #6E1658; }
span { border-color: rgb(110,22,88); }
td.TdClassName
{
border-color: #6E1658;
}
.TagClassName
{
border-color: #6E1658;
}
</style>