Shades of Palatinate Purple #6C1670
Tints of Palatinate Purple #6C1670
RGB
CMYK
RGB Variations
Color information
#6C1670 (or 0x6C1670) is known color: Palatinate Purple. HEX triplet: 6C, 16 and 70. RGB value is (108,22,112). Sum of RGB (Red+Green+Blue) = 108+22+112=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C1670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1670 is #93E98F. Grayscale: #393939. Windows color (decimal): -9693584 or 7345772. OLE color: 7345772.
HSL color Cylindrical-coordinate representation of color #6C1670: hue angle of 297.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C1670 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 22 | 112 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.56 |
| HSL | 297.33º | 0.67% | 0.26% | - |
| HSV(B) | 297.33º | 0.8% | 0.44% | - |
| XYZ | 9.4 | 4.93 | 15.79 | - |
| YUV | 57.97 | 158.49 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 22 | 112 | 0.04 | 0.80 | 0 | 0.56 | 297.33 | 0.67 | 0.26 |
| Hex | 6C | 16 | 70 | 4 | 50 | 0 | 38 | 129 | 43 | 1A |
| Octal | 154 | 26 | 160 | 4 | 120 | 0 | 70 | 451 | 103 | 32 |
| Binary | 1101100 | 10110 | 1110000 | 100 | 1010000 | 0 | 111000 | 100101001 | 1000011 | 11010 |
Color Harmonies of #6C1670
Complementary color
Monochromatic Colors of #6C1670
Black with #6C1670
Text Example
Text Example
White with #6C1670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1670; }
p { color: rgb(108,22,112); }
H1.HeaderClassName
{
color: #6C1670;
}
.AnyTagClassName
{
color: #6C1670;
}
</style>
background-color css
<style>
a { background-color: #6C1670; }
a { background-color: rgb(108,22,112); }
div.DivClassName
{
background-color: #6C1670;
}
.BgClassName
{
background-color: #6C1670;
}
</style>
border-color css
<style>
span { border-color: #6C1670; }
span { border-color: rgb(108,22,112); }
td.TdClassName
{
border-color: #6C1670;
}
.TagClassName
{
border-color: #6C1670;
}
</style>