Shades of Palatinate Purple #6E1961
Tints of Palatinate Purple #6E1961
RGB
CMYK
RGB Variations
Color information
#6E1961 (or 0x6E1961) is known color: Palatinate Purple. HEX triplet: 6E, 19 and 61. RGB value is (110,25,97). Sum of RGB (Red+Green+Blue) = 110+25+97=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1961 is #91E69E. Grayscale: #3A3A3A. Windows color (decimal): -9561759 or 6363502. OLE color: 6363502.
HSL color Cylindrical-coordinate representation of color #6E1961: hue angle of 309.18º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E1961 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 25 | 97 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.57 |
| HSL | 309.18º | 0.63% | 0.26% | - |
| HSV(B) | 309.18º | 0.77% | 0.43% | - |
| XYZ | 8.94 | 4.87 | 11.78 | - |
| YUV | 58.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 97 | 0 | 0.77 | 0.12 | 0.57 | 309.18 | 0.63 | 0.26 |
| Hex | 6E | 19 | 61 | 0 | 4D | C | 39 | 135 | 3F | 1A |
| Octal | 156 | 31 | 141 | 0 | 115 | 14 | 71 | 465 | 77 | 32 |
| Binary | 1101110 | 11001 | 1100001 | 0 | 1001101 | 1100 | 111001 | 100110101 | 111111 | 11010 |
Color Harmonies of #6E1961
Complementary color
Monochromatic Colors of #6E1961
Black with #6E1961
Text Example
Text Example
White with #6E1961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1961; }
p { color: rgb(110,25,97); }
H1.HeaderClassName
{
color: #6E1961;
}
.AnyTagClassName
{
color: #6E1961;
}
</style>
background-color css
<style>
a { background-color: #6E1961; }
a { background-color: rgb(110,25,97); }
div.DivClassName
{
background-color: #6E1961;
}
.BgClassName
{
background-color: #6E1961;
}
</style>
border-color css
<style>
span { border-color: #6E1961; }
span { border-color: rgb(110,25,97); }
td.TdClassName
{
border-color: #6E1961;
}
.TagClassName
{
border-color: #6E1961;
}
</style>