Shades of Palatinate Purple #6D1370
Tints of Palatinate Purple #6D1370
RGB
CMYK
RGB Variations
Color information
#6D1370 (or 0x6D1370) is known color: Palatinate Purple. HEX triplet: 6D, 13 and 70. RGB value is (109,19,112). Sum of RGB (Red+Green+Blue) = 109+19+112=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D1370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1370 is #92EC8F. Grayscale: #383838. Windows color (decimal): -9628816 or 7345005. OLE color: 7345005.
HSL color Cylindrical-coordinate representation of color #6D1370: hue angle of 298.06º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1370 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 19 | 112 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.56 |
| HSL | 298.06º | 0.71% | 0.26% | - |
| HSV(B) | 298.06º | 0.83% | 0.44% | - |
| XYZ | 9.46 | 4.89 | 15.77 | - |
| YUV | 56.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 112 | 0.03 | 0.83 | 0 | 0.56 | 298.06 | 0.71 | 0.26 |
| Hex | 6D | 13 | 70 | 3 | 53 | 0 | 38 | 12A | 47 | 1A |
| Octal | 155 | 23 | 160 | 3 | 123 | 0 | 70 | 452 | 107 | 32 |
| Binary | 1101101 | 10011 | 1110000 | 11 | 1010011 | 0 | 111000 | 100101010 | 1000111 | 11010 |
Color Harmonies of #6D1370
Complementary color
Monochromatic Colors of #6D1370
Black with #6D1370
Text Example
Text Example
White with #6D1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1370; }
p { color: rgb(109,19,112); }
H1.HeaderClassName
{
color: #6D1370;
}
.AnyTagClassName
{
color: #6D1370;
}
</style>
background-color css
<style>
a { background-color: #6D1370; }
a { background-color: rgb(109,19,112); }
div.DivClassName
{
background-color: #6D1370;
}
.BgClassName
{
background-color: #6D1370;
}
</style>
border-color css
<style>
span { border-color: #6D1370; }
span { border-color: rgb(109,19,112); }
td.TdClassName
{
border-color: #6D1370;
}
.TagClassName
{
border-color: #6D1370;
}
</style>