Shades of Palatinate Purple #642B58
Tints of Palatinate Purple #642B58
RGB
CMYK
RGB Variations
Color information
#642B58 (or 0x642B58) is known color: Palatinate Purple. HEX triplet: 64, 2B and 58. RGB value is (100,43,88). Sum of RGB (Red+Green+Blue) = 100+43+88=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #642B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642B58 is #9BD4A7. Grayscale: #414141. Windows color (decimal): -10212520 or 5778276. OLE color: 5778276.
HSL color Cylindrical-coordinate representation of color #642B58: hue angle of 312.63º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #642B58 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 43 | 88 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.61 |
| HSL | 312.63º | 0.4% | 0.28% | - |
| HSV(B) | 312.63º | 0.57% | 0.39% | - |
| XYZ | 7.88 | 5.14 | 9.81 | - |
| YUV | 65.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 88 | 0 | 0.57 | 0.12 | 0.61 | 312.63 | 0.4 | 0.28 |
| Hex | 64 | 2B | 58 | 0 | 39 | C | 3D | 139 | 28 | 1C |
| Octal | 144 | 53 | 130 | 0 | 71 | 14 | 75 | 471 | 50 | 34 |
| Binary | 1100100 | 101011 | 1011000 | 0 | 111001 | 1100 | 111101 | 100111001 | 101000 | 11100 |
Color Harmonies of #642B58
Complementary color
Monochromatic Colors of #642B58
Black with #642B58
Text Example
Text Example
White with #642B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B58; }
p { color: rgb(100,43,88); }
H1.HeaderClassName
{
color: #642B58;
}
.AnyTagClassName
{
color: #642B58;
}
</style>
background-color css
<style>
a { background-color: #642B58; }
a { background-color: rgb(100,43,88); }
div.DivClassName
{
background-color: #642B58;
}
.BgClassName
{
background-color: #642B58;
}
</style>
border-color css
<style>
span { border-color: #642B58; }
span { border-color: rgb(100,43,88); }
td.TdClassName
{
border-color: #642B58;
}
.TagClassName
{
border-color: #642B58;
}
</style>