Shades of Palatinate Purple #6B1069
Tints of Palatinate Purple #6B1069
RGB
CMYK
RGB Variations
Color information
#6B1069 (or 0x6B1069) is known color: Palatinate Purple. HEX triplet: 6B, 10 and 69. RGB value is (107,16,105). Sum of RGB (Red+Green+Blue) = 107+16+105=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1069 is #94EF96. Grayscale: #353535. Windows color (decimal): -9760663 or 6885483. OLE color: 6885483.
HSL color Cylindrical-coordinate representation of color #6B1069: hue angle of 301.32º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1069 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 105 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.58 |
| HSL | 301.32º | 0.74% | 0.24% | - |
| HSV(B) | 301.32º | 0.85% | 0.42% | - |
| XYZ | 8.8 | 4.52 | 13.77 | - |
| YUV | 53.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 105 | 0 | 0.85 | 0.02 | 0.58 | 301.32 | 0.74 | 0.24 |
| Hex | 6B | 10 | 69 | 0 | 55 | 2 | 3A | 12D | 4A | 18 |
| Octal | 153 | 20 | 151 | 0 | 125 | 2 | 72 | 455 | 112 | 30 |
| Binary | 1101011 | 10000 | 1101001 | 0 | 1010101 | 10 | 111010 | 100101101 | 1001010 | 11000 |
Color Harmonies of #6B1069
Complementary color
Monochromatic Colors of #6B1069
Black with #6B1069
Text Example
Text Example
White with #6B1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1069; }
p { color: rgb(107,16,105); }
H1.HeaderClassName
{
color: #6B1069;
}
.AnyTagClassName
{
color: #6B1069;
}
</style>
background-color css
<style>
a { background-color: #6B1069; }
a { background-color: rgb(107,16,105); }
div.DivClassName
{
background-color: #6B1069;
}
.BgClassName
{
background-color: #6B1069;
}
</style>
border-color css
<style>
span { border-color: #6B1069; }
span { border-color: rgb(107,16,105); }
td.TdClassName
{
border-color: #6B1069;
}
.TagClassName
{
border-color: #6B1069;
}
</style>