Shades of Palatinate Purple #6B1169
Tints of Palatinate Purple #6B1169
RGB
CMYK
RGB Variations
Color information
#6B1169 (or 0x6B1169) is known color: Palatinate Purple. HEX triplet: 6B, 11 and 69. RGB value is (107,17,105). Sum of RGB (Red+Green+Blue) = 107+17+105=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1169 is #94EE96. Grayscale: #353535. Windows color (decimal): -9760407 or 6885739. OLE color: 6885739.
HSL color Cylindrical-coordinate representation of color #6B1169: hue angle of 301.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1169 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 17 | 105 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.58 |
| HSL | 301.33º | 0.73% | 0.24% | - |
| HSV(B) | 301.33º | 0.84% | 0.42% | - |
| XYZ | 8.81 | 4.55 | 13.78 | - |
| YUV | 53.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 105 | 0 | 0.84 | 0.02 | 0.58 | 301.33 | 0.73 | 0.24 |
| Hex | 6B | 11 | 69 | 0 | 54 | 2 | 3A | 12D | 49 | 18 |
| Octal | 153 | 21 | 151 | 0 | 124 | 2 | 72 | 455 | 111 | 30 |
| Binary | 1101011 | 10001 | 1101001 | 0 | 1010100 | 10 | 111010 | 100101101 | 1001001 | 11000 |
Color Harmonies of #6B1169
Complementary color
Monochromatic Colors of #6B1169
Black with #6B1169
Text Example
Text Example
White with #6B1169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1169; }
p { color: rgb(107,17,105); }
H1.HeaderClassName
{
color: #6B1169;
}
.AnyTagClassName
{
color: #6B1169;
}
</style>
background-color css
<style>
a { background-color: #6B1169; }
a { background-color: rgb(107,17,105); }
div.DivClassName
{
background-color: #6B1169;
}
.BgClassName
{
background-color: #6B1169;
}
</style>
border-color css
<style>
span { border-color: #6B1169; }
span { border-color: rgb(107,17,105); }
td.TdClassName
{
border-color: #6B1169;
}
.TagClassName
{
border-color: #6B1169;
}
</style>