Shades of Palatinate Purple #6F2869
Tints of Palatinate Purple #6F2869
RGB
CMYK
RGB Variations
Color information
#6F2869 (or 0x6F2869) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 69. RGB value is (111,40,105). Sum of RGB (Red+Green+Blue) = 111+40+105=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2869 is #90D796. Grayscale: #444444. Windows color (decimal): -9492375 or 6891631. OLE color: 6891631.
HSL color Cylindrical-coordinate representation of color #6F2869: hue angle of 305.07º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2869 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 105 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.56 |
| HSL | 305.07º | 0.47% | 0.3% | - |
| HSV(B) | 305.07º | 0.64% | 0.44% | - |
| XYZ | 9.86 | 5.92 | 13.99 | - |
| YUV | 68.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 105 | 0 | 0.64 | 0.05 | 0.56 | 305.07 | 0.47 | 0.3 |
| Hex | 6F | 28 | 69 | 0 | 40 | 5 | 38 | 131 | 2F | 1E |
| Octal | 157 | 50 | 151 | 0 | 100 | 5 | 70 | 461 | 57 | 36 |
| Binary | 1101111 | 101000 | 1101001 | 0 | 1000000 | 101 | 111000 | 100110001 | 101111 | 11110 |
Color Harmonies of #6F2869
Complementary color
Monochromatic Colors of #6F2869
Black with #6F2869
Text Example
Text Example
White with #6F2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2869; }
p { color: rgb(111,40,105); }
H1.HeaderClassName
{
color: #6F2869;
}
.AnyTagClassName
{
color: #6F2869;
}
</style>
background-color css
<style>
a { background-color: #6F2869; }
a { background-color: rgb(111,40,105); }
div.DivClassName
{
background-color: #6F2869;
}
.BgClassName
{
background-color: #6F2869;
}
</style>
border-color css
<style>
span { border-color: #6F2869; }
span { border-color: rgb(111,40,105); }
td.TdClassName
{
border-color: #6F2869;
}
.TagClassName
{
border-color: #6F2869;
}
</style>