Shades of Palatinate Purple #6F1956
Tints of Palatinate Purple #6F1956
RGB
CMYK
RGB Variations
Color information
#6F1956 (or 0x6F1956) is known color: Palatinate Purple. HEX triplet: 6F, 19 and 56. RGB value is (111,25,86). Sum of RGB (Red+Green+Blue) = 111+25+86=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1956 is #90E6A9. Grayscale: #393939. Windows color (decimal): -9496234 or 5642607. OLE color: 5642607.
HSL color Cylindrical-coordinate representation of color #6F1956: hue angle of 317.44º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1956 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 25 | 86 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.56 |
| HSL | 317.44º | 0.63% | 0.27% | - |
| HSV(B) | 317.44º | 0.77% | 0.44% | - |
| XYZ | 8.58 | 4.75 | 9.27 | - |
| YUV | 57.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 86 | 0 | 0.77 | 0.23 | 0.56 | 317.44 | 0.63 | 0.27 |
| Hex | 6F | 19 | 56 | 0 | 4D | 17 | 38 | 13D | 3F | 1B |
| Octal | 157 | 31 | 126 | 0 | 115 | 27 | 70 | 475 | 77 | 33 |
| Binary | 1101111 | 11001 | 1010110 | 0 | 1001101 | 10111 | 111000 | 100111101 | 111111 | 11011 |
Color Harmonies of #6F1956
Complementary color
Monochromatic Colors of #6F1956
Black with #6F1956
Text Example
Text Example
White with #6F1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1956; }
p { color: rgb(111,25,86); }
H1.HeaderClassName
{
color: #6F1956;
}
.AnyTagClassName
{
color: #6F1956;
}
</style>
background-color css
<style>
a { background-color: #6F1956; }
a { background-color: rgb(111,25,86); }
div.DivClassName
{
background-color: #6F1956;
}
.BgClassName
{
background-color: #6F1956;
}
</style>
border-color css
<style>
span { border-color: #6F1956; }
span { border-color: rgb(111,25,86); }
td.TdClassName
{
border-color: #6F1956;
}
.TagClassName
{
border-color: #6F1956;
}
</style>