Shades of Palatinate Purple #6B196B
Tints of Palatinate Purple #6B196B
RGB
CMYK
RGB Variations
Color information
#6B196B (or 0x6B196B) is known color: Palatinate Purple. HEX triplet: 6B, 19 and 6B. RGB value is (107,25,107). Sum of RGB (Red+Green+Blue) = 107+25+107=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B196B is #94E694. Grayscale: #3A3A3A. Windows color (decimal): -9758357 or 7018859. OLE color: 7018859.
HSL color Cylindrical-coordinate representation of color #6B196B: hue angle of 300º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B196B is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 107 | - |
| CMYK | 0 | 0.77 | 0 | 0.58 |
| HSL | 300º | 0.62% | 0.26% | - |
| HSV(B) | 300º | 0.77% | 0.42% | - |
| XYZ | 9.06 | 4.88 | 14.37 | - |
| YUV | 58.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 107 | 0 | 0.77 | 0 | 0.58 | 300 | 0.62 | 0.26 |
| Hex | 6B | 19 | 6B | 0 | 4D | 0 | 3A | 12C | 3E | 1A |
| Octal | 153 | 31 | 153 | 0 | 115 | 0 | 72 | 454 | 76 | 32 |
| Binary | 1101011 | 11001 | 1101011 | 0 | 1001101 | 0 | 111010 | 100101100 | 111110 | 11010 |
Color Harmonies of #6B196B
Complementary color
Monochromatic Colors of #6B196B
Black with #6B196B
Text Example
Text Example
White with #6B196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B196B; }
p { color: rgb(107,25,107); }
H1.HeaderClassName
{
color: #6B196B;
}
.AnyTagClassName
{
color: #6B196B;
}
</style>
background-color css
<style>
a { background-color: #6B196B; }
a { background-color: rgb(107,25,107); }
div.DivClassName
{
background-color: #6B196B;
}
.BgClassName
{
background-color: #6B196B;
}
</style>
border-color css
<style>
span { border-color: #6B196B; }
span { border-color: rgb(107,25,107); }
td.TdClassName
{
border-color: #6B196B;
}
.TagClassName
{
border-color: #6B196B;
}
</style>