Shades of Palatinate Purple #6E105B
Tints of Palatinate Purple #6E105B
RGB
CMYK
RGB Variations
Color information
#6E105B (or 0x6E105B) is known color: Palatinate Purple. HEX triplet: 6E, 10 and 5B. RGB value is (110,16,91). Sum of RGB (Red+Green+Blue) = 110+16+91=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E105B is #91EFA4. Grayscale: #343434. Windows color (decimal): -9564069 or 5967982. OLE color: 5967982.
HSL color Cylindrical-coordinate representation of color #6E105B: hue angle of 312.13º 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 #6E105B is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 91 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.57 |
| HSL | 312.13º | 0.75% | 0.25% | - |
| HSV(B) | 312.13º | 0.85% | 0.43% | - |
| XYZ | 8.5 | 4.44 | 10.31 | - |
| YUV | 52.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 91 | 0 | 0.85 | 0.17 | 0.57 | 312.13 | 0.75 | 0.25 |
| Hex | 6E | 10 | 5B | 0 | 55 | 11 | 39 | 138 | 4B | 19 |
| Octal | 156 | 20 | 133 | 0 | 125 | 21 | 71 | 470 | 113 | 31 |
| Binary | 1101110 | 10000 | 1011011 | 0 | 1010101 | 10001 | 111001 | 100111000 | 1001011 | 11001 |
Color Harmonies of #6E105B
Complementary color
Monochromatic Colors of #6E105B
Black with #6E105B
Text Example
Text Example
White with #6E105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E105B; }
p { color: rgb(110,16,91); }
H1.HeaderClassName
{
color: #6E105B;
}
.AnyTagClassName
{
color: #6E105B;
}
</style>
background-color css
<style>
a { background-color: #6E105B; }
a { background-color: rgb(110,16,91); }
div.DivClassName
{
background-color: #6E105B;
}
.BgClassName
{
background-color: #6E105B;
}
</style>
border-color css
<style>
span { border-color: #6E105B; }
span { border-color: rgb(110,16,91); }
td.TdClassName
{
border-color: #6E105B;
}
.TagClassName
{
border-color: #6E105B;
}
</style>