Shades of Palatinate Purple #6F3464
Tints of Palatinate Purple #6F3464
RGB
CMYK
RGB Variations
Color information
#6F3464 (or 0x6F3464) is known color: Palatinate Purple. HEX triplet: 6F, 34 and 64. RGB value is (111,52,100). Sum of RGB (Red+Green+Blue) = 111+52+100=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3464 is #90CB9B. Grayscale: #4A4A4A. Windows color (decimal): -9489308 or 6567023. OLE color: 6567023.
HSL color Cylindrical-coordinate representation of color #6F3464: hue angle of 311.19º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3464 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 100 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.56 |
| HSL | 311.19º | 0.36% | 0.32% | - |
| HSV(B) | 311.19º | 0.53% | 0.44% | - |
| XYZ | 10.08 | 6.76 | 12.83 | - |
| YUV | 75.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 100 | 0 | 0.53 | 0.10 | 0.56 | 311.19 | 0.36 | 0.32 |
| Hex | 6F | 34 | 64 | 0 | 35 | A | 38 | 137 | 24 | 20 |
| Octal | 157 | 64 | 144 | 0 | 65 | 12 | 70 | 467 | 44 | 40 |
| Binary | 1101111 | 110100 | 1100100 | 0 | 110101 | 1010 | 111000 | 100110111 | 100100 | 100000 |
Color Harmonies of #6F3464
Complementary color
Monochromatic Colors of #6F3464
Black with #6F3464
Text Example
Text Example
White with #6F3464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3464; }
p { color: rgb(111,52,100); }
H1.HeaderClassName
{
color: #6F3464;
}
.AnyTagClassName
{
color: #6F3464;
}
</style>
background-color css
<style>
a { background-color: #6F3464; }
a { background-color: rgb(111,52,100); }
div.DivClassName
{
background-color: #6F3464;
}
.BgClassName
{
background-color: #6F3464;
}
</style>
border-color css
<style>
span { border-color: #6F3464; }
span { border-color: rgb(111,52,100); }
td.TdClassName
{
border-color: #6F3464;
}
.TagClassName
{
border-color: #6F3464;
}
</style>