Shades of Palatinate Purple #642A5D
Tints of Palatinate Purple #642A5D
RGB
CMYK
RGB Variations
Color information
#642A5D (or 0x642A5D) is known color: Palatinate Purple. HEX triplet: 64, 2A and 5D. RGB value is (100,42,93). Sum of RGB (Red+Green+Blue) = 100+42+93=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #642A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642A5D is #9BD5A2. Grayscale: #414141. Windows color (decimal): -10212771 or 6105700. OLE color: 6105700.
HSL color Cylindrical-coordinate representation of color #642A5D: hue angle of 307.24º 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 #642A5D is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 93 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.61 |
| HSL | 307.24º | 0.41% | 0.28% | - |
| HSV(B) | 307.24º | 0.58% | 0.39% | - |
| XYZ | 8.06 | 5.16 | 10.93 | - |
| YUV | 65.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 93 | 0 | 0.58 | 0.07 | 0.61 | 307.24 | 0.41 | 0.28 |
| Hex | 64 | 2A | 5D | 0 | 3A | 7 | 3D | 133 | 29 | 1C |
| Octal | 144 | 52 | 135 | 0 | 72 | 7 | 75 | 463 | 51 | 34 |
| Binary | 1100100 | 101010 | 1011101 | 0 | 111010 | 111 | 111101 | 100110011 | 101001 | 11100 |
Color Harmonies of #642A5D
Complementary color
Monochromatic Colors of #642A5D
Black with #642A5D
Text Example
Text Example
White with #642A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A5D; }
p { color: rgb(100,42,93); }
H1.HeaderClassName
{
color: #642A5D;
}
.AnyTagClassName
{
color: #642A5D;
}
</style>
background-color css
<style>
a { background-color: #642A5D; }
a { background-color: rgb(100,42,93); }
div.DivClassName
{
background-color: #642A5D;
}
.BgClassName
{
background-color: #642A5D;
}
</style>
border-color css
<style>
span { border-color: #642A5D; }
span { border-color: rgb(100,42,93); }
td.TdClassName
{
border-color: #642A5D;
}
.TagClassName
{
border-color: #642A5D;
}
</style>