Shades of Palatinate Purple #6F1856
Tints of Palatinate Purple #6F1856
RGB
CMYK
RGB Variations
Color information
#6F1856 (or 0x6F1856) is known color: Palatinate Purple. HEX triplet: 6F, 18 and 56. RGB value is (111,24,86). Sum of RGB (Red+Green+Blue) = 111+24+86=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1856 is #90E7A9. Grayscale: #383838. Windows color (decimal): -9496490 or 5642351. OLE color: 5642351.
HSL color Cylindrical-coordinate representation of color #6F1856: hue angle of 317.24º 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 #6F1856 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 86 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.56 |
| HSL | 317.24º | 0.64% | 0.26% | - |
| HSV(B) | 317.24º | 0.78% | 0.44% | - |
| XYZ | 8.56 | 4.7 | 9.26 | - |
| YUV | 57.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 86 | 0 | 0.78 | 0.23 | 0.56 | 317.24 | 0.64 | 0.26 |
| Hex | 6F | 18 | 56 | 0 | 4E | 17 | 38 | 13D | 40 | 1A |
| Octal | 157 | 30 | 126 | 0 | 116 | 27 | 70 | 475 | 100 | 32 |
| Binary | 1101111 | 11000 | 1010110 | 0 | 1001110 | 10111 | 111000 | 100111101 | 1000000 | 11010 |
Color Harmonies of #6F1856
Complementary color
Monochromatic Colors of #6F1856
Black with #6F1856
Text Example
Text Example
White with #6F1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1856; }
p { color: rgb(111,24,86); }
H1.HeaderClassName
{
color: #6F1856;
}
.AnyTagClassName
{
color: #6F1856;
}
</style>
background-color css
<style>
a { background-color: #6F1856; }
a { background-color: rgb(111,24,86); }
div.DivClassName
{
background-color: #6F1856;
}
.BgClassName
{
background-color: #6F1856;
}
</style>
border-color css
<style>
span { border-color: #6F1856; }
span { border-color: rgb(111,24,86); }
td.TdClassName
{
border-color: #6F1856;
}
.TagClassName
{
border-color: #6F1856;
}
</style>