Shades of Palatinate Purple #6B1559
Tints of Palatinate Purple #6B1559
RGB
CMYK
RGB Variations
Color information
#6B1559 (or 0x6B1559) is known color: Palatinate Purple. HEX triplet: 6B, 15 and 59. RGB value is (107,21,89). Sum of RGB (Red+Green+Blue) = 107+21+89=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1559 is #94EAA6. Grayscale: #363636. Windows color (decimal): -9759399 or 5838187. OLE color: 5838187.
HSL color Cylindrical-coordinate representation of color #6B1559: hue angle of 312.56º 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 #6B1559 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 89 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.58 |
| HSL | 312.56º | 0.67% | 0.25% | - |
| HSV(B) | 312.56º | 0.8% | 0.42% | - |
| XYZ | 8.13 | 4.38 | 9.87 | - |
| YUV | 54.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 89 | 0 | 0.80 | 0.17 | 0.58 | 312.56 | 0.67 | 0.25 |
| Hex | 6B | 15 | 59 | 0 | 50 | 11 | 3A | 139 | 43 | 19 |
| Octal | 153 | 25 | 131 | 0 | 120 | 21 | 72 | 471 | 103 | 31 |
| Binary | 1101011 | 10101 | 1011001 | 0 | 1010000 | 10001 | 111010 | 100111001 | 1000011 | 11001 |
Color Harmonies of #6B1559
Complementary color
Monochromatic Colors of #6B1559
Black with #6B1559
Text Example
Text Example
White with #6B1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1559; }
p { color: rgb(107,21,89); }
H1.HeaderClassName
{
color: #6B1559;
}
.AnyTagClassName
{
color: #6B1559;
}
</style>
background-color css
<style>
a { background-color: #6B1559; }
a { background-color: rgb(107,21,89); }
div.DivClassName
{
background-color: #6B1559;
}
.BgClassName
{
background-color: #6B1559;
}
</style>
border-color css
<style>
span { border-color: #6B1559; }
span { border-color: rgb(107,21,89); }
td.TdClassName
{
border-color: #6B1559;
}
.TagClassName
{
border-color: #6B1559;
}
</style>