Shades of Palatinate Purple #6F3564
Tints of Palatinate Purple #6F3564
RGB
CMYK
RGB Variations
Color information
#6F3564 (or 0x6F3564) is known color: Palatinate Purple. HEX triplet: 6F, 35 and 64. RGB value is (111,53,100). Sum of RGB (Red+Green+Blue) = 111+53+100=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3564 is #90CA9B. Grayscale: #4B4B4B. Windows color (decimal): -9489052 or 6567279. OLE color: 6567279.
HSL color Cylindrical-coordinate representation of color #6F3564: hue angle of 311.38º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F3564 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 100 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.56 |
| HSL | 311.38º | 0.35% | 0.32% | - |
| HSV(B) | 311.38º | 0.52% | 0.44% | - |
| XYZ | 10.13 | 6.85 | 12.84 | - |
| YUV | 75.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 100 | 0 | 0.52 | 0.10 | 0.56 | 311.38 | 0.35 | 0.32 |
| Hex | 6F | 35 | 64 | 0 | 34 | A | 38 | 137 | 23 | 20 |
| Octal | 157 | 65 | 144 | 0 | 64 | 12 | 70 | 467 | 43 | 40 |
| Binary | 1101111 | 110101 | 1100100 | 0 | 110100 | 1010 | 111000 | 100110111 | 100011 | 100000 |
Color Harmonies of #6F3564
Complementary color
Monochromatic Colors of #6F3564
Black with #6F3564
Text Example
Text Example
White with #6F3564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3564; }
p { color: rgb(111,53,100); }
H1.HeaderClassName
{
color: #6F3564;
}
.AnyTagClassName
{
color: #6F3564;
}
</style>
background-color css
<style>
a { background-color: #6F3564; }
a { background-color: rgb(111,53,100); }
div.DivClassName
{
background-color: #6F3564;
}
.BgClassName
{
background-color: #6F3564;
}
</style>
border-color css
<style>
span { border-color: #6F3564; }
span { border-color: rgb(111,53,100); }
td.TdClassName
{
border-color: #6F3564;
}
.TagClassName
{
border-color: #6F3564;
}
</style>