Shades of Palatinate Purple #641C58
Tints of Palatinate Purple #641C58
RGB
CMYK
RGB Variations
Color information
#641C58 (or 0x641C58) is known color: Palatinate Purple. HEX triplet: 64, 1C and 58. RGB value is (100,28,88). Sum of RGB (Red+Green+Blue) = 100+28+88=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #641C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641C58 is #9BE3A7. Grayscale: #383838. Windows color (decimal): -10216360 or 5774436. OLE color: 5774436.
HSL color Cylindrical-coordinate representation of color #641C58: hue angle of 310º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #641C58 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 28 | 88 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.61 |
| HSL | 310º | 0.56% | 0.25% | - |
| HSV(B) | 310º | 0.72% | 0.39% | - |
| XYZ | 7.43 | 4.24 | 9.66 | - |
| YUV | 56.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 88 | 0 | 0.72 | 0.12 | 0.61 | 310 | 0.56 | 0.25 |
| Hex | 64 | 1C | 58 | 0 | 48 | C | 3D | 136 | 38 | 19 |
| Octal | 144 | 34 | 130 | 0 | 110 | 14 | 75 | 466 | 70 | 31 |
| Binary | 1100100 | 11100 | 1011000 | 0 | 1001000 | 1100 | 111101 | 100110110 | 111000 | 11001 |
Color Harmonies of #641C58
Complementary color
Monochromatic Colors of #641C58
Black with #641C58
Text Example
Text Example
White with #641C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641C58; }
p { color: rgb(100,28,88); }
H1.HeaderClassName
{
color: #641C58;
}
.AnyTagClassName
{
color: #641C58;
}
</style>
background-color css
<style>
a { background-color: #641C58; }
a { background-color: rgb(100,28,88); }
div.DivClassName
{
background-color: #641C58;
}
.BgClassName
{
background-color: #641C58;
}
</style>
border-color css
<style>
span { border-color: #641C58; }
span { border-color: rgb(100,28,88); }
td.TdClassName
{
border-color: #641C58;
}
.TagClassName
{
border-color: #641C58;
}
</style>