Shades of Palatinate Purple #6F1756
Tints of Palatinate Purple #6F1756
RGB
CMYK
RGB Variations
Color information
#6F1756 (or 0x6F1756) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 56. RGB value is (111,23,86). Sum of RGB (Red+Green+Blue) = 111+23+86=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1756 is #90E8A9. Grayscale: #383838. Windows color (decimal): -9496746 or 5642095. OLE color: 5642095.
HSL color Cylindrical-coordinate representation of color #6F1756: hue angle of 317.05º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1756 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 86 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.56 |
| HSL | 317.05º | 0.66% | 0.26% | - |
| HSV(B) | 317.05º | 0.79% | 0.44% | - |
| XYZ | 8.54 | 4.66 | 9.25 | - |
| YUV | 56.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 86 | 0 | 0.79 | 0.23 | 0.56 | 317.05 | 0.66 | 0.26 |
| Hex | 6F | 17 | 56 | 0 | 4F | 17 | 38 | 13D | 42 | 1A |
| Octal | 157 | 27 | 126 | 0 | 117 | 27 | 70 | 475 | 102 | 32 |
| Binary | 1101111 | 10111 | 1010110 | 0 | 1001111 | 10111 | 111000 | 100111101 | 1000010 | 11010 |
Color Harmonies of #6F1756
Complementary color
Monochromatic Colors of #6F1756
Black with #6F1756
Text Example
Text Example
White with #6F1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1756; }
p { color: rgb(111,23,86); }
H1.HeaderClassName
{
color: #6F1756;
}
.AnyTagClassName
{
color: #6F1756;
}
</style>
background-color css
<style>
a { background-color: #6F1756; }
a { background-color: rgb(111,23,86); }
div.DivClassName
{
background-color: #6F1756;
}
.BgClassName
{
background-color: #6F1756;
}
</style>
border-color css
<style>
span { border-color: #6F1756; }
span { border-color: rgb(111,23,86); }
td.TdClassName
{
border-color: #6F1756;
}
.TagClassName
{
border-color: #6F1756;
}
</style>