Shades of Palatinate Purple #6B0B68
Tints of Palatinate Purple #6B0B68
RGB
CMYK
RGB Variations
Color information
#6B0B68 (or 0x6B0B68) is known color: Palatinate Purple. HEX triplet: 6B, 0B and 68. RGB value is (107,11,104). Sum of RGB (Red+Green+Blue) = 107+11+104=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B68 is #94F497. Grayscale: #323232. Windows color (decimal): -9761944 or 6818667. OLE color: 6818667.
HSL color Cylindrical-coordinate representation of color #6B0B68: hue angle of 301.88º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B68 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 11 | 104 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.58 |
| HSL | 301.88º | 0.81% | 0.23% | - |
| HSV(B) | 301.88º | 0.9% | 0.42% | - |
| XYZ | 8.68 | 4.36 | 13.48 | - |
| YUV | 50.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 104 | 0 | 0.90 | 0.03 | 0.58 | 301.88 | 0.81 | 0.23 |
| Hex | 6B | B | 68 | 0 | 5A | 3 | 3A | 12E | 51 | 17 |
| Octal | 153 | 13 | 150 | 0 | 132 | 3 | 72 | 456 | 121 | 27 |
| Binary | 1101011 | 1011 | 1101000 | 0 | 1011010 | 11 | 111010 | 100101110 | 1010001 | 10111 |
Color Harmonies of #6B0B68
Complementary color
Monochromatic Colors of #6B0B68
Black with #6B0B68
Text Example
Text Example
White with #6B0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B68; }
p { color: rgb(107,11,104); }
H1.HeaderClassName
{
color: #6B0B68;
}
.AnyTagClassName
{
color: #6B0B68;
}
</style>
background-color css
<style>
a { background-color: #6B0B68; }
a { background-color: rgb(107,11,104); }
div.DivClassName
{
background-color: #6B0B68;
}
.BgClassName
{
background-color: #6B0B68;
}
</style>
border-color css
<style>
span { border-color: #6B0B68; }
span { border-color: rgb(107,11,104); }
td.TdClassName
{
border-color: #6B0B68;
}
.TagClassName
{
border-color: #6B0B68;
}
</style>