Shades of Palatinate Purple #6F1670
Tints of Palatinate Purple #6F1670
RGB
CMYK
RGB Variations
Color information
#6F1670 (or 0x6F1670) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 70. RGB value is (111,22,112). Sum of RGB (Red+Green+Blue) = 111+22+112=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F1670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1670 is #90E98F. Grayscale: #3A3A3A. Windows color (decimal): -9496976 or 7345775. OLE color: 7345775.
HSL color Cylindrical-coordinate representation of color #6F1670: hue angle of 299.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 #6F1670 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 112 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.56 |
| HSL | 299.33º | 0.67% | 0.26% | - |
| HSV(B) | 299.33º | 0.8% | 0.44% | - |
| XYZ | 9.77 | 5.12 | 15.8 | - |
| YUV | 58.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 112 | 0.01 | 0.80 | 0 | 0.56 | 299.33 | 0.67 | 0.26 |
| Hex | 6F | 16 | 70 | 1 | 50 | 0 | 38 | 12B | 43 | 1A |
| Octal | 157 | 26 | 160 | 1 | 120 | 0 | 70 | 453 | 103 | 32 |
| Binary | 1101111 | 10110 | 1110000 | 1 | 1010000 | 0 | 111000 | 100101011 | 1000011 | 11010 |
Color Harmonies of #6F1670
Complementary color
Monochromatic Colors of #6F1670
Black with #6F1670
Text Example
Text Example
White with #6F1670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1670; }
p { color: rgb(111,22,112); }
H1.HeaderClassName
{
color: #6F1670;
}
.AnyTagClassName
{
color: #6F1670;
}
</style>
background-color css
<style>
a { background-color: #6F1670; }
a { background-color: rgb(111,22,112); }
div.DivClassName
{
background-color: #6F1670;
}
.BgClassName
{
background-color: #6F1670;
}
</style>
border-color css
<style>
span { border-color: #6F1670; }
span { border-color: rgb(111,22,112); }
td.TdClassName
{
border-color: #6F1670;
}
.TagClassName
{
border-color: #6F1670;
}
</style>