Shades of Palatinate Purple #642253
Tints of Palatinate Purple #642253
RGB
CMYK
RGB Variations
Color information
#642253 (or 0x642253) is known color: Palatinate Purple. HEX triplet: 64, 22 and 53. RGB value is (100,34,83). Sum of RGB (Red+Green+Blue) = 100+34+83=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #642253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642253 is #9BDDAC. Grayscale: #3B3B3B. Windows color (decimal): -10214829 or 5448292. OLE color: 5448292.
HSL color Cylindrical-coordinate representation of color #642253: hue angle of 315.45º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642253 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 34 | 83 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.61 |
| HSL | 315.45º | 0.49% | 0.26% | - |
| HSV(B) | 315.45º | 0.66% | 0.39% | - |
| XYZ | 7.39 | 4.48 | 8.66 | - |
| YUV | 59.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 83 | 0 | 0.66 | 0.17 | 0.61 | 315.45 | 0.49 | 0.26 |
| Hex | 64 | 22 | 53 | 0 | 42 | 11 | 3D | 13B | 31 | 1A |
| Octal | 144 | 42 | 123 | 0 | 102 | 21 | 75 | 473 | 61 | 32 |
| Binary | 1100100 | 100010 | 1010011 | 0 | 1000010 | 10001 | 111101 | 100111011 | 110001 | 11010 |
Color Harmonies of #642253
Complementary color
Monochromatic Colors of #642253
Black with #642253
Text Example
Text Example
White with #642253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642253; }
p { color: rgb(100,34,83); }
H1.HeaderClassName
{
color: #642253;
}
.AnyTagClassName
{
color: #642253;
}
</style>
background-color css
<style>
a { background-color: #642253; }
a { background-color: rgb(100,34,83); }
div.DivClassName
{
background-color: #642253;
}
.BgClassName
{
background-color: #642253;
}
</style>
border-color css
<style>
span { border-color: #642253; }
span { border-color: rgb(100,34,83); }
td.TdClassName
{
border-color: #642253;
}
.TagClassName
{
border-color: #642253;
}
</style>