Shades of Palatinate Purple #6D1470
Tints of Palatinate Purple #6D1470
RGB
CMYK
RGB Variations
Color information
#6D1470 (or 0x6D1470) is known color: Palatinate Purple. HEX triplet: 6D, 14 and 70. RGB value is (109,20,112). Sum of RGB (Red+Green+Blue) = 109+20+112=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D1470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1470 is #92EB8F. Grayscale: #383838. Windows color (decimal): -9628560 or 7345261. OLE color: 7345261.
HSL color Cylindrical-coordinate representation of color #6D1470: hue angle of 298.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1470 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 20 | 112 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.56 |
| HSL | 298.04º | 0.7% | 0.26% | - |
| HSV(B) | 298.04º | 0.82% | 0.44% | - |
| XYZ | 9.48 | 4.92 | 15.78 | - |
| YUV | 57.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 112 | 0.03 | 0.82 | 0 | 0.56 | 298.04 | 0.7 | 0.26 |
| Hex | 6D | 14 | 70 | 3 | 52 | 0 | 38 | 12A | 46 | 1A |
| Octal | 155 | 24 | 160 | 3 | 122 | 0 | 70 | 452 | 106 | 32 |
| Binary | 1101101 | 10100 | 1110000 | 11 | 1010010 | 0 | 111000 | 100101010 | 1000110 | 11010 |
Color Harmonies of #6D1470
Complementary color
Monochromatic Colors of #6D1470
Black with #6D1470
Text Example
Text Example
White with #6D1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1470; }
p { color: rgb(109,20,112); }
H1.HeaderClassName
{
color: #6D1470;
}
.AnyTagClassName
{
color: #6D1470;
}
</style>
background-color css
<style>
a { background-color: #6D1470; }
a { background-color: rgb(109,20,112); }
div.DivClassName
{
background-color: #6D1470;
}
.BgClassName
{
background-color: #6D1470;
}
</style>
border-color css
<style>
span { border-color: #6D1470; }
span { border-color: rgb(109,20,112); }
td.TdClassName
{
border-color: #6D1470;
}
.TagClassName
{
border-color: #6D1470;
}
</style>