Shades of Palatinate Purple #6B0F56
Tints of Palatinate Purple #6B0F56
RGB
CMYK
RGB Variations
Color information
#6B0F56 (or 0x6B0F56) is known color: Palatinate Purple. HEX triplet: 6B, 0F and 56. RGB value is (107,15,86). Sum of RGB (Red+Green+Blue) = 107+15+86=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0F56 is #94F0A9. Grayscale: #323232. Windows color (decimal): -9760938 or 5640043. OLE color: 5640043.
HSL color Cylindrical-coordinate representation of color #6B0F56: hue angle of 313.7º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B0F56 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 15 | 86 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.58 |
| HSL | 313.7º | 0.75% | 0.24% | - |
| HSV(B) | 313.7º | 0.86% | 0.42% | - |
| XYZ | 7.91 | 4.14 | 9.19 | - |
| YUV | 50.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 15 | 86 | 0 | 0.86 | 0.20 | 0.58 | 313.7 | 0.75 | 0.24 |
| Hex | 6B | F | 56 | 0 | 56 | 14 | 3A | 13A | 4B | 18 |
| Octal | 153 | 17 | 126 | 0 | 126 | 24 | 72 | 472 | 113 | 30 |
| Binary | 1101011 | 1111 | 1010110 | 0 | 1010110 | 10100 | 111010 | 100111010 | 1001011 | 11000 |
Color Harmonies of #6B0F56
Complementary color
Monochromatic Colors of #6B0F56
Black with #6B0F56
Text Example
Text Example
White with #6B0F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0F56; }
p { color: rgb(107,15,86); }
H1.HeaderClassName
{
color: #6B0F56;
}
.AnyTagClassName
{
color: #6B0F56;
}
</style>
background-color css
<style>
a { background-color: #6B0F56; }
a { background-color: rgb(107,15,86); }
div.DivClassName
{
background-color: #6B0F56;
}
.BgClassName
{
background-color: #6B0F56;
}
</style>
border-color css
<style>
span { border-color: #6B0F56; }
span { border-color: rgb(107,15,86); }
td.TdClassName
{
border-color: #6B0F56;
}
.TagClassName
{
border-color: #6B0F56;
}
</style>