Shades of Palatinate Purple #6E0961
Tints of Palatinate Purple #6E0961
RGB
CMYK
RGB Variations
Color information
#6E0961 (or 0x6E0961) is known color: Palatinate Purple. HEX triplet: 6E, 09 and 61. RGB value is (110,9,97). Sum of RGB (Red+Green+Blue) = 110+9+97=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0961 is #91F69E. Grayscale: #303030. Windows color (decimal): -9565855 or 6359406. OLE color: 6359406.
HSL color Cylindrical-coordinate representation of color #6E0961: hue angle of 307.72º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E0961 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 97 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.57 |
| HSL | 307.72º | 0.85% | 0.23% | - |
| HSV(B) | 307.72º | 0.92% | 0.43% | - |
| XYZ | 8.69 | 4.37 | 11.7 | - |
| YUV | 49.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 97 | 0 | 0.92 | 0.12 | 0.57 | 307.72 | 0.85 | 0.23 |
| Hex | 6E | 9 | 61 | 0 | 5C | C | 39 | 134 | 55 | 17 |
| Octal | 156 | 11 | 141 | 0 | 134 | 14 | 71 | 464 | 125 | 27 |
| Binary | 1101110 | 1001 | 1100001 | 0 | 1011100 | 1100 | 111001 | 100110100 | 1010101 | 10111 |
Color Harmonies of #6E0961
Complementary color
Monochromatic Colors of #6E0961
Black with #6E0961
Text Example
Text Example
White with #6E0961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0961; }
p { color: rgb(110,9,97); }
H1.HeaderClassName
{
color: #6E0961;
}
.AnyTagClassName
{
color: #6E0961;
}
</style>
background-color css
<style>
a { background-color: #6E0961; }
a { background-color: rgb(110,9,97); }
div.DivClassName
{
background-color: #6E0961;
}
.BgClassName
{
background-color: #6E0961;
}
</style>
border-color css
<style>
span { border-color: #6E0961; }
span { border-color: rgb(110,9,97); }
td.TdClassName
{
border-color: #6E0961;
}
.TagClassName
{
border-color: #6E0961;
}
</style>