Shades of Palatinate Purple #6E1065
Tints of Palatinate Purple #6E1065
RGB
CMYK
RGB Variations
Color information
#6E1065 (or 0x6E1065) is known color: Palatinate Purple. HEX triplet: 6E, 10 and 65. RGB value is (110,16,101). Sum of RGB (Red+Green+Blue) = 110+16+101=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1065 is #91EF9A. Grayscale: #353535. Windows color (decimal): -9564059 or 6623342. OLE color: 6623342.
HSL color Cylindrical-coordinate representation of color #6E1065: hue angle of 305.74º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1065 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 101 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.57 |
| HSL | 305.74º | 0.75% | 0.25% | - |
| HSV(B) | 305.74º | 0.85% | 0.43% | - |
| XYZ | 8.96 | 4.63 | 12.73 | - |
| YUV | 53.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 101 | 0 | 0.85 | 0.08 | 0.57 | 305.74 | 0.75 | 0.25 |
| Hex | 6E | 10 | 65 | 0 | 55 | 8 | 39 | 132 | 4B | 19 |
| Octal | 156 | 20 | 145 | 0 | 125 | 10 | 71 | 462 | 113 | 31 |
| Binary | 1101110 | 10000 | 1100101 | 0 | 1010101 | 1000 | 111001 | 100110010 | 1001011 | 11001 |
Color Harmonies of #6E1065
Complementary color
Monochromatic Colors of #6E1065
Black with #6E1065
Text Example
Text Example
White with #6E1065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1065; }
p { color: rgb(110,16,101); }
H1.HeaderClassName
{
color: #6E1065;
}
.AnyTagClassName
{
color: #6E1065;
}
</style>
background-color css
<style>
a { background-color: #6E1065; }
a { background-color: rgb(110,16,101); }
div.DivClassName
{
background-color: #6E1065;
}
.BgClassName
{
background-color: #6E1065;
}
</style>
border-color css
<style>
span { border-color: #6E1065; }
span { border-color: rgb(110,16,101); }
td.TdClassName
{
border-color: #6E1065;
}
.TagClassName
{
border-color: #6E1065;
}
</style>