Shades of Palatinate Purple #6E105A
Tints of Palatinate Purple #6E105A
RGB
CMYK
RGB Variations
Color information
#6E105A (or 0x6E105A) is known color: Palatinate Purple. HEX triplet: 6E, 10 and 5A. RGB value is (110,16,90). Sum of RGB (Red+Green+Blue) = 110+16+90=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E105A is #91EFA5. Grayscale: #343434. Windows color (decimal): -9564070 or 5902446. OLE color: 5902446.
HSL color Cylindrical-coordinate representation of color #6E105A: hue angle of 312.77º 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 #6E105A is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 90 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.57 |
| HSL | 312.77º | 0.75% | 0.25% | - |
| HSV(B) | 312.77º | 0.85% | 0.43% | - |
| XYZ | 8.46 | 4.42 | 10.08 | - |
| YUV | 52.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 90 | 0 | 0.85 | 0.18 | 0.57 | 312.77 | 0.75 | 0.25 |
| Hex | 6E | 10 | 5A | 0 | 55 | 12 | 39 | 139 | 4B | 19 |
| Octal | 156 | 20 | 132 | 0 | 125 | 22 | 71 | 471 | 113 | 31 |
| Binary | 1101110 | 10000 | 1011010 | 0 | 1010101 | 10010 | 111001 | 100111001 | 1001011 | 11001 |
Color Harmonies of #6E105A
Complementary color
Monochromatic Colors of #6E105A
Black with #6E105A
Text Example
Text Example
White with #6E105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E105A; }
p { color: rgb(110,16,90); }
H1.HeaderClassName
{
color: #6E105A;
}
.AnyTagClassName
{
color: #6E105A;
}
</style>
background-color css
<style>
a { background-color: #6E105A; }
a { background-color: rgb(110,16,90); }
div.DivClassName
{
background-color: #6E105A;
}
.BgClassName
{
background-color: #6E105A;
}
</style>
border-color css
<style>
span { border-color: #6E105A; }
span { border-color: rgb(110,16,90); }
td.TdClassName
{
border-color: #6E105A;
}
.TagClassName
{
border-color: #6E105A;
}
</style>