Shades of Palatinate Purple #642265
Tints of Palatinate Purple #642265
RGB
CMYK
RGB Variations
Color information
#642265 (or 0x642265) is known color: Palatinate Purple. HEX triplet: 64, 22 and 65. RGB value is (100,34,101). Sum of RGB (Red+Green+Blue) = 100+34+101=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #642265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642265 is #9BDD9A. Grayscale: #3D3D3D. Windows color (decimal): -10214811 or 6627940. OLE color: 6627940.
HSL color Cylindrical-coordinate representation of color #642265: hue angle of 299.1º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642265 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 34 | 101 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.60 |
| HSL | 299.1º | 0.5% | 0.26% | - |
| HSV(B) | 299.1º | 0.66% | 0.4% | - |
| XYZ | 8.18 | 4.79 | 12.81 | - |
| YUV | 61.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 101 | 0.01 | 0.66 | 0 | 0.60 | 299.1 | 0.5 | 0.26 |
| Hex | 64 | 22 | 65 | 1 | 42 | 0 | 3C | 12B | 32 | 1A |
| Octal | 144 | 42 | 145 | 1 | 102 | 0 | 74 | 453 | 62 | 32 |
| Binary | 1100100 | 100010 | 1100101 | 1 | 1000010 | 0 | 111100 | 100101011 | 110010 | 11010 |
Color Harmonies of #642265
Complementary color
Monochromatic Colors of #642265
Black with #642265
Text Example
Text Example
White with #642265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642265; }
p { color: rgb(100,34,101); }
H1.HeaderClassName
{
color: #642265;
}
.AnyTagClassName
{
color: #642265;
}
</style>
background-color css
<style>
a { background-color: #642265; }
a { background-color: rgb(100,34,101); }
div.DivClassName
{
background-color: #642265;
}
.BgClassName
{
background-color: #642265;
}
</style>
border-color css
<style>
span { border-color: #642265; }
span { border-color: rgb(100,34,101); }
td.TdClassName
{
border-color: #642265;
}
.TagClassName
{
border-color: #642265;
}
</style>