Shades of Palatinate Purple #6B1756
Tints of Palatinate Purple #6B1756
RGB
CMYK
RGB Variations
Color information
#6B1756 (or 0x6B1756) is known color: Palatinate Purple. HEX triplet: 6B, 17 and 56. RGB value is (107,23,86). Sum of RGB (Red+Green+Blue) = 107+23+86=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1756 is #94E8A9. Grayscale: #373737. Windows color (decimal): -9758890 or 5642091. OLE color: 5642091.
HSL color Cylindrical-coordinate representation of color #6B1756: hue angle of 315º degrees, saturation: 0.65, 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 #6B1756 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 23 | 86 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.58 |
| HSL | 315º | 0.65% | 0.25% | - |
| HSV(B) | 315º | 0.79% | 0.42% | - |
| XYZ | 8.05 | 4.41 | 9.23 | - |
| YUV | 55.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 23 | 86 | 0 | 0.79 | 0.20 | 0.58 | 315 | 0.65 | 0.25 |
| Hex | 6B | 17 | 56 | 0 | 4F | 14 | 3A | 13B | 41 | 19 |
| Octal | 153 | 27 | 126 | 0 | 117 | 24 | 72 | 473 | 101 | 31 |
| Binary | 1101011 | 10111 | 1010110 | 0 | 1001111 | 10100 | 111010 | 100111011 | 1000001 | 11001 |
Color Harmonies of #6B1756
Complementary color
Monochromatic Colors of #6B1756
Black with #6B1756
Text Example
Text Example
White with #6B1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1756; }
p { color: rgb(107,23,86); }
H1.HeaderClassName
{
color: #6B1756;
}
.AnyTagClassName
{
color: #6B1756;
}
</style>
background-color css
<style>
a { background-color: #6B1756; }
a { background-color: rgb(107,23,86); }
div.DivClassName
{
background-color: #6B1756;
}
.BgClassName
{
background-color: #6B1756;
}
</style>
border-color css
<style>
span { border-color: #6B1756; }
span { border-color: rgb(107,23,86); }
td.TdClassName
{
border-color: #6B1756;
}
.TagClassName
{
border-color: #6B1756;
}
</style>