Shades of Palatinate Purple #6B4064
Tints of Palatinate Purple #6B4064
RGB
CMYK
RGB Variations
Color information
#6B4064 (or 0x6B4064) is known color: Palatinate Purple. HEX triplet: 6B, 40 and 64. RGB value is (107,64,100). Sum of RGB (Red+Green+Blue) = 107+64+100=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4064 is #94BF9B. Grayscale: #505050. Windows color (decimal): -9748380 or 6570091. OLE color: 6570091.
HSL color Cylindrical-coordinate representation of color #6B4064: hue angle of 309.77º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B4064 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 100 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.58 |
| HSL | 309.77º | 0.25% | 0.34% | - |
| HSV(B) | 309.77º | 0.4% | 0.42% | - |
| XYZ | 10.2 | 7.71 | 13.01 | - |
| YUV | 80.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 100 | 0 | 0.40 | 0.07 | 0.58 | 309.77 | 0.25 | 0.34 |
| Hex | 6B | 40 | 64 | 0 | 28 | 7 | 3A | 136 | 19 | 22 |
| Octal | 153 | 100 | 144 | 0 | 50 | 7 | 72 | 466 | 31 | 42 |
| Binary | 1101011 | 1000000 | 1100100 | 0 | 101000 | 111 | 111010 | 100110110 | 11001 | 100010 |
Color Harmonies of #6B4064
Complementary color
Monochromatic Colors of #6B4064
Black with #6B4064
Text Example
Text Example
White with #6B4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4064; }
p { color: rgb(107,64,100); }
H1.HeaderClassName
{
color: #6B4064;
}
.AnyTagClassName
{
color: #6B4064;
}
</style>
background-color css
<style>
a { background-color: #6B4064; }
a { background-color: rgb(107,64,100); }
div.DivClassName
{
background-color: #6B4064;
}
.BgClassName
{
background-color: #6B4064;
}
</style>
border-color css
<style>
span { border-color: #6B4064; }
span { border-color: rgb(107,64,100); }
td.TdClassName
{
border-color: #6B4064;
}
.TagClassName
{
border-color: #6B4064;
}
</style>