Shades of Palatinate Purple #6E2261
Tints of Palatinate Purple #6E2261
RGB
CMYK
RGB Variations
Color information
#6E2261 (or 0x6E2261) is known color: Palatinate Purple. HEX triplet: 6E, 22 and 61. RGB value is (110,34,97). Sum of RGB (Red+Green+Blue) = 110+34+97=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2261 is #91DD9E. Grayscale: #3F3F3F. Windows color (decimal): -9559455 or 6365806. OLE color: 6365806.
HSL color Cylindrical-coordinate representation of color #6E2261: hue angle of 310.26º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E2261 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 34 | 97 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.57 |
| HSL | 310.26º | 0.53% | 0.28% | - |
| HSV(B) | 310.26º | 0.69% | 0.43% | - |
| XYZ | 9.16 | 5.32 | 11.85 | - |
| YUV | 63.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 34 | 97 | 0 | 0.69 | 0.12 | 0.57 | 310.26 | 0.53 | 0.28 |
| Hex | 6E | 22 | 61 | 0 | 45 | C | 39 | 136 | 35 | 1C |
| Octal | 156 | 42 | 141 | 0 | 105 | 14 | 71 | 466 | 65 | 34 |
| Binary | 1101110 | 100010 | 1100001 | 0 | 1000101 | 1100 | 111001 | 100110110 | 110101 | 11100 |
Color Harmonies of #6E2261
Complementary color
Monochromatic Colors of #6E2261
Black with #6E2261
Text Example
Text Example
White with #6E2261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2261; }
p { color: rgb(110,34,97); }
H1.HeaderClassName
{
color: #6E2261;
}
.AnyTagClassName
{
color: #6E2261;
}
</style>
background-color css
<style>
a { background-color: #6E2261; }
a { background-color: rgb(110,34,97); }
div.DivClassName
{
background-color: #6E2261;
}
.BgClassName
{
background-color: #6E2261;
}
</style>
border-color css
<style>
span { border-color: #6E2261; }
span { border-color: rgb(110,34,97); }
td.TdClassName
{
border-color: #6E2261;
}
.TagClassName
{
border-color: #6E2261;
}
</style>