Shades of Palatinate Purple #6B2166
Tints of Palatinate Purple #6B2166
RGB
CMYK
RGB Variations
Color information
#6B2166 (or 0x6B2166) is known color: Palatinate Purple. HEX triplet: 6B, 21 and 66. RGB value is (107,33,102). Sum of RGB (Red+Green+Blue) = 107+33+102=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2166 is #94DE99. Grayscale: #3E3E3E. Windows color (decimal): -9756314 or 6693227. OLE color: 6693227.
HSL color Cylindrical-coordinate representation of color #6B2166: hue angle of 304.05º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2166 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 102 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.58 |
| HSL | 304.05º | 0.53% | 0.27% | - |
| HSV(B) | 304.05º | 0.69% | 0.42% | - |
| XYZ | 9.01 | 5.17 | 13.09 | - |
| YUV | 62.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 102 | 0 | 0.69 | 0.05 | 0.58 | 304.05 | 0.53 | 0.27 |
| Hex | 6B | 21 | 66 | 0 | 45 | 5 | 3A | 130 | 35 | 1B |
| Octal | 153 | 41 | 146 | 0 | 105 | 5 | 72 | 460 | 65 | 33 |
| Binary | 1101011 | 100001 | 1100110 | 0 | 1000101 | 101 | 111010 | 100110000 | 110101 | 11011 |
Color Harmonies of #6B2166
Complementary color
Monochromatic Colors of #6B2166
Black with #6B2166
Text Example
Text Example
White with #6B2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2166; }
p { color: rgb(107,33,102); }
H1.HeaderClassName
{
color: #6B2166;
}
.AnyTagClassName
{
color: #6B2166;
}
</style>
background-color css
<style>
a { background-color: #6B2166; }
a { background-color: rgb(107,33,102); }
div.DivClassName
{
background-color: #6B2166;
}
.BgClassName
{
background-color: #6B2166;
}
</style>
border-color css
<style>
span { border-color: #6B2166; }
span { border-color: rgb(107,33,102); }
td.TdClassName
{
border-color: #6B2166;
}
.TagClassName
{
border-color: #6B2166;
}
</style>