Shades of Palatinate Purple #6B1257
Tints of Palatinate Purple #6B1257
RGB
CMYK
RGB Variations
Color information
#6B1257 (or 0x6B1257) is known color: Palatinate Purple. HEX triplet: 6B, 12 and 57. RGB value is (107,18,87). Sum of RGB (Red+Green+Blue) = 107+18+87=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1257 is #94EDA8. Grayscale: #343434. Windows color (decimal): -9760169 or 5706347. OLE color: 5706347.
HSL color Cylindrical-coordinate representation of color #6B1257: hue angle of 313.48º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1257 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 18 | 87 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.58 |
| HSL | 313.48º | 0.71% | 0.25% | - |
| HSV(B) | 313.48º | 0.83% | 0.42% | - |
| XYZ | 8 | 4.25 | 9.41 | - |
| YUV | 52.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 87 | 0 | 0.83 | 0.19 | 0.58 | 313.48 | 0.71 | 0.25 |
| Hex | 6B | 12 | 57 | 0 | 53 | 13 | 3A | 139 | 47 | 19 |
| Octal | 153 | 22 | 127 | 0 | 123 | 23 | 72 | 471 | 107 | 31 |
| Binary | 1101011 | 10010 | 1010111 | 0 | 1010011 | 10011 | 111010 | 100111001 | 1000111 | 11001 |
Color Harmonies of #6B1257
Complementary color
Monochromatic Colors of #6B1257
Black with #6B1257
Text Example
Text Example
White with #6B1257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1257; }
p { color: rgb(107,18,87); }
H1.HeaderClassName
{
color: #6B1257;
}
.AnyTagClassName
{
color: #6B1257;
}
</style>
background-color css
<style>
a { background-color: #6B1257; }
a { background-color: rgb(107,18,87); }
div.DivClassName
{
background-color: #6B1257;
}
.BgClassName
{
background-color: #6B1257;
}
</style>
border-color css
<style>
span { border-color: #6B1257; }
span { border-color: rgb(107,18,87); }
td.TdClassName
{
border-color: #6B1257;
}
.TagClassName
{
border-color: #6B1257;
}
</style>