Shades of Palatinate Purple #6B1057
Tints of Palatinate Purple #6B1057
RGB
CMYK
RGB Variations
Color information
#6B1057 (or 0x6B1057) is known color: Palatinate Purple. HEX triplet: 6B, 10 and 57. RGB value is (107,16,87). Sum of RGB (Red+Green+Blue) = 107+16+87=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1057 is #94EFA8. Grayscale: #333333. Windows color (decimal): -9760681 or 5705835. OLE color: 5705835.
HSL color Cylindrical-coordinate representation of color #6B1057: hue angle of 313.19º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1057 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 87 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.58 |
| HSL | 313.19º | 0.74% | 0.24% | - |
| HSV(B) | 313.19º | 0.85% | 0.42% | - |
| XYZ | 7.97 | 4.18 | 9.4 | - |
| YUV | 51.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 87 | 0 | 0.85 | 0.19 | 0.58 | 313.19 | 0.74 | 0.24 |
| Hex | 6B | 10 | 57 | 0 | 55 | 13 | 3A | 139 | 4A | 18 |
| Octal | 153 | 20 | 127 | 0 | 125 | 23 | 72 | 471 | 112 | 30 |
| Binary | 1101011 | 10000 | 1010111 | 0 | 1010101 | 10011 | 111010 | 100111001 | 1001010 | 11000 |
Color Harmonies of #6B1057
Complementary color
Monochromatic Colors of #6B1057
Black with #6B1057
Text Example
Text Example
White with #6B1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1057; }
p { color: rgb(107,16,87); }
H1.HeaderClassName
{
color: #6B1057;
}
.AnyTagClassName
{
color: #6B1057;
}
</style>
background-color css
<style>
a { background-color: #6B1057; }
a { background-color: rgb(107,16,87); }
div.DivClassName
{
background-color: #6B1057;
}
.BgClassName
{
background-color: #6B1057;
}
</style>
border-color css
<style>
span { border-color: #6B1057; }
span { border-color: rgb(107,16,87); }
td.TdClassName
{
border-color: #6B1057;
}
.TagClassName
{
border-color: #6B1057;
}
</style>