Shades of Palatinate Purple #6C0B65
Tints of Palatinate Purple #6C0B65
RGB
CMYK
RGB Variations
Color information
#6C0B65 (or 0x6C0B65) is known color: Palatinate Purple. HEX triplet: 6C, 0B and 65. RGB value is (108,11,101). Sum of RGB (Red+Green+Blue) = 108+11+101=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B65 is #93F49A. Grayscale: #323232. Windows color (decimal): -9696411 or 6622060. OLE color: 6622060.
HSL color Cylindrical-coordinate representation of color #6C0B65: hue angle of 304.33º degrees, saturation: 0.82, 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 #6C0B65 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 101 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.58 |
| HSL | 304.33º | 0.82% | 0.23% | - |
| HSV(B) | 304.33º | 0.9% | 0.42% | - |
| XYZ | 8.65 | 4.37 | 12.7 | - |
| YUV | 50.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 101 | 0 | 0.90 | 0.06 | 0.58 | 304.33 | 0.82 | 0.23 |
| Hex | 6C | B | 65 | 0 | 5A | 6 | 3A | 130 | 52 | 17 |
| Octal | 154 | 13 | 145 | 0 | 132 | 6 | 72 | 460 | 122 | 27 |
| Binary | 1101100 | 1011 | 1100101 | 0 | 1011010 | 110 | 111010 | 100110000 | 1010010 | 10111 |
Color Harmonies of #6C0B65
Complementary color
Monochromatic Colors of #6C0B65
Black with #6C0B65
Text Example
Text Example
White with #6C0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B65; }
p { color: rgb(108,11,101); }
H1.HeaderClassName
{
color: #6C0B65;
}
.AnyTagClassName
{
color: #6C0B65;
}
</style>
background-color css
<style>
a { background-color: #6C0B65; }
a { background-color: rgb(108,11,101); }
div.DivClassName
{
background-color: #6C0B65;
}
.BgClassName
{
background-color: #6C0B65;
}
</style>
border-color css
<style>
span { border-color: #6C0B65; }
span { border-color: rgb(108,11,101); }
td.TdClassName
{
border-color: #6C0B65;
}
.TagClassName
{
border-color: #6C0B65;
}
</style>