Shades of Palatinate Purple #6B0C68
Tints of Palatinate Purple #6B0C68
RGB
CMYK
RGB Variations
Color information
#6B0C68 (or 0x6B0C68) is known color: Palatinate Purple. HEX triplet: 6B, 0C and 68. RGB value is (107,12,104). Sum of RGB (Red+Green+Blue) = 107+12+104=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0C68 is #94F397. Grayscale: #323232. Windows color (decimal): -9761688 or 6818923. OLE color: 6818923.
HSL color Cylindrical-coordinate representation of color #6B0C68: hue angle of 301.89º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C68 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 12 | 104 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.58 |
| HSL | 301.89º | 0.8% | 0.23% | - |
| HSV(B) | 301.89º | 0.89% | 0.42% | - |
| XYZ | 8.69 | 4.39 | 13.49 | - |
| YUV | 50.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 104 | 0 | 0.89 | 0.03 | 0.58 | 301.89 | 0.8 | 0.23 |
| Hex | 6B | C | 68 | 0 | 59 | 3 | 3A | 12E | 50 | 17 |
| Octal | 153 | 14 | 150 | 0 | 131 | 3 | 72 | 456 | 120 | 27 |
| Binary | 1101011 | 1100 | 1101000 | 0 | 1011001 | 11 | 111010 | 100101110 | 1010000 | 10111 |
Color Harmonies of #6B0C68
Complementary color
Monochromatic Colors of #6B0C68
Black with #6B0C68
Text Example
Text Example
White with #6B0C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C68; }
p { color: rgb(107,12,104); }
H1.HeaderClassName
{
color: #6B0C68;
}
.AnyTagClassName
{
color: #6B0C68;
}
</style>
background-color css
<style>
a { background-color: #6B0C68; }
a { background-color: rgb(107,12,104); }
div.DivClassName
{
background-color: #6B0C68;
}
.BgClassName
{
background-color: #6B0C68;
}
</style>
border-color css
<style>
span { border-color: #6B0C68; }
span { border-color: rgb(107,12,104); }
td.TdClassName
{
border-color: #6B0C68;
}
.TagClassName
{
border-color: #6B0C68;
}
</style>