Shades of Palatinate Purple #6C136D
Tints of Palatinate Purple #6C136D
RGB
CMYK
RGB Variations
Color information
#6C136D (or 0x6C136D) is known color: Palatinate Purple. HEX triplet: 6C, 13 and 6D. RGB value is (108,19,109). Sum of RGB (Red+Green+Blue) = 108+19+109=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 19 (7.81% from 255 or 8.05% 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 #6C136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C136D is #93EC92. Grayscale: #373737. Windows color (decimal): -9694355 or 7148396. OLE color: 7148396.
HSL color Cylindrical-coordinate representation of color #6C136D: hue angle of 299.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C136D is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 19 | 109 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.57 |
| HSL | 299.33º | 0.7% | 0.25% | - |
| HSV(B) | 299.33º | 0.83% | 0.43% | - |
| XYZ | 9.18 | 4.76 | 14.9 | - |
| YUV | 55.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 109 | 0.01 | 0.83 | 0 | 0.57 | 299.33 | 0.7 | 0.25 |
| Hex | 6C | 13 | 6D | 1 | 53 | 0 | 39 | 12B | 46 | 19 |
| Octal | 154 | 23 | 155 | 1 | 123 | 0 | 71 | 453 | 106 | 31 |
| Binary | 1101100 | 10011 | 1101101 | 1 | 1010011 | 0 | 111001 | 100101011 | 1000110 | 11001 |
Color Harmonies of #6C136D
Complementary color
Monochromatic Colors of #6C136D
Black with #6C136D
Text Example
Text Example
White with #6C136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C136D; }
p { color: rgb(108,19,109); }
H1.HeaderClassName
{
color: #6C136D;
}
.AnyTagClassName
{
color: #6C136D;
}
</style>
background-color css
<style>
a { background-color: #6C136D; }
a { background-color: rgb(108,19,109); }
div.DivClassName
{
background-color: #6C136D;
}
.BgClassName
{
background-color: #6C136D;
}
</style>
border-color css
<style>
span { border-color: #6C136D; }
span { border-color: rgb(108,19,109); }
td.TdClassName
{
border-color: #6C136D;
}
.TagClassName
{
border-color: #6C136D;
}
</style>