Shades of Palatinate Purple #642A5A
Tints of Palatinate Purple #642A5A
RGB
CMYK
RGB Variations
Color information
#642A5A (or 0x642A5A) is known color: Palatinate Purple. HEX triplet: 64, 2A and 5A. RGB value is (100,42,90). Sum of RGB (Red+Green+Blue) = 100+42+90=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #642A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642A5A is #9BD5A5. Grayscale: #404040. Windows color (decimal): -10212774 or 5909092. OLE color: 5909092.
HSL color Cylindrical-coordinate representation of color #642A5A: hue angle of 310.34º 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 #642A5A is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 90 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.61 |
| HSL | 310.34º | 0.41% | 0.28% | - |
| HSV(B) | 310.34º | 0.58% | 0.39% | - |
| XYZ | 7.93 | 5.1 | 10.24 | - |
| YUV | 64.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 90 | 0 | 0.58 | 0.10 | 0.61 | 310.34 | 0.41 | 0.28 |
| Hex | 64 | 2A | 5A | 0 | 3A | A | 3D | 136 | 29 | 1C |
| Octal | 144 | 52 | 132 | 0 | 72 | 12 | 75 | 466 | 51 | 34 |
| Binary | 1100100 | 101010 | 1011010 | 0 | 111010 | 1010 | 111101 | 100110110 | 101001 | 11100 |
Color Harmonies of #642A5A
Complementary color
Monochromatic Colors of #642A5A
Black with #642A5A
Text Example
Text Example
White with #642A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A5A; }
p { color: rgb(100,42,90); }
H1.HeaderClassName
{
color: #642A5A;
}
.AnyTagClassName
{
color: #642A5A;
}
</style>
background-color css
<style>
a { background-color: #642A5A; }
a { background-color: rgb(100,42,90); }
div.DivClassName
{
background-color: #642A5A;
}
.BgClassName
{
background-color: #642A5A;
}
</style>
border-color css
<style>
span { border-color: #642A5A; }
span { border-color: rgb(100,42,90); }
td.TdClassName
{
border-color: #642A5A;
}
.TagClassName
{
border-color: #642A5A;
}
</style>