Shades of Palatinate Purple #6F2256
Tints of Palatinate Purple #6F2256
RGB
CMYK
RGB Variations
Color information
#6F2256 (or 0x6F2256) is known color: Palatinate Purple. HEX triplet: 6F, 22 and 56. RGB value is (111,34,86). Sum of RGB (Red+Green+Blue) = 111+34+86=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2256 is #90DDA9. Grayscale: #3E3E3E. Windows color (decimal): -9493930 or 5644911. OLE color: 5644911.
HSL color Cylindrical-coordinate representation of color #6F2256: hue angle of 319.48º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2256 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 34 | 86 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.56 |
| HSL | 319.48º | 0.53% | 0.28% | - |
| HSV(B) | 319.48º | 0.69% | 0.44% | - |
| XYZ | 8.81 | 5.2 | 9.34 | - |
| YUV | 62.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 86 | 0 | 0.69 | 0.23 | 0.56 | 319.48 | 0.53 | 0.28 |
| Hex | 6F | 22 | 56 | 0 | 45 | 17 | 38 | 13F | 35 | 1C |
| Octal | 157 | 42 | 126 | 0 | 105 | 27 | 70 | 477 | 65 | 34 |
| Binary | 1101111 | 100010 | 1010110 | 0 | 1000101 | 10111 | 111000 | 100111111 | 110101 | 11100 |
Color Harmonies of #6F2256
Complementary color
Monochromatic Colors of #6F2256
Black with #6F2256
Text Example
Text Example
White with #6F2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2256; }
p { color: rgb(111,34,86); }
H1.HeaderClassName
{
color: #6F2256;
}
.AnyTagClassName
{
color: #6F2256;
}
</style>
background-color css
<style>
a { background-color: #6F2256; }
a { background-color: rgb(111,34,86); }
div.DivClassName
{
background-color: #6F2256;
}
.BgClassName
{
background-color: #6F2256;
}
</style>
border-color css
<style>
span { border-color: #6F2256; }
span { border-color: rgb(111,34,86); }
td.TdClassName
{
border-color: #6F2256;
}
.TagClassName
{
border-color: #6F2256;
}
</style>