Shades of Palatinate Purple #6B146D
Tints of Palatinate Purple #6B146D
RGB
CMYK
RGB Variations
Color information
#6B146D (or 0x6B146D) is known color: Palatinate Purple. HEX triplet: 6B, 14 and 6D. RGB value is (107,20,109). Sum of RGB (Red+Green+Blue) = 107+20+109=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B146D is #94EB92. Grayscale: #373737. Windows color (decimal): -9759635 or 7148651. OLE color: 7148651.
HSL color Cylindrical-coordinate representation of color #6B146D: hue angle of 298.65º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B146D is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 20 | 109 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.57 |
| HSL | 298.65º | 0.69% | 0.25% | - |
| HSV(B) | 298.65º | 0.82% | 0.43% | - |
| XYZ | 9.07 | 4.73 | 14.9 | - |
| YUV | 56.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 20 | 109 | 0.02 | 0.82 | 0 | 0.57 | 298.65 | 0.69 | 0.25 |
| Hex | 6B | 14 | 6D | 2 | 52 | 0 | 39 | 12B | 45 | 19 |
| Octal | 153 | 24 | 155 | 2 | 122 | 0 | 71 | 453 | 105 | 31 |
| Binary | 1101011 | 10100 | 1101101 | 10 | 1010010 | 0 | 111001 | 100101011 | 1000101 | 11001 |
Color Harmonies of #6B146D
Complementary color
Monochromatic Colors of #6B146D
Black with #6B146D
Text Example
Text Example
White with #6B146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B146D; }
p { color: rgb(107,20,109); }
H1.HeaderClassName
{
color: #6B146D;
}
.AnyTagClassName
{
color: #6B146D;
}
</style>
background-color css
<style>
a { background-color: #6B146D; }
a { background-color: rgb(107,20,109); }
div.DivClassName
{
background-color: #6B146D;
}
.BgClassName
{
background-color: #6B146D;
}
</style>
border-color css
<style>
span { border-color: #6B146D; }
span { border-color: rgb(107,20,109); }
td.TdClassName
{
border-color: #6B146D;
}
.TagClassName
{
border-color: #6B146D;
}
</style>