Shades of Palatinate Purple #6F2868
Tints of Palatinate Purple #6F2868
RGB
CMYK
RGB Variations
Color information
#6F2868 (or 0x6F2868) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 68. RGB value is (111,40,104). Sum of RGB (Red+Green+Blue) = 111+40+104=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2868 is #90D797. Grayscale: #444444. Windows color (decimal): -9492376 or 6826095. OLE color: 6826095.
HSL color Cylindrical-coordinate representation of color #6F2868: hue angle of 305.92º 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 #6F2868 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 104 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.56 |
| HSL | 305.92º | 0.47% | 0.3% | - |
| HSV(B) | 305.92º | 0.64% | 0.44% | - |
| XYZ | 9.81 | 5.9 | 13.72 | - |
| YUV | 68.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 104 | 0 | 0.64 | 0.06 | 0.56 | 305.92 | 0.47 | 0.3 |
| Hex | 6F | 28 | 68 | 0 | 40 | 6 | 38 | 132 | 2F | 1E |
| Octal | 157 | 50 | 150 | 0 | 100 | 6 | 70 | 462 | 57 | 36 |
| Binary | 1101111 | 101000 | 1101000 | 0 | 1000000 | 110 | 111000 | 100110010 | 101111 | 11110 |
Color Harmonies of #6F2868
Complementary color
Monochromatic Colors of #6F2868
Black with #6F2868
Text Example
Text Example
White with #6F2868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2868; }
p { color: rgb(111,40,104); }
H1.HeaderClassName
{
color: #6F2868;
}
.AnyTagClassName
{
color: #6F2868;
}
</style>
background-color css
<style>
a { background-color: #6F2868; }
a { background-color: rgb(111,40,104); }
div.DivClassName
{
background-color: #6F2868;
}
.BgClassName
{
background-color: #6F2868;
}
</style>
border-color css
<style>
span { border-color: #6F2868; }
span { border-color: rgb(111,40,104); }
td.TdClassName
{
border-color: #6F2868;
}
.TagClassName
{
border-color: #6F2868;
}
</style>