Shades of Palatinate Purple #640B5C
Tints of Palatinate Purple #640B5C
RGB
CMYK
RGB Variations
Color information
#640B5C (or 0x640B5C) is known color: Palatinate Purple. HEX triplet: 64, 0B and 5C. RGB value is (100,11,92). Sum of RGB (Red+Green+Blue) = 100+11+92=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #640B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B5C is #9BF4A3. Grayscale: #2E2E2E. Windows color (decimal): -10220708 or 6032228. OLE color: 6032228.
HSL color Cylindrical-coordinate representation of color #640B5C: hue angle of 305.39º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640B5C is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 11 | 92 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.61 |
| HSL | 305.39º | 0.8% | 0.22% | - |
| HSV(B) | 305.39º | 0.89% | 0.39% | - |
| XYZ | 7.31 | 3.72 | 10.46 | - |
| YUV | 46.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 92 | 0 | 0.89 | 0.08 | 0.61 | 305.39 | 0.8 | 0.22 |
| Hex | 64 | B | 5C | 0 | 59 | 8 | 3D | 131 | 50 | 16 |
| Octal | 144 | 13 | 134 | 0 | 131 | 10 | 75 | 461 | 120 | 26 |
| Binary | 1100100 | 1011 | 1011100 | 0 | 1011001 | 1000 | 111101 | 100110001 | 1010000 | 10110 |
Color Harmonies of #640B5C
Complementary color
Monochromatic Colors of #640B5C
Black with #640B5C
Text Example
Text Example
White with #640B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640B5C; }
p { color: rgb(100,11,92); }
H1.HeaderClassName
{
color: #640B5C;
}
.AnyTagClassName
{
color: #640B5C;
}
</style>
background-color css
<style>
a { background-color: #640B5C; }
a { background-color: rgb(100,11,92); }
div.DivClassName
{
background-color: #640B5C;
}
.BgClassName
{
background-color: #640B5C;
}
</style>
border-color css
<style>
span { border-color: #640B5C; }
span { border-color: rgb(100,11,92); }
td.TdClassName
{
border-color: #640B5C;
}
.TagClassName
{
border-color: #640B5C;
}
</style>