Shades of Purple Heart #640ABC
Tints of Purple Heart #640ABC
RGB
CMYK
RGB Variations
Color information
#640ABC (or 0x640ABC) is known color: Purple Heart. HEX triplet: 64, 0A and BC. RGB value is (100,10,188). Sum of RGB (Red+Green+Blue) = 100+10+188=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #640ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ABC is #9BF543. Grayscale: #383838. Windows color (decimal): -10220868 or 12323428. OLE color: 12323428.
HSL color Cylindrical-coordinate representation of color #640ABC: hue angle of 270.34º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640ABC is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 10 | 188 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.26 |
| HSL | 270.34º | 0.9% | 0.39% | - |
| HSV(B) | 270.34º | 0.95% | 0.74% | - |
| XYZ | 14.44 | 6.56 | 48.08 | - |
| YUV | 57.2 | 201.82 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 188 | 0.47 | 0.95 | 0 | 0.26 | 270.34 | 0.9 | 0.39 |
| Hex | 64 | A | BC | 2F | 5F | 0 | 1A | 10E | 5A | 27 |
| Octal | 144 | 12 | 274 | 57 | 137 | 0 | 32 | 416 | 132 | 47 |
| Binary | 1100100 | 1010 | 10111100 | 101111 | 1011111 | 0 | 11010 | 100001110 | 1011010 | 100111 |
Color Harmonies of #640ABC
Complementary color
Monochromatic Colors of #640ABC
Black with #640ABC
Text Example
Text Example
White with #640ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640ABC; }
p { color: rgb(100,10,188); }
H1.HeaderClassName
{
color: #640ABC;
}
.AnyTagClassName
{
color: #640ABC;
}
</style>
background-color css
<style>
a { background-color: #640ABC; }
a { background-color: rgb(100,10,188); }
div.DivClassName
{
background-color: #640ABC;
}
.BgClassName
{
background-color: #640ABC;
}
</style>
border-color css
<style>
span { border-color: #640ABC; }
span { border-color: rgb(100,10,188); }
td.TdClassName
{
border-color: #640ABC;
}
.TagClassName
{
border-color: #640ABC;
}
</style>