Shades of Purple Heart #642CB9
Tints of Purple Heart #642CB9
RGB
CMYK
RGB Variations
Color information
#642CB9 (or 0x642CB9) is known color: Purple Heart. HEX triplet: 64, 2C and B9. RGB value is (100,44,185). Sum of RGB (Red+Green+Blue) = 100+44+185=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #642CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CB9 is #9BD346. Grayscale: #4C4C4C. Windows color (decimal): -10212167 or 12135524. OLE color: 12135524.
HSL color Cylindrical-coordinate representation of color #642CB9: hue angle of 263.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642CB9 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 44 | 185 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.27 |
| HSL | 263.83º | 0.62% | 0.45% | - |
| HSV(B) | 263.83º | 0.76% | 0.73% | - |
| XYZ | 14.91 | 8.01 | 46.66 | - |
| YUV | 76.82 | 189.05 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 185 | 0.46 | 0.76 | 0 | 0.27 | 263.83 | 0.62 | 0.45 |
| Hex | 64 | 2C | B9 | 2E | 4C | 0 | 1B | 108 | 3E | 2D |
| Octal | 144 | 54 | 271 | 56 | 114 | 0 | 33 | 410 | 76 | 55 |
| Binary | 1100100 | 101100 | 10111001 | 101110 | 1001100 | 0 | 11011 | 100001000 | 111110 | 101101 |
Color Harmonies of #642CB9
Complementary color
Monochromatic Colors of #642CB9
Black with #642CB9
Text Example
Text Example
White with #642CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CB9; }
p { color: rgb(100,44,185); }
H1.HeaderClassName
{
color: #642CB9;
}
.AnyTagClassName
{
color: #642CB9;
}
</style>
background-color css
<style>
a { background-color: #642CB9; }
a { background-color: rgb(100,44,185); }
div.DivClassName
{
background-color: #642CB9;
}
.BgClassName
{
background-color: #642CB9;
}
</style>
border-color css
<style>
span { border-color: #642CB9; }
span { border-color: rgb(100,44,185); }
td.TdClassName
{
border-color: #642CB9;
}
.TagClassName
{
border-color: #642CB9;
}
</style>