Shades of Palatinate Purple #6B3E64
Tints of Palatinate Purple #6B3E64
RGB
CMYK
RGB Variations
Color information
#6B3E64 (or 0x6B3E64) is known color: Palatinate Purple. HEX triplet: 6B, 3E and 64. RGB value is (107,62,100). Sum of RGB (Red+Green+Blue) = 107+62+100=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3E64 is #94C19B. Grayscale: #4F4F4F. Windows color (decimal): -9748892 or 6569579. OLE color: 6569579.
HSL color Cylindrical-coordinate representation of color #6B3E64: hue angle of 309.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B3E64 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 62 | 100 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.58 |
| HSL | 309.33º | 0.27% | 0.33% | - |
| HSV(B) | 309.33º | 0.42% | 0.42% | - |
| XYZ | 10.09 | 7.49 | 12.97 | - |
| YUV | 79.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 62 | 100 | 0 | 0.42 | 0.07 | 0.58 | 309.33 | 0.27 | 0.33 |
| Hex | 6B | 3E | 64 | 0 | 2A | 7 | 3A | 135 | 1B | 21 |
| Octal | 153 | 76 | 144 | 0 | 52 | 7 | 72 | 465 | 33 | 41 |
| Binary | 1101011 | 111110 | 1100100 | 0 | 101010 | 111 | 111010 | 100110101 | 11011 | 100001 |
Color Harmonies of #6B3E64
Complementary color
Monochromatic Colors of #6B3E64
Black with #6B3E64
Text Example
Text Example
White with #6B3E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3E64; }
p { color: rgb(107,62,100); }
H1.HeaderClassName
{
color: #6B3E64;
}
.AnyTagClassName
{
color: #6B3E64;
}
</style>
background-color css
<style>
a { background-color: #6B3E64; }
a { background-color: rgb(107,62,100); }
div.DivClassName
{
background-color: #6B3E64;
}
.BgClassName
{
background-color: #6B3E64;
}
</style>
border-color css
<style>
span { border-color: #6B3E64; }
span { border-color: rgb(107,62,100); }
td.TdClassName
{
border-color: #6B3E64;
}
.TagClassName
{
border-color: #6B3E64;
}
</style>