Shades of Palatinate Purple #642352
Tints of Palatinate Purple #642352
RGB
CMYK
RGB Variations
Color information
#642352 (or 0x642352) is known color: Palatinate Purple. HEX triplet: 64, 23 and 52. RGB value is (100,35,82). Sum of RGB (Red+Green+Blue) = 100+35+82=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #642352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642352 is #9BDCAD. Grayscale: #3B3B3B. Windows color (decimal): -10214574 or 5383012. OLE color: 5383012.
HSL color Cylindrical-coordinate representation of color #642352: hue angle of 316.62º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #642352 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 82 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.61 |
| HSL | 316.62º | 0.48% | 0.26% | - |
| HSV(B) | 316.62º | 0.65% | 0.39% | - |
| XYZ | 7.38 | 4.52 | 8.47 | - |
| YUV | 59.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 82 | 0 | 0.65 | 0.18 | 0.61 | 316.62 | 0.48 | 0.26 |
| Hex | 64 | 23 | 52 | 0 | 41 | 12 | 3D | 13D | 30 | 1A |
| Octal | 144 | 43 | 122 | 0 | 101 | 22 | 75 | 475 | 60 | 32 |
| Binary | 1100100 | 100011 | 1010010 | 0 | 1000001 | 10010 | 111101 | 100111101 | 110000 | 11010 |
Color Harmonies of #642352
Complementary color
Monochromatic Colors of #642352
Black with #642352
Text Example
Text Example
White with #642352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642352; }
p { color: rgb(100,35,82); }
H1.HeaderClassName
{
color: #642352;
}
.AnyTagClassName
{
color: #642352;
}
</style>
background-color css
<style>
a { background-color: #642352; }
a { background-color: rgb(100,35,82); }
div.DivClassName
{
background-color: #642352;
}
.BgClassName
{
background-color: #642352;
}
</style>
border-color css
<style>
span { border-color: #642352; }
span { border-color: rgb(100,35,82); }
td.TdClassName
{
border-color: #642352;
}
.TagClassName
{
border-color: #642352;
}
</style>