Shades of Palatinate Purple #6F216E
Tints of Palatinate Purple #6F216E
RGB
CMYK
RGB Variations
Color information
#6F216E (or 0x6F216E) is known color: Palatinate Purple. HEX triplet: 6F, 21 and 6E. RGB value is (111,33,110). Sum of RGB (Red+Green+Blue) = 111+33+110=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F216E is #90DE91. Grayscale: #404040. Windows color (decimal): -9494162 or 7217519. OLE color: 7217519.
HSL color Cylindrical-coordinate representation of color #6F216E: hue angle of 300.77º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F216E is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 110 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.56 |
| HSL | 300.77º | 0.54% | 0.28% | - |
| HSV(B) | 300.77º | 0.7% | 0.44% | - |
| XYZ | 9.91 | 5.59 | 15.31 | - |
| YUV | 65.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 110 | 0 | 0.70 | 0.01 | 0.56 | 300.77 | 0.54 | 0.28 |
| Hex | 6F | 21 | 6E | 0 | 46 | 1 | 38 | 12D | 36 | 1C |
| Octal | 157 | 41 | 156 | 0 | 106 | 1 | 70 | 455 | 66 | 34 |
| Binary | 1101111 | 100001 | 1101110 | 0 | 1000110 | 1 | 111000 | 100101101 | 110110 | 11100 |
Color Harmonies of #6F216E
Complementary color
Monochromatic Colors of #6F216E
Black with #6F216E
Text Example
Text Example
White with #6F216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F216E; }
p { color: rgb(111,33,110); }
H1.HeaderClassName
{
color: #6F216E;
}
.AnyTagClassName
{
color: #6F216E;
}
</style>
background-color css
<style>
a { background-color: #6F216E; }
a { background-color: rgb(111,33,110); }
div.DivClassName
{
background-color: #6F216E;
}
.BgClassName
{
background-color: #6F216E;
}
</style>
border-color css
<style>
span { border-color: #6F216E; }
span { border-color: rgb(111,33,110); }
td.TdClassName
{
border-color: #6F216E;
}
.TagClassName
{
border-color: #6F216E;
}
</style>