Shades of Palatinate Purple #642A56
Tints of Palatinate Purple #642A56
RGB
CMYK
RGB Variations
Color information
#642A56 (or 0x642A56) is known color: Palatinate Purple. HEX triplet: 64, 2A and 56. RGB value is (100,42,86). Sum of RGB (Red+Green+Blue) = 100+42+86=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #642A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642A56 is #9BD5A9. Grayscale: #404040. Windows color (decimal): -10212778 or 5646948. OLE color: 5646948.
HSL color Cylindrical-coordinate representation of color #642A56: hue angle of 314.48º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #642A56 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 86 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.61 |
| HSL | 314.48º | 0.41% | 0.28% | - |
| HSV(B) | 314.48º | 0.58% | 0.39% | - |
| XYZ | 7.76 | 5.04 | 9.37 | - |
| YUV | 64.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 86 | 0 | 0.58 | 0.14 | 0.61 | 314.48 | 0.41 | 0.28 |
| Hex | 64 | 2A | 56 | 0 | 3A | E | 3D | 13A | 29 | 1C |
| Octal | 144 | 52 | 126 | 0 | 72 | 16 | 75 | 472 | 51 | 34 |
| Binary | 1100100 | 101010 | 1010110 | 0 | 111010 | 1110 | 111101 | 100111010 | 101001 | 11100 |
Color Harmonies of #642A56
Complementary color
Monochromatic Colors of #642A56
Black with #642A56
Text Example
Text Example
White with #642A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A56; }
p { color: rgb(100,42,86); }
H1.HeaderClassName
{
color: #642A56;
}
.AnyTagClassName
{
color: #642A56;
}
</style>
background-color css
<style>
a { background-color: #642A56; }
a { background-color: rgb(100,42,86); }
div.DivClassName
{
background-color: #642A56;
}
.BgClassName
{
background-color: #642A56;
}
</style>
border-color css
<style>
span { border-color: #642A56; }
span { border-color: rgb(100,42,86); }
td.TdClassName
{
border-color: #642A56;
}
.TagClassName
{
border-color: #642A56;
}
</style>