Shades of Palatinate Purple #6E2463
Tints of Palatinate Purple #6E2463
RGB
CMYK
RGB Variations
Color information
#6E2463 (or 0x6E2463) is known color: Palatinate Purple. HEX triplet: 6E, 24 and 63. RGB value is (110,36,99). Sum of RGB (Red+Green+Blue) = 110+36+99=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2463 is #91DB9C. Grayscale: #414141. Windows color (decimal): -9558941 or 6497390. OLE color: 6497390.
HSL color Cylindrical-coordinate representation of color #6E2463: hue angle of 308.92º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2463 is Cyan = 0, Magento = 0.67, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 99 | - |
| CMYK | 0 | 0.67 | 0.1 | 0.57 |
| HSL | 308.92º | 0.51% | 0.29% | - |
| HSV(B) | 308.92º | 0.67% | 0.43% | - |
| XYZ | 9.31 | 5.48 | 12.37 | - |
| YUV | 65.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 99 | 0 | 0.67 | 0.1 | 0.57 | 308.92 | 0.51 | 0.29 |
| Hex | 6E | 24 | 63 | 0 | 43 | A | 39 | 135 | 33 | 1D |
| Octal | 156 | 44 | 143 | 0 | 103 | 12 | 71 | 465 | 63 | 35 |
| Binary | 1101110 | 100100 | 1100011 | 0 | 1000011 | 1010 | 111001 | 100110101 | 110011 | 11101 |
Color Harmonies of #6E2463
Complementary color
Monochromatic Colors of #6E2463
Black with #6E2463
Text Example
Text Example
White with #6E2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2463; }
p { color: rgb(110,36,99); }
H1.HeaderClassName
{
color: #6E2463;
}
.AnyTagClassName
{
color: #6E2463;
}
</style>
background-color css
<style>
a { background-color: #6E2463; }
a { background-color: rgb(110,36,99); }
div.DivClassName
{
background-color: #6E2463;
}
.BgClassName
{
background-color: #6E2463;
}
</style>
border-color css
<style>
span { border-color: #6E2463; }
span { border-color: rgb(110,36,99); }
td.TdClassName
{
border-color: #6E2463;
}
.TagClassName
{
border-color: #6E2463;
}
</style>