Shades of Palatinate Purple #6F2067
Tints of Palatinate Purple #6F2067
RGB
CMYK
RGB Variations
Color information
#6F2067 (or 0x6F2067) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 67. RGB value is (111,32,103). Sum of RGB (Red+Green+Blue) = 111+32+103=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2067 is #90DF98. Grayscale: #3F3F3F. Windows color (decimal): -9494425 or 6758511. OLE color: 6758511.
HSL color Cylindrical-coordinate representation of color #6F2067: hue angle of 306.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2067 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 103 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.56 |
| HSL | 306.08º | 0.55% | 0.28% | - |
| HSV(B) | 306.08º | 0.71% | 0.44% | - |
| XYZ | 9.52 | 5.39 | 13.37 | - |
| YUV | 63.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 103 | 0 | 0.71 | 0.07 | 0.56 | 306.08 | 0.55 | 0.28 |
| Hex | 6F | 20 | 67 | 0 | 47 | 7 | 38 | 132 | 37 | 1C |
| Octal | 157 | 40 | 147 | 0 | 107 | 7 | 70 | 462 | 67 | 34 |
| Binary | 1101111 | 100000 | 1100111 | 0 | 1000111 | 111 | 111000 | 100110010 | 110111 | 11100 |
Color Harmonies of #6F2067
Complementary color
Monochromatic Colors of #6F2067
Black with #6F2067
Text Example
Text Example
White with #6F2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2067; }
p { color: rgb(111,32,103); }
H1.HeaderClassName
{
color: #6F2067;
}
.AnyTagClassName
{
color: #6F2067;
}
</style>
background-color css
<style>
a { background-color: #6F2067; }
a { background-color: rgb(111,32,103); }
div.DivClassName
{
background-color: #6F2067;
}
.BgClassName
{
background-color: #6F2067;
}
</style>
border-color css
<style>
span { border-color: #6F2067; }
span { border-color: rgb(111,32,103); }
td.TdClassName
{
border-color: #6F2067;
}
.TagClassName
{
border-color: #6F2067;
}
</style>