Shades of Palatinate Purple #6E1B6E
Tints of Palatinate Purple #6E1B6E
RGB
CMYK
RGB Variations
Color information
#6E1B6E (or 0x6E1B6E) is known color: Palatinate Purple. HEX triplet: 6E, 1B and 6E. RGB value is (110,27,110). Sum of RGB (Red+Green+Blue) = 110+27+110=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E1B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1B6E is #91E491. Grayscale: #3D3D3D. Windows color (decimal): -9561234 or 7215982. OLE color: 7215982.
HSL color Cylindrical-coordinate representation of color #6E1B6E: hue angle of 300º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E1B6E is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 27 | 110 | - |
| CMYK | 0 | 0.75 | 0 | 0.57 |
| HSL | 300º | 0.61% | 0.27% | - |
| HSV(B) | 300º | 0.75% | 0.43% | - |
| XYZ | 9.64 | 5.22 | 15.25 | - |
| YUV | 61.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 110 | 0 | 0.75 | 0 | 0.57 | 300 | 0.61 | 0.27 |
| Hex | 6E | 1B | 6E | 0 | 4B | 0 | 39 | 12C | 3D | 1B |
| Octal | 156 | 33 | 156 | 0 | 113 | 0 | 71 | 454 | 75 | 33 |
| Binary | 1101110 | 11011 | 1101110 | 0 | 1001011 | 0 | 111001 | 100101100 | 111101 | 11011 |
Color Harmonies of #6E1B6E
Complementary color
Monochromatic Colors of #6E1B6E
Black with #6E1B6E
Text Example
Text Example
White with #6E1B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1B6E; }
p { color: rgb(110,27,110); }
H1.HeaderClassName
{
color: #6E1B6E;
}
.AnyTagClassName
{
color: #6E1B6E;
}
</style>
background-color css
<style>
a { background-color: #6E1B6E; }
a { background-color: rgb(110,27,110); }
div.DivClassName
{
background-color: #6E1B6E;
}
.BgClassName
{
background-color: #6E1B6E;
}
</style>
border-color css
<style>
span { border-color: #6E1B6E; }
span { border-color: rgb(110,27,110); }
td.TdClassName
{
border-color: #6E1B6E;
}
.TagClassName
{
border-color: #6E1B6E;
}
</style>