Shades of Purple Heart #642BAC
Tints of Purple Heart #642BAC
RGB
CMYK
RGB Variations
Color information
#642BAC (or 0x642BAC) is known color: Purple Heart. HEX triplet: 64, 2B and AC. RGB value is (100,43,172). Sum of RGB (Red+Green+Blue) = 100+43+172=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #642BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642BAC is #9BD453. Grayscale: #4A4A4A. Windows color (decimal): -10212436 or 11283300. OLE color: 11283300.
HSL color Cylindrical-coordinate representation of color #642BAC: hue angle of 266.51º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642BAC is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 43 | 172 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.33 |
| HSL | 266.51º | 0.6% | 0.42% | - |
| HSV(B) | 266.51º | 0.75% | 0.67% | - |
| XYZ | 13.57 | 7.42 | 39.75 | - |
| YUV | 74.75 | 182.88 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 172 | 0.42 | 0.75 | 0 | 0.33 | 266.51 | 0.6 | 0.42 |
| Hex | 64 | 2B | AC | 2A | 4B | 0 | 21 | 10B | 3C | 2A |
| Octal | 144 | 53 | 254 | 52 | 113 | 0 | 41 | 413 | 74 | 52 |
| Binary | 1100100 | 101011 | 10101100 | 101010 | 1001011 | 0 | 100001 | 100001011 | 111100 | 101010 |
Color Harmonies of #642BAC
Complementary color
Monochromatic Colors of #642BAC
Black with #642BAC
Text Example
Text Example
White with #642BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642BAC; }
p { color: rgb(100,43,172); }
H1.HeaderClassName
{
color: #642BAC;
}
.AnyTagClassName
{
color: #642BAC;
}
</style>
background-color css
<style>
a { background-color: #642BAC; }
a { background-color: rgb(100,43,172); }
div.DivClassName
{
background-color: #642BAC;
}
.BgClassName
{
background-color: #642BAC;
}
</style>
border-color css
<style>
span { border-color: #642BAC; }
span { border-color: rgb(100,43,172); }
td.TdClassName
{
border-color: #642BAC;
}
.TagClassName
{
border-color: #642BAC;
}
</style>