Shades of Palatinate Purple #6B1556
Tints of Palatinate Purple #6B1556
RGB
CMYK
RGB Variations
Color information
#6B1556 (or 0x6B1556) is known color: Palatinate Purple. HEX triplet: 6B, 15 and 56. RGB value is (107,21,86). Sum of RGB (Red+Green+Blue) = 107+21+86=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1556 is #94EAA9. Grayscale: #353535. Windows color (decimal): -9759402 or 5641579. OLE color: 5641579.
HSL color Cylindrical-coordinate representation of color #6B1556: hue angle of 314.65º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1556 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 86 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.58 |
| HSL | 314.65º | 0.67% | 0.25% | - |
| HSV(B) | 314.65º | 0.8% | 0.42% | - |
| XYZ | 8.01 | 4.33 | 9.22 | - |
| YUV | 54.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 86 | 0 | 0.80 | 0.20 | 0.58 | 314.65 | 0.67 | 0.25 |
| Hex | 6B | 15 | 56 | 0 | 50 | 14 | 3A | 13B | 43 | 19 |
| Octal | 153 | 25 | 126 | 0 | 120 | 24 | 72 | 473 | 103 | 31 |
| Binary | 1101011 | 10101 | 1010110 | 0 | 1010000 | 10100 | 111010 | 100111011 | 1000011 | 11001 |
Color Harmonies of #6B1556
Complementary color
Monochromatic Colors of #6B1556
Black with #6B1556
Text Example
Text Example
White with #6B1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1556; }
p { color: rgb(107,21,86); }
H1.HeaderClassName
{
color: #6B1556;
}
.AnyTagClassName
{
color: #6B1556;
}
</style>
background-color css
<style>
a { background-color: #6B1556; }
a { background-color: rgb(107,21,86); }
div.DivClassName
{
background-color: #6B1556;
}
.BgClassName
{
background-color: #6B1556;
}
</style>
border-color css
<style>
span { border-color: #6B1556; }
span { border-color: rgb(107,21,86); }
td.TdClassName
{
border-color: #6B1556;
}
.TagClassName
{
border-color: #6B1556;
}
</style>