Shades of Purple Heart #642ACF
Tints of Purple Heart #642ACF
RGB
CMYK
RGB Variations
Color information
#642ACF (or 0x642ACF) is known color: Purple Heart. HEX triplet: 64, 2A and CF. RGB value is (100,42,207). Sum of RGB (Red+Green+Blue) = 100+42+207=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #642ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ACF is #9BD530. Grayscale: #4D4D4D. Windows color (decimal): -10212657 or 13576804. OLE color: 13576804.
HSL color Cylindrical-coordinate representation of color #642ACF: hue angle of 261.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642ACF is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 42 | 207 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.19 |
| HSL | 261.09º | 0.66% | 0.49% | - |
| HSV(B) | 261.09º | 0.8% | 0.81% | - |
| XYZ | 17.35 | 8.87 | 59.83 | - |
| YUV | 78.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 207 | 0.52 | 0.80 | 0 | 0.19 | 261.09 | 0.66 | 0.49 |
| Hex | 64 | 2A | CF | 34 | 50 | 0 | 13 | 105 | 42 | 31 |
| Octal | 144 | 52 | 317 | 64 | 120 | 0 | 23 | 405 | 102 | 61 |
| Binary | 1100100 | 101010 | 11001111 | 110100 | 1010000 | 0 | 10011 | 100000101 | 1000010 | 110001 |
Color Harmonies of #642ACF
Complementary color
Monochromatic Colors of #642ACF
Black with #642ACF
Text Example
Text Example
White with #642ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642ACF; }
p { color: rgb(100,42,207); }
H1.HeaderClassName
{
color: #642ACF;
}
.AnyTagClassName
{
color: #642ACF;
}
</style>
background-color css
<style>
a { background-color: #642ACF; }
a { background-color: rgb(100,42,207); }
div.DivClassName
{
background-color: #642ACF;
}
.BgClassName
{
background-color: #642ACF;
}
</style>
border-color css
<style>
span { border-color: #642ACF; }
span { border-color: rgb(100,42,207); }
td.TdClassName
{
border-color: #642ACF;
}
.TagClassName
{
border-color: #642ACF;
}
</style>