Shades of Palatinate Purple #6F206E
Tints of Palatinate Purple #6F206E
RGB
CMYK
RGB Variations
Color information
#6F206E (or 0x6F206E) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 6E. RGB value is (111,32,110). Sum of RGB (Red+Green+Blue) = 111+32+110=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F206E is #90DF91. Grayscale: #404040. Windows color (decimal): -9494418 or 7217263. OLE color: 7217263.
HSL color Cylindrical-coordinate representation of color #6F206E: hue angle of 300.76º 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 #6F206E is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 110 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.56 |
| HSL | 300.76º | 0.55% | 0.28% | - |
| HSV(B) | 300.76º | 0.71% | 0.44% | - |
| XYZ | 9.89 | 5.54 | 15.3 | - |
| YUV | 64.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 110 | 0 | 0.71 | 0.01 | 0.56 | 300.76 | 0.55 | 0.28 |
| Hex | 6F | 20 | 6E | 0 | 47 | 1 | 38 | 12D | 37 | 1C |
| Octal | 157 | 40 | 156 | 0 | 107 | 1 | 70 | 455 | 67 | 34 |
| Binary | 1101111 | 100000 | 1101110 | 0 | 1000111 | 1 | 111000 | 100101101 | 110111 | 11100 |
Color Harmonies of #6F206E
Complementary color
Monochromatic Colors of #6F206E
Black with #6F206E
Text Example
Text Example
White with #6F206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F206E; }
p { color: rgb(111,32,110); }
H1.HeaderClassName
{
color: #6F206E;
}
.AnyTagClassName
{
color: #6F206E;
}
</style>
background-color css
<style>
a { background-color: #6F206E; }
a { background-color: rgb(111,32,110); }
div.DivClassName
{
background-color: #6F206E;
}
.BgClassName
{
background-color: #6F206E;
}
</style>
border-color css
<style>
span { border-color: #6F206E; }
span { border-color: rgb(111,32,110); }
td.TdClassName
{
border-color: #6F206E;
}
.TagClassName
{
border-color: #6F206E;
}
</style>