Shades of Palatinate Purple #6D1368
Tints of Palatinate Purple #6D1368
RGB
CMYK
RGB Variations
Color information
#6D1368 (or 0x6D1368) is known color: Palatinate Purple. HEX triplet: 6D, 13 and 68. RGB value is (109,19,104). Sum of RGB (Red+Green+Blue) = 109+19+104=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1368 is #92EC97. Grayscale: #373737. Windows color (decimal): -9628824 or 6820717. OLE color: 6820717.
HSL color Cylindrical-coordinate representation of color #6D1368: hue angle of 303.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 #6D1368 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 104 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.57 |
| HSL | 303.33º | 0.7% | 0.25% | - |
| HSV(B) | 303.33º | 0.83% | 0.43% | - |
| XYZ | 9.04 | 4.72 | 13.53 | - |
| YUV | 55.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 104 | 0 | 0.83 | 0.05 | 0.57 | 303.33 | 0.7 | 0.25 |
| Hex | 6D | 13 | 68 | 0 | 53 | 5 | 39 | 12F | 46 | 19 |
| Octal | 155 | 23 | 150 | 0 | 123 | 5 | 71 | 457 | 106 | 31 |
| Binary | 1101101 | 10011 | 1101000 | 0 | 1010011 | 101 | 111001 | 100101111 | 1000110 | 11001 |
Color Harmonies of #6D1368
Complementary color
Monochromatic Colors of #6D1368
Black with #6D1368
Text Example
Text Example
White with #6D1368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1368; }
p { color: rgb(109,19,104); }
H1.HeaderClassName
{
color: #6D1368;
}
.AnyTagClassName
{
color: #6D1368;
}
</style>
background-color css
<style>
a { background-color: #6D1368; }
a { background-color: rgb(109,19,104); }
div.DivClassName
{
background-color: #6D1368;
}
.BgClassName
{
background-color: #6D1368;
}
</style>
border-color css
<style>
span { border-color: #6D1368; }
span { border-color: rgb(109,19,104); }
td.TdClassName
{
border-color: #6D1368;
}
.TagClassName
{
border-color: #6D1368;
}
</style>