Shades of Palatinate Purple #6F1E56
Tints of Palatinate Purple #6F1E56
RGB
CMYK
RGB Variations
Color information
#6F1E56 (or 0x6F1E56) is known color: Palatinate Purple. HEX triplet: 6F, 1E and 56. RGB value is (111,30,86). Sum of RGB (Red+Green+Blue) = 111+30+86=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1E56 is #90E1A9. Grayscale: #3C3C3C. Windows color (decimal): -9494954 or 5643887. OLE color: 5643887.
HSL color Cylindrical-coordinate representation of color #6F1E56: hue angle of 318.52º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E56 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 86 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.56 |
| HSL | 318.52º | 0.57% | 0.28% | - |
| HSV(B) | 318.52º | 0.73% | 0.44% | - |
| XYZ | 8.7 | 4.98 | 9.31 | - |
| YUV | 60.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 86 | 0 | 0.73 | 0.23 | 0.56 | 318.52 | 0.57 | 0.28 |
| Hex | 6F | 1E | 56 | 0 | 49 | 17 | 38 | 13F | 39 | 1C |
| Octal | 157 | 36 | 126 | 0 | 111 | 27 | 70 | 477 | 71 | 34 |
| Binary | 1101111 | 11110 | 1010110 | 0 | 1001001 | 10111 | 111000 | 100111111 | 111001 | 11100 |
Color Harmonies of #6F1E56
Complementary color
Monochromatic Colors of #6F1E56
Black with #6F1E56
Text Example
Text Example
White with #6F1E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E56; }
p { color: rgb(111,30,86); }
H1.HeaderClassName
{
color: #6F1E56;
}
.AnyTagClassName
{
color: #6F1E56;
}
</style>
background-color css
<style>
a { background-color: #6F1E56; }
a { background-color: rgb(111,30,86); }
div.DivClassName
{
background-color: #6F1E56;
}
.BgClassName
{
background-color: #6F1E56;
}
</style>
border-color css
<style>
span { border-color: #6F1E56; }
span { border-color: rgb(111,30,86); }
td.TdClassName
{
border-color: #6F1E56;
}
.TagClassName
{
border-color: #6F1E56;
}
</style>