Shades of Palatinate Purple #6D1463
Tints of Palatinate Purple #6D1463
RGB
CMYK
RGB Variations
Color information
#6D1463 (or 0x6D1463) is known color: Palatinate Purple. HEX triplet: 6D, 14 and 63. RGB value is (109,20,99). Sum of RGB (Red+Green+Blue) = 109+20+99=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1463 is #92EB9C. Grayscale: #373737. Windows color (decimal): -9628573 or 6493293. OLE color: 6493293.
HSL color Cylindrical-coordinate representation of color #6D1463: hue angle of 306.74º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1463 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 20 | 99 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.57 |
| HSL | 306.74º | 0.69% | 0.25% | - |
| HSV(B) | 306.74º | 0.82% | 0.43% | - |
| XYZ | 8.81 | 4.65 | 12.24 | - |
| YUV | 55.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 99 | 0 | 0.82 | 0.09 | 0.57 | 306.74 | 0.69 | 0.25 |
| Hex | 6D | 14 | 63 | 0 | 52 | 9 | 39 | 133 | 45 | 19 |
| Octal | 155 | 24 | 143 | 0 | 122 | 11 | 71 | 463 | 105 | 31 |
| Binary | 1101101 | 10100 | 1100011 | 0 | 1010010 | 1001 | 111001 | 100110011 | 1000101 | 11001 |
Color Harmonies of #6D1463
Complementary color
Monochromatic Colors of #6D1463
Black with #6D1463
Text Example
Text Example
White with #6D1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1463; }
p { color: rgb(109,20,99); }
H1.HeaderClassName
{
color: #6D1463;
}
.AnyTagClassName
{
color: #6D1463;
}
</style>
background-color css
<style>
a { background-color: #6D1463; }
a { background-color: rgb(109,20,99); }
div.DivClassName
{
background-color: #6D1463;
}
.BgClassName
{
background-color: #6D1463;
}
</style>
border-color css
<style>
span { border-color: #6D1463; }
span { border-color: rgb(109,20,99); }
td.TdClassName
{
border-color: #6D1463;
}
.TagClassName
{
border-color: #6D1463;
}
</style>