Shades of Palatinate Purple #6B1656
Tints of Palatinate Purple #6B1656
RGB
CMYK
RGB Variations
Color information
#6B1656 (or 0x6B1656) is known color: Palatinate Purple. HEX triplet: 6B, 16 and 56. RGB value is (107,22,86). Sum of RGB (Red+Green+Blue) = 107+22+86=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1656 is #94E9A9. Grayscale: #363636. Windows color (decimal): -9759146 or 5641835. OLE color: 5641835.
HSL color Cylindrical-coordinate representation of color #6B1656: hue angle of 314.82º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1656 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 86 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.58 |
| HSL | 314.82º | 0.66% | 0.25% | - |
| HSV(B) | 314.82º | 0.79% | 0.42% | - |
| XYZ | 8.03 | 4.37 | 9.22 | - |
| YUV | 54.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 86 | 0 | 0.79 | 0.20 | 0.58 | 314.82 | 0.66 | 0.25 |
| Hex | 6B | 16 | 56 | 0 | 4F | 14 | 3A | 13B | 42 | 19 |
| Octal | 153 | 26 | 126 | 0 | 117 | 24 | 72 | 473 | 102 | 31 |
| Binary | 1101011 | 10110 | 1010110 | 0 | 1001111 | 10100 | 111010 | 100111011 | 1000010 | 11001 |
Color Harmonies of #6B1656
Complementary color
Monochromatic Colors of #6B1656
Black with #6B1656
Text Example
Text Example
White with #6B1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1656; }
p { color: rgb(107,22,86); }
H1.HeaderClassName
{
color: #6B1656;
}
.AnyTagClassName
{
color: #6B1656;
}
</style>
background-color css
<style>
a { background-color: #6B1656; }
a { background-color: rgb(107,22,86); }
div.DivClassName
{
background-color: #6B1656;
}
.BgClassName
{
background-color: #6B1656;
}
</style>
border-color css
<style>
span { border-color: #6B1656; }
span { border-color: rgb(107,22,86); }
td.TdClassName
{
border-color: #6B1656;
}
.TagClassName
{
border-color: #6B1656;
}
</style>