Shades of Palatinate Purple #6B1F56
Tints of Palatinate Purple #6B1F56
RGB
CMYK
RGB Variations
Color information
#6B1F56 (or 0x6B1F56) is known color: Palatinate Purple. HEX triplet: 6B, 1F and 56. RGB value is (107,31,86). Sum of RGB (Red+Green+Blue) = 107+31+86=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1F56 is #94E0A9. Grayscale: #3B3B3B. Windows color (decimal): -9756842 or 5644139. OLE color: 5644139.
HSL color Cylindrical-coordinate representation of color #6B1F56: hue angle of 316.58º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B1F56 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 31 | 86 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.58 |
| HSL | 316.58º | 0.55% | 0.27% | - |
| HSV(B) | 316.58º | 0.71% | 0.42% | - |
| XYZ | 8.23 | 4.78 | 9.29 | - |
| YUV | 59.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 31 | 86 | 0 | 0.71 | 0.20 | 0.58 | 316.58 | 0.55 | 0.27 |
| Hex | 6B | 1F | 56 | 0 | 47 | 14 | 3A | 13D | 37 | 1B |
| Octal | 153 | 37 | 126 | 0 | 107 | 24 | 72 | 475 | 67 | 33 |
| Binary | 1101011 | 11111 | 1010110 | 0 | 1000111 | 10100 | 111010 | 100111101 | 110111 | 11011 |
Color Harmonies of #6B1F56
Complementary color
Monochromatic Colors of #6B1F56
Black with #6B1F56
Text Example
Text Example
White with #6B1F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1F56; }
p { color: rgb(107,31,86); }
H1.HeaderClassName
{
color: #6B1F56;
}
.AnyTagClassName
{
color: #6B1F56;
}
</style>
background-color css
<style>
a { background-color: #6B1F56; }
a { background-color: rgb(107,31,86); }
div.DivClassName
{
background-color: #6B1F56;
}
.BgClassName
{
background-color: #6B1F56;
}
</style>
border-color css
<style>
span { border-color: #6B1F56; }
span { border-color: rgb(107,31,86); }
td.TdClassName
{
border-color: #6B1F56;
}
.TagClassName
{
border-color: #6B1F56;
}
</style>