Shades of Palatinate Purple #6B3964
Tints of Palatinate Purple #6B3964
RGB
CMYK
RGB Variations
Color information
#6B3964 (or 0x6B3964) is known color: Palatinate Purple. HEX triplet: 6B, 39 and 64. RGB value is (107,57,100). Sum of RGB (Red+Green+Blue) = 107+57+100=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3964 is #94C69B. Grayscale: #4C4C4C. Windows color (decimal): -9750172 or 6568299. OLE color: 6568299.
HSL color Cylindrical-coordinate representation of color #6B3964: hue angle of 308.4º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B3964 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 57 | 100 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.58 |
| HSL | 308.4º | 0.3% | 0.32% | - |
| HSV(B) | 308.4º | 0.47% | 0.42% | - |
| XYZ | 9.83 | 6.97 | 12.88 | - |
| YUV | 76.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 100 | 0 | 0.47 | 0.07 | 0.58 | 308.4 | 0.3 | 0.32 |
| Hex | 6B | 39 | 64 | 0 | 2F | 7 | 3A | 134 | 1E | 20 |
| Octal | 153 | 71 | 144 | 0 | 57 | 7 | 72 | 464 | 36 | 40 |
| Binary | 1101011 | 111001 | 1100100 | 0 | 101111 | 111 | 111010 | 100110100 | 11110 | 100000 |
Color Harmonies of #6B3964
Complementary color
Monochromatic Colors of #6B3964
Black with #6B3964
Text Example
Text Example
White with #6B3964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3964; }
p { color: rgb(107,57,100); }
H1.HeaderClassName
{
color: #6B3964;
}
.AnyTagClassName
{
color: #6B3964;
}
</style>
background-color css
<style>
a { background-color: #6B3964; }
a { background-color: rgb(107,57,100); }
div.DivClassName
{
background-color: #6B3964;
}
.BgClassName
{
background-color: #6B3964;
}
</style>
border-color css
<style>
span { border-color: #6B3964; }
span { border-color: rgb(107,57,100); }
td.TdClassName
{
border-color: #6B3964;
}
.TagClassName
{
border-color: #6B3964;
}
</style>