Shades of Palatinate Purple #640A5C
Tints of Palatinate Purple #640A5C
RGB
CMYK
RGB Variations
Color information
#640A5C (or 0x640A5C) is known color: Palatinate Purple. HEX triplet: 64, 0A and 5C. RGB value is (100,10,92). Sum of RGB (Red+Green+Blue) = 100+10+92=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #640A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A5C is #9BF5A3. Grayscale: #2E2E2E. Windows color (decimal): -10220964 or 6031972. OLE color: 6031972.
HSL color Cylindrical-coordinate representation of color #640A5C: hue angle of 305.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A5C is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 92 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.61 |
| HSL | 305.33º | 0.82% | 0.22% | - |
| HSV(B) | 305.33º | 0.9% | 0.39% | - |
| XYZ | 7.3 | 3.7 | 10.45 | - |
| YUV | 46.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 92 | 0 | 0.90 | 0.08 | 0.61 | 305.33 | 0.82 | 0.22 |
| Hex | 64 | A | 5C | 0 | 5A | 8 | 3D | 131 | 52 | 16 |
| Octal | 144 | 12 | 134 | 0 | 132 | 10 | 75 | 461 | 122 | 26 |
| Binary | 1100100 | 1010 | 1011100 | 0 | 1011010 | 1000 | 111101 | 100110001 | 1010010 | 10110 |
Color Harmonies of #640A5C
Complementary color
Monochromatic Colors of #640A5C
Black with #640A5C
Text Example
Text Example
White with #640A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A5C; }
p { color: rgb(100,10,92); }
H1.HeaderClassName
{
color: #640A5C;
}
.AnyTagClassName
{
color: #640A5C;
}
</style>
background-color css
<style>
a { background-color: #640A5C; }
a { background-color: rgb(100,10,92); }
div.DivClassName
{
background-color: #640A5C;
}
.BgClassName
{
background-color: #640A5C;
}
</style>
border-color css
<style>
span { border-color: #640A5C; }
span { border-color: rgb(100,10,92); }
td.TdClassName
{
border-color: #640A5C;
}
.TagClassName
{
border-color: #640A5C;
}
</style>