Shades of Palatinate Purple #642F58
Tints of Palatinate Purple #642F58
RGB
CMYK
RGB Variations
Color information
#642F58 (or 0x642F58) is known color: Palatinate Purple. HEX triplet: 64, 2F and 58. RGB value is (100,47,88). Sum of RGB (Red+Green+Blue) = 100+47+88=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #642F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642F58 is #9BD0A7. Grayscale: #434343. Windows color (decimal): -10211496 or 5779300. OLE color: 5779300.
HSL color Cylindrical-coordinate representation of color #642F58: hue angle of 313.58º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #642F58 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 47 | 88 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.61 |
| HSL | 313.58º | 0.36% | 0.29% | - |
| HSV(B) | 313.58º | 0.53% | 0.39% | - |
| XYZ | 8.03 | 5.45 | 9.86 | - |
| YUV | 67.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 88 | 0 | 0.53 | 0.12 | 0.61 | 313.58 | 0.36 | 0.29 |
| Hex | 64 | 2F | 58 | 0 | 35 | C | 3D | 13A | 24 | 1D |
| Octal | 144 | 57 | 130 | 0 | 65 | 14 | 75 | 472 | 44 | 35 |
| Binary | 1100100 | 101111 | 1011000 | 0 | 110101 | 1100 | 111101 | 100111010 | 100100 | 11101 |
Color Harmonies of #642F58
Complementary color
Monochromatic Colors of #642F58
Black with #642F58
Text Example
Text Example
White with #642F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F58; }
p { color: rgb(100,47,88); }
H1.HeaderClassName
{
color: #642F58;
}
.AnyTagClassName
{
color: #642F58;
}
</style>
background-color css
<style>
a { background-color: #642F58; }
a { background-color: rgb(100,47,88); }
div.DivClassName
{
background-color: #642F58;
}
.BgClassName
{
background-color: #642F58;
}
</style>
border-color css
<style>
span { border-color: #642F58; }
span { border-color: rgb(100,47,88); }
td.TdClassName
{
border-color: #642F58;
}
.TagClassName
{
border-color: #642F58;
}
</style>