Shades of Palatinate Purple #6E156A
Tints of Palatinate Purple #6E156A
RGB
CMYK
RGB Variations
Color information
#6E156A (or 0x6E156A) is known color: Palatinate Purple. HEX triplet: 6E, 15 and 6A. RGB value is (110,21,106). Sum of RGB (Red+Green+Blue) = 110+21+106=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E156A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E156A is #91EA95. Grayscale: #393939. Windows color (decimal): -9562774 or 6952302. OLE color: 6952302.
HSL color Cylindrical-coordinate representation of color #6E156A: hue angle of 302.7º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E156A is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 21 | 106 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.57 |
| HSL | 302.7º | 0.68% | 0.26% | - |
| HSV(B) | 302.7º | 0.81% | 0.43% | - |
| XYZ | 9.3 | 4.89 | 14.09 | - |
| YUV | 57.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 106 | 0 | 0.81 | 0.04 | 0.57 | 302.7 | 0.68 | 0.26 |
| Hex | 6E | 15 | 6A | 0 | 51 | 4 | 39 | 12F | 44 | 1A |
| Octal | 156 | 25 | 152 | 0 | 121 | 4 | 71 | 457 | 104 | 32 |
| Binary | 1101110 | 10101 | 1101010 | 0 | 1010001 | 100 | 111001 | 100101111 | 1000100 | 11010 |
Color Harmonies of #6E156A
Complementary color
Monochromatic Colors of #6E156A
Black with #6E156A
Text Example
Text Example
White with #6E156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E156A; }
p { color: rgb(110,21,106); }
H1.HeaderClassName
{
color: #6E156A;
}
.AnyTagClassName
{
color: #6E156A;
}
</style>
background-color css
<style>
a { background-color: #6E156A; }
a { background-color: rgb(110,21,106); }
div.DivClassName
{
background-color: #6E156A;
}
.BgClassName
{
background-color: #6E156A;
}
</style>
border-color css
<style>
span { border-color: #6E156A; }
span { border-color: rgb(110,21,106); }
td.TdClassName
{
border-color: #6E156A;
}
.TagClassName
{
border-color: #6E156A;
}
</style>