Shades of Purple Heart #640ACF
Tints of Purple Heart #640ACF
RGB
CMYK
RGB Variations
Color information
#640ACF (or 0x640ACF) is known color: Purple Heart. HEX triplet: 64, 0A and CF. RGB value is (100,10,207). Sum of RGB (Red+Green+Blue) = 100+10+207=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #640ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ACF is #9BF530. Grayscale: #3A3A3A. Windows color (decimal): -10220849 or 13568612. OLE color: 13568612.
HSL color Cylindrical-coordinate representation of color #640ACF: hue angle of 267.41º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640ACF is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 10 | 207 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.19 |
| HSL | 267.41º | 0.91% | 0.43% | - |
| HSV(B) | 267.41º | 0.95% | 0.81% | - |
| XYZ | 16.63 | 7.43 | 59.59 | - |
| YUV | 59.37 | 211.32 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 207 | 0.52 | 0.95 | 0 | 0.19 | 267.41 | 0.91 | 0.43 |
| Hex | 64 | A | CF | 34 | 5F | 0 | 13 | 10B | 5B | 2B |
| Octal | 144 | 12 | 317 | 64 | 137 | 0 | 23 | 413 | 133 | 53 |
| Binary | 1100100 | 1010 | 11001111 | 110100 | 1011111 | 0 | 10011 | 100001011 | 1011011 | 101011 |
Color Harmonies of #640ACF
Complementary color
Monochromatic Colors of #640ACF
Black with #640ACF
Text Example
Text Example
White with #640ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640ACF; }
p { color: rgb(100,10,207); }
H1.HeaderClassName
{
color: #640ACF;
}
.AnyTagClassName
{
color: #640ACF;
}
</style>
background-color css
<style>
a { background-color: #640ACF; }
a { background-color: rgb(100,10,207); }
div.DivClassName
{
background-color: #640ACF;
}
.BgClassName
{
background-color: #640ACF;
}
</style>
border-color css
<style>
span { border-color: #640ACF; }
span { border-color: rgb(100,10,207); }
td.TdClassName
{
border-color: #640ACF;
}
.TagClassName
{
border-color: #640ACF;
}
</style>