Shades of Palatinate Purple #6D1266
Tints of Palatinate Purple #6D1266
RGB
CMYK
RGB Variations
Color information
#6D1266 (or 0x6D1266) is known color: Palatinate Purple. HEX triplet: 6D, 12 and 66. RGB value is (109,18,102). Sum of RGB (Red+Green+Blue) = 109+18+102=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1266 is #92ED99. Grayscale: #363636. Windows color (decimal): -9629082 or 6689389. OLE color: 6689389.
HSL color Cylindrical-coordinate representation of color #6D1266: hue angle of 304.62º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1266 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 18 | 102 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.57 |
| HSL | 304.62º | 0.72% | 0.25% | - |
| HSV(B) | 304.62º | 0.83% | 0.43% | - |
| XYZ | 8.92 | 4.64 | 13 | - |
| YUV | 54.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 102 | 0 | 0.83 | 0.06 | 0.57 | 304.62 | 0.72 | 0.25 |
| Hex | 6D | 12 | 66 | 0 | 53 | 6 | 39 | 131 | 48 | 19 |
| Octal | 155 | 22 | 146 | 0 | 123 | 6 | 71 | 461 | 110 | 31 |
| Binary | 1101101 | 10010 | 1100110 | 0 | 1010011 | 110 | 111001 | 100110001 | 1001000 | 11001 |
Color Harmonies of #6D1266
Complementary color
Monochromatic Colors of #6D1266
Black with #6D1266
Text Example
Text Example
White with #6D1266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1266; }
p { color: rgb(109,18,102); }
H1.HeaderClassName
{
color: #6D1266;
}
.AnyTagClassName
{
color: #6D1266;
}
</style>
background-color css
<style>
a { background-color: #6D1266; }
a { background-color: rgb(109,18,102); }
div.DivClassName
{
background-color: #6D1266;
}
.BgClassName
{
background-color: #6D1266;
}
</style>
border-color css
<style>
span { border-color: #6D1266; }
span { border-color: rgb(109,18,102); }
td.TdClassName
{
border-color: #6D1266;
}
.TagClassName
{
border-color: #6D1266;
}
</style>