Shades of Palatinate Purple #6D146C
Tints of Palatinate Purple #6D146C
RGB
CMYK
RGB Variations
Color information
#6D146C (or 0x6D146C) is known color: Palatinate Purple. HEX triplet: 6D, 14 and 6C. RGB value is (109,20,108). Sum of RGB (Red+Green+Blue) = 109+20+108=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D146C is #92EB93. Grayscale: #383838. Windows color (decimal): -9628564 or 7083117. OLE color: 7083117.
HSL color Cylindrical-coordinate representation of color #6D146C: hue angle of 300.67º 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 #6D146C is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 20 | 108 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.57 |
| HSL | 300.67º | 0.69% | 0.25% | - |
| HSV(B) | 300.67º | 0.82% | 0.43% | - |
| XYZ | 9.26 | 4.83 | 14.63 | - |
| YUV | 56.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 108 | 0 | 0.82 | 0.01 | 0.57 | 300.67 | 0.69 | 0.25 |
| Hex | 6D | 14 | 6C | 0 | 52 | 1 | 39 | 12D | 45 | 19 |
| Octal | 155 | 24 | 154 | 0 | 122 | 1 | 71 | 455 | 105 | 31 |
| Binary | 1101101 | 10100 | 1101100 | 0 | 1010010 | 1 | 111001 | 100101101 | 1000101 | 11001 |
Color Harmonies of #6D146C
Complementary color
Monochromatic Colors of #6D146C
Black with #6D146C
Text Example
Text Example
White with #6D146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D146C; }
p { color: rgb(109,20,108); }
H1.HeaderClassName
{
color: #6D146C;
}
.AnyTagClassName
{
color: #6D146C;
}
</style>
background-color css
<style>
a { background-color: #6D146C; }
a { background-color: rgb(109,20,108); }
div.DivClassName
{
background-color: #6D146C;
}
.BgClassName
{
background-color: #6D146C;
}
</style>
border-color css
<style>
span { border-color: #6D146C; }
span { border-color: rgb(109,20,108); }
td.TdClassName
{
border-color: #6D146C;
}
.TagClassName
{
border-color: #6D146C;
}
</style>