Shades of Palatinate Purple #642654
Tints of Palatinate Purple #642654
RGB
CMYK
RGB Variations
Color information
#642654 (or 0x642654) is known color: Palatinate Purple. HEX triplet: 64, 26 and 54. RGB value is (100,38,84). Sum of RGB (Red+Green+Blue) = 100+38+84=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #642654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642654 is #9BD9AB. Grayscale: #3D3D3D. Windows color (decimal): -10213804 or 5514852. OLE color: 5514852.
HSL color Cylindrical-coordinate representation of color #642654: hue angle of 315.48º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642654 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 84 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.61 |
| HSL | 315.48º | 0.45% | 0.27% | - |
| HSV(B) | 315.48º | 0.62% | 0.39% | - |
| XYZ | 7.55 | 4.74 | 8.9 | - |
| YUV | 61.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 84 | 0 | 0.62 | 0.16 | 0.61 | 315.48 | 0.45 | 0.27 |
| Hex | 64 | 26 | 54 | 0 | 3E | 10 | 3D | 13B | 2D | 1B |
| Octal | 144 | 46 | 124 | 0 | 76 | 20 | 75 | 473 | 55 | 33 |
| Binary | 1100100 | 100110 | 1010100 | 0 | 111110 | 10000 | 111101 | 100111011 | 101101 | 11011 |
Color Harmonies of #642654
Complementary color
Monochromatic Colors of #642654
Black with #642654
Text Example
Text Example
White with #642654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642654; }
p { color: rgb(100,38,84); }
H1.HeaderClassName
{
color: #642654;
}
.AnyTagClassName
{
color: #642654;
}
</style>
background-color css
<style>
a { background-color: #642654; }
a { background-color: rgb(100,38,84); }
div.DivClassName
{
background-color: #642654;
}
.BgClassName
{
background-color: #642654;
}
</style>
border-color css
<style>
span { border-color: #642654; }
span { border-color: rgb(100,38,84); }
td.TdClassName
{
border-color: #642654;
}
.TagClassName
{
border-color: #642654;
}
</style>