Shades of Palatinate Purple #6F206C
Tints of Palatinate Purple #6F206C
RGB
CMYK
RGB Variations
Color information
#6F206C (or 0x6F206C) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 6C. RGB value is (111,32,108). Sum of RGB (Red+Green+Blue) = 111+32+108=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F206C is #90DF93. Grayscale: #404040. Windows color (decimal): -9494420 or 7086191. OLE color: 7086191.
HSL color Cylindrical-coordinate representation of color #6F206C: hue angle of 302.28º 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 #6F206C is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 108 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.56 |
| HSL | 302.28º | 0.55% | 0.28% | - |
| HSV(B) | 302.28º | 0.71% | 0.44% | - |
| XYZ | 9.78 | 5.5 | 14.73 | - |
| YUV | 64.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 108 | 0 | 0.71 | 0.03 | 0.56 | 302.28 | 0.55 | 0.28 |
| Hex | 6F | 20 | 6C | 0 | 47 | 3 | 38 | 12E | 37 | 1C |
| Octal | 157 | 40 | 154 | 0 | 107 | 3 | 70 | 456 | 67 | 34 |
| Binary | 1101111 | 100000 | 1101100 | 0 | 1000111 | 11 | 111000 | 100101110 | 110111 | 11100 |
Color Harmonies of #6F206C
Complementary color
Monochromatic Colors of #6F206C
Black with #6F206C
Text Example
Text Example
White with #6F206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F206C; }
p { color: rgb(111,32,108); }
H1.HeaderClassName
{
color: #6F206C;
}
.AnyTagClassName
{
color: #6F206C;
}
</style>
background-color css
<style>
a { background-color: #6F206C; }
a { background-color: rgb(111,32,108); }
div.DivClassName
{
background-color: #6F206C;
}
.BgClassName
{
background-color: #6F206C;
}
</style>
border-color css
<style>
span { border-color: #6F206C; }
span { border-color: rgb(111,32,108); }
td.TdClassName
{
border-color: #6F206C;
}
.TagClassName
{
border-color: #6F206C;
}
</style>