Shades of Palatinate Purple #6B1256
Tints of Palatinate Purple #6B1256
RGB
CMYK
RGB Variations
Color information
#6B1256 (or 0x6B1256) is known color: Palatinate Purple. HEX triplet: 6B, 12 and 56. RGB value is (107,18,86). Sum of RGB (Red+Green+Blue) = 107+18+86=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1256 is #94EDA9. Grayscale: #343434. Windows color (decimal): -9760170 or 5640811. OLE color: 5640811.
HSL color Cylindrical-coordinate representation of color #6B1256: hue angle of 314.16º 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 #6B1256 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 18 | 86 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.58 |
| HSL | 314.16º | 0.71% | 0.25% | - |
| HSV(B) | 314.16º | 0.83% | 0.42% | - |
| XYZ | 7.96 | 4.23 | 9.2 | - |
| YUV | 52.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 86 | 0 | 0.83 | 0.20 | 0.58 | 314.16 | 0.71 | 0.25 |
| Hex | 6B | 12 | 56 | 0 | 53 | 14 | 3A | 13A | 47 | 19 |
| Octal | 153 | 22 | 126 | 0 | 123 | 24 | 72 | 472 | 107 | 31 |
| Binary | 1101011 | 10010 | 1010110 | 0 | 1010011 | 10100 | 111010 | 100111010 | 1000111 | 11001 |
Color Harmonies of #6B1256
Complementary color
Monochromatic Colors of #6B1256
Black with #6B1256
Text Example
Text Example
White with #6B1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1256; }
p { color: rgb(107,18,86); }
H1.HeaderClassName
{
color: #6B1256;
}
.AnyTagClassName
{
color: #6B1256;
}
</style>
background-color css
<style>
a { background-color: #6B1256; }
a { background-color: rgb(107,18,86); }
div.DivClassName
{
background-color: #6B1256;
}
.BgClassName
{
background-color: #6B1256;
}
</style>
border-color css
<style>
span { border-color: #6B1256; }
span { border-color: rgb(107,18,86); }
td.TdClassName
{
border-color: #6B1256;
}
.TagClassName
{
border-color: #6B1256;
}
</style>