Shades of Palatinate Purple #6C1B68
Tints of Palatinate Purple #6C1B68
RGB
CMYK
RGB Variations
Color information
#6C1B68 (or 0x6C1B68) is known color: Palatinate Purple. HEX triplet: 6C, 1B and 68. RGB value is (108,27,104). Sum of RGB (Red+Green+Blue) = 108+27+104=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1B68 is #93E497. Grayscale: #3B3B3B. Windows color (decimal): -9692312 or 6822764. OLE color: 6822764.
HSL color Cylindrical-coordinate representation of color #6C1B68: hue angle of 302.96º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1B68 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 27 | 104 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.58 |
| HSL | 302.96º | 0.6% | 0.26% | - |
| HSV(B) | 302.96º | 0.75% | 0.42% | - |
| XYZ | 9.07 | 4.97 | 13.58 | - |
| YUV | 60 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 104 | 0 | 0.75 | 0.04 | 0.58 | 302.96 | 0.6 | 0.26 |
| Hex | 6C | 1B | 68 | 0 | 4B | 4 | 3A | 12F | 3C | 1A |
| Octal | 154 | 33 | 150 | 0 | 113 | 4 | 72 | 457 | 74 | 32 |
| Binary | 1101100 | 11011 | 1101000 | 0 | 1001011 | 100 | 111010 | 100101111 | 111100 | 11010 |
Color Harmonies of #6C1B68
Complementary color
Monochromatic Colors of #6C1B68
Black with #6C1B68
Text Example
Text Example
White with #6C1B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1B68; }
p { color: rgb(108,27,104); }
H1.HeaderClassName
{
color: #6C1B68;
}
.AnyTagClassName
{
color: #6C1B68;
}
</style>
background-color css
<style>
a { background-color: #6C1B68; }
a { background-color: rgb(108,27,104); }
div.DivClassName
{
background-color: #6C1B68;
}
.BgClassName
{
background-color: #6C1B68;
}
</style>
border-color css
<style>
span { border-color: #6C1B68; }
span { border-color: rgb(108,27,104); }
td.TdClassName
{
border-color: #6C1B68;
}
.TagClassName
{
border-color: #6C1B68;
}
</style>