Shades of Palatinate Purple #6B166C
Tints of Palatinate Purple #6B166C
RGB
CMYK
RGB Variations
Color information
#6B166C (or 0x6B166C) is known color: Palatinate Purple. HEX triplet: 6B, 16 and 6C. RGB value is (107,22,108). Sum of RGB (Red+Green+Blue) = 107+22+108=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B166C is #94E993. Grayscale: #383838. Windows color (decimal): -9759124 or 7083627. OLE color: 7083627.
HSL color Cylindrical-coordinate representation of color #6B166C: hue angle of 299.3º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B166C is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 108 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.58 |
| HSL | 299.3º | 0.66% | 0.25% | - |
| HSV(B) | 299.3º | 0.8% | 0.42% | - |
| XYZ | 9.06 | 4.78 | 14.63 | - |
| YUV | 57.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 108 | 0.01 | 0.80 | 0 | 0.58 | 299.3 | 0.66 | 0.25 |
| Hex | 6B | 16 | 6C | 1 | 50 | 0 | 3A | 12B | 42 | 19 |
| Octal | 153 | 26 | 154 | 1 | 120 | 0 | 72 | 453 | 102 | 31 |
| Binary | 1101011 | 10110 | 1101100 | 1 | 1010000 | 0 | 111010 | 100101011 | 1000010 | 11001 |
Color Harmonies of #6B166C
Complementary color
Monochromatic Colors of #6B166C
Black with #6B166C
Text Example
Text Example
White with #6B166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B166C; }
p { color: rgb(107,22,108); }
H1.HeaderClassName
{
color: #6B166C;
}
.AnyTagClassName
{
color: #6B166C;
}
</style>
background-color css
<style>
a { background-color: #6B166C; }
a { background-color: rgb(107,22,108); }
div.DivClassName
{
background-color: #6B166C;
}
.BgClassName
{
background-color: #6B166C;
}
</style>
border-color css
<style>
span { border-color: #6B166C; }
span { border-color: rgb(107,22,108); }
td.TdClassName
{
border-color: #6B166C;
}
.TagClassName
{
border-color: #6B166C;
}
</style>