Shades of Palatinate Purple #6F1868
Tints of Palatinate Purple #6F1868
RGB
CMYK
RGB Variations
Color information
#6F1868 (or 0x6F1868) is known color: Palatinate Purple. HEX triplet: 6F, 18 and 68. RGB value is (111,24,104). Sum of RGB (Red+Green+Blue) = 111+24+104=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1868 is #90E797. Grayscale: #3A3A3A. Windows color (decimal): -9496472 or 6821999. OLE color: 6821999.
HSL color Cylindrical-coordinate representation of color #6F1868: hue angle of 304.83º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1868 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 104 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.56 |
| HSL | 304.83º | 0.64% | 0.26% | - |
| HSV(B) | 304.83º | 0.78% | 0.44% | - |
| XYZ | 9.38 | 5.03 | 13.57 | - |
| YUV | 59.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 104 | 0 | 0.78 | 0.06 | 0.56 | 304.83 | 0.64 | 0.26 |
| Hex | 6F | 18 | 68 | 0 | 4E | 6 | 38 | 131 | 40 | 1A |
| Octal | 157 | 30 | 150 | 0 | 116 | 6 | 70 | 461 | 100 | 32 |
| Binary | 1101111 | 11000 | 1101000 | 0 | 1001110 | 110 | 111000 | 100110001 | 1000000 | 11010 |
Color Harmonies of #6F1868
Complementary color
Monochromatic Colors of #6F1868
Black with #6F1868
Text Example
Text Example
White with #6F1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1868; }
p { color: rgb(111,24,104); }
H1.HeaderClassName
{
color: #6F1868;
}
.AnyTagClassName
{
color: #6F1868;
}
</style>
background-color css
<style>
a { background-color: #6F1868; }
a { background-color: rgb(111,24,104); }
div.DivClassName
{
background-color: #6F1868;
}
.BgClassName
{
background-color: #6F1868;
}
</style>
border-color css
<style>
span { border-color: #6F1868; }
span { border-color: rgb(111,24,104); }
td.TdClassName
{
border-color: #6F1868;
}
.TagClassName
{
border-color: #6F1868;
}
</style>