Shades of Palatinate Purple #6C0B67
Tints of Palatinate Purple #6C0B67
RGB
CMYK
RGB Variations
Color information
#6C0B67 (or 0x6C0B67) is known color: Palatinate Purple. HEX triplet: 6C, 0B and 67. RGB value is (108,11,103). Sum of RGB (Red+Green+Blue) = 108+11+103=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B67 is #93F498. Grayscale: #323232. Windows color (decimal): -9696409 or 6753132. OLE color: 6753132.
HSL color Cylindrical-coordinate representation of color #6C0B67: hue angle of 303.09º 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 #6C0B67 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 103 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.58 |
| HSL | 303.09º | 0.82% | 0.23% | - |
| HSV(B) | 303.09º | 0.9% | 0.42% | - |
| XYZ | 8.75 | 4.41 | 13.22 | - |
| YUV | 50.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 103 | 0 | 0.90 | 0.05 | 0.58 | 303.09 | 0.82 | 0.23 |
| Hex | 6C | B | 67 | 0 | 5A | 5 | 3A | 12F | 52 | 17 |
| Octal | 154 | 13 | 147 | 0 | 132 | 5 | 72 | 457 | 122 | 27 |
| Binary | 1101100 | 1011 | 1100111 | 0 | 1011010 | 101 | 111010 | 100101111 | 1010010 | 10111 |
Color Harmonies of #6C0B67
Complementary color
Monochromatic Colors of #6C0B67
Black with #6C0B67
Text Example
Text Example
White with #6C0B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B67; }
p { color: rgb(108,11,103); }
H1.HeaderClassName
{
color: #6C0B67;
}
.AnyTagClassName
{
color: #6C0B67;
}
</style>
background-color css
<style>
a { background-color: #6C0B67; }
a { background-color: rgb(108,11,103); }
div.DivClassName
{
background-color: #6C0B67;
}
.BgClassName
{
background-color: #6C0B67;
}
</style>
border-color css
<style>
span { border-color: #6C0B67; }
span { border-color: rgb(108,11,103); }
td.TdClassName
{
border-color: #6C0B67;
}
.TagClassName
{
border-color: #6C0B67;
}
</style>