Shades of Palatinate Purple #6D1C6A
Tints of Palatinate Purple #6D1C6A
RGB
CMYK
RGB Variations
Color information
#6D1C6A (or 0x6D1C6A) is known color: Palatinate Purple. HEX triplet: 6D, 1C and 6A. RGB value is (109,28,106). Sum of RGB (Red+Green+Blue) = 109+28+106=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1C6A is #92E395. Grayscale: #3C3C3C. Windows color (decimal): -9626518 or 6954093. OLE color: 6954093.
HSL color Cylindrical-coordinate representation of color #6D1C6A: hue angle of 302.22º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C6A is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 106 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.57 |
| HSL | 302.22º | 0.59% | 0.27% | - |
| HSV(B) | 302.22º | 0.74% | 0.43% | - |
| XYZ | 9.32 | 5.12 | 14.13 | - |
| YUV | 61.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 106 | 0 | 0.74 | 0.03 | 0.57 | 302.22 | 0.59 | 0.27 |
| Hex | 6D | 1C | 6A | 0 | 4A | 3 | 39 | 12E | 3B | 1B |
| Octal | 155 | 34 | 152 | 0 | 112 | 3 | 71 | 456 | 73 | 33 |
| Binary | 1101101 | 11100 | 1101010 | 0 | 1001010 | 11 | 111001 | 100101110 | 111011 | 11011 |
Color Harmonies of #6D1C6A
Complementary color
Monochromatic Colors of #6D1C6A
Black with #6D1C6A
Text Example
Text Example
White with #6D1C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C6A; }
p { color: rgb(109,28,106); }
H1.HeaderClassName
{
color: #6D1C6A;
}
.AnyTagClassName
{
color: #6D1C6A;
}
</style>
background-color css
<style>
a { background-color: #6D1C6A; }
a { background-color: rgb(109,28,106); }
div.DivClassName
{
background-color: #6D1C6A;
}
.BgClassName
{
background-color: #6D1C6A;
}
</style>
border-color css
<style>
span { border-color: #6D1C6A; }
span { border-color: rgb(109,28,106); }
td.TdClassName
{
border-color: #6D1C6A;
}
.TagClassName
{
border-color: #6D1C6A;
}
</style>