Shades of Palatinate Purple #6F2064
Tints of Palatinate Purple #6F2064
RGB
CMYK
RGB Variations
Color information
#6F2064 (or 0x6F2064) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 64. RGB value is (111,32,100). Sum of RGB (Red+Green+Blue) = 111+32+100=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2064 is #90DF9B. Grayscale: #3F3F3F. Windows color (decimal): -9494428 or 6561903. OLE color: 6561903.
HSL color Cylindrical-coordinate representation of color #6F2064: hue angle of 308.35º 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 #6F2064 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 100 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.56 |
| HSL | 308.35º | 0.55% | 0.28% | - |
| HSV(B) | 308.35º | 0.71% | 0.44% | - |
| XYZ | 9.37 | 5.33 | 12.59 | - |
| YUV | 63.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 100 | 0 | 0.71 | 0.10 | 0.56 | 308.35 | 0.55 | 0.28 |
| Hex | 6F | 20 | 64 | 0 | 47 | A | 38 | 134 | 37 | 1C |
| Octal | 157 | 40 | 144 | 0 | 107 | 12 | 70 | 464 | 67 | 34 |
| Binary | 1101111 | 100000 | 1100100 | 0 | 1000111 | 1010 | 111000 | 100110100 | 110111 | 11100 |
Color Harmonies of #6F2064
Complementary color
Monochromatic Colors of #6F2064
Black with #6F2064
Text Example
Text Example
White with #6F2064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2064; }
p { color: rgb(111,32,100); }
H1.HeaderClassName
{
color: #6F2064;
}
.AnyTagClassName
{
color: #6F2064;
}
</style>
background-color css
<style>
a { background-color: #6F2064; }
a { background-color: rgb(111,32,100); }
div.DivClassName
{
background-color: #6F2064;
}
.BgClassName
{
background-color: #6F2064;
}
</style>
border-color css
<style>
span { border-color: #6F2064; }
span { border-color: rgb(111,32,100); }
td.TdClassName
{
border-color: #6F2064;
}
.TagClassName
{
border-color: #6F2064;
}
</style>