Shades of Palatinate Purple #642A5E
Tints of Palatinate Purple #642A5E
RGB
CMYK
RGB Variations
Color information
#642A5E (or 0x642A5E) is known color: Palatinate Purple. HEX triplet: 64, 2A and 5E. RGB value is (100,42,94). Sum of RGB (Red+Green+Blue) = 100+42+94=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #642A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642A5E is #9BD5A1. Grayscale: #414141. Windows color (decimal): -10212770 or 6171236. OLE color: 6171236.
HSL color Cylindrical-coordinate representation of color #642A5E: hue angle of 306.21º 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 #642A5E is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 94 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.61 |
| HSL | 306.21º | 0.41% | 0.28% | - |
| HSV(B) | 306.21º | 0.58% | 0.39% | - |
| XYZ | 8.1 | 5.17 | 11.16 | - |
| YUV | 65.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 94 | 0 | 0.58 | 0.06 | 0.61 | 306.21 | 0.41 | 0.28 |
| Hex | 64 | 2A | 5E | 0 | 3A | 6 | 3D | 132 | 29 | 1C |
| Octal | 144 | 52 | 136 | 0 | 72 | 6 | 75 | 462 | 51 | 34 |
| Binary | 1100100 | 101010 | 1011110 | 0 | 111010 | 110 | 111101 | 100110010 | 101001 | 11100 |
Color Harmonies of #642A5E
Complementary color
Monochromatic Colors of #642A5E
Black with #642A5E
Text Example
Text Example
White with #642A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A5E; }
p { color: rgb(100,42,94); }
H1.HeaderClassName
{
color: #642A5E;
}
.AnyTagClassName
{
color: #642A5E;
}
</style>
background-color css
<style>
a { background-color: #642A5E; }
a { background-color: rgb(100,42,94); }
div.DivClassName
{
background-color: #642A5E;
}
.BgClassName
{
background-color: #642A5E;
}
</style>
border-color css
<style>
span { border-color: #642A5E; }
span { border-color: rgb(100,42,94); }
td.TdClassName
{
border-color: #642A5E;
}
.TagClassName
{
border-color: #642A5E;
}
</style>