Shades of Palatinate Purple #6F216B
Tints of Palatinate Purple #6F216B
RGB
CMYK
RGB Variations
Color information
#6F216B (or 0x6F216B) is known color: Palatinate Purple. HEX triplet: 6F, 21 and 6B. RGB value is (111,33,107). Sum of RGB (Red+Green+Blue) = 111+33+107=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F216B is #90DE94. Grayscale: #404040. Windows color (decimal): -9494165 or 7020911. OLE color: 7020911.
HSL color Cylindrical-coordinate representation of color #6F216B: hue angle of 303.08º 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 #6F216B is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 107 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.56 |
| HSL | 303.08º | 0.54% | 0.28% | - |
| HSV(B) | 303.08º | 0.7% | 0.44% | - |
| XYZ | 9.75 | 5.53 | 14.46 | - |
| YUV | 64.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 107 | 0 | 0.70 | 0.04 | 0.56 | 303.08 | 0.54 | 0.28 |
| Hex | 6F | 21 | 6B | 0 | 46 | 4 | 38 | 12F | 36 | 1C |
| Octal | 157 | 41 | 153 | 0 | 106 | 4 | 70 | 457 | 66 | 34 |
| Binary | 1101111 | 100001 | 1101011 | 0 | 1000110 | 100 | 111000 | 100101111 | 110110 | 11100 |
Color Harmonies of #6F216B
Complementary color
Monochromatic Colors of #6F216B
Black with #6F216B
Text Example
Text Example
White with #6F216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F216B; }
p { color: rgb(111,33,107); }
H1.HeaderClassName
{
color: #6F216B;
}
.AnyTagClassName
{
color: #6F216B;
}
</style>
background-color css
<style>
a { background-color: #6F216B; }
a { background-color: rgb(111,33,107); }
div.DivClassName
{
background-color: #6F216B;
}
.BgClassName
{
background-color: #6F216B;
}
</style>
border-color css
<style>
span { border-color: #6F216B; }
span { border-color: rgb(111,33,107); }
td.TdClassName
{
border-color: #6F216B;
}
.TagClassName
{
border-color: #6F216B;
}
</style>