Shades of Palatinate Purple #6B1157
Tints of Palatinate Purple #6B1157
RGB
CMYK
RGB Variations
Color information
#6B1157 (or 0x6B1157) is known color: Palatinate Purple. HEX triplet: 6B, 11 and 57. RGB value is (107,17,87). Sum of RGB (Red+Green+Blue) = 107+17+87=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1157 is #94EEA8. Grayscale: #333333. Windows color (decimal): -9760425 or 5706091. OLE color: 5706091.
HSL color Cylindrical-coordinate representation of color #6B1157: hue angle of 313.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1157 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 17 | 87 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.58 |
| HSL | 313.33º | 0.73% | 0.24% | - |
| HSV(B) | 313.33º | 0.84% | 0.42% | - |
| XYZ | 7.98 | 4.21 | 9.41 | - |
| YUV | 51.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 87 | 0 | 0.84 | 0.19 | 0.58 | 313.33 | 0.73 | 0.24 |
| Hex | 6B | 11 | 57 | 0 | 54 | 13 | 3A | 139 | 49 | 18 |
| Octal | 153 | 21 | 127 | 0 | 124 | 23 | 72 | 471 | 111 | 30 |
| Binary | 1101011 | 10001 | 1010111 | 0 | 1010100 | 10011 | 111010 | 100111001 | 1001001 | 11000 |
Color Harmonies of #6B1157
Complementary color
Monochromatic Colors of #6B1157
Black with #6B1157
Text Example
Text Example
White with #6B1157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1157; }
p { color: rgb(107,17,87); }
H1.HeaderClassName
{
color: #6B1157;
}
.AnyTagClassName
{
color: #6B1157;
}
</style>
background-color css
<style>
a { background-color: #6B1157; }
a { background-color: rgb(107,17,87); }
div.DivClassName
{
background-color: #6B1157;
}
.BgClassName
{
background-color: #6B1157;
}
</style>
border-color css
<style>
span { border-color: #6B1157; }
span { border-color: rgb(107,17,87); }
td.TdClassName
{
border-color: #6B1157;
}
.TagClassName
{
border-color: #6B1157;
}
</style>