Shades of Purple Heart #642ABB
Tints of Purple Heart #642ABB
RGB
CMYK
RGB Variations
Color information
#642ABB (or 0x642ABB) is known color: Purple Heart. HEX triplet: 64, 2A and BB. RGB value is (100,42,187). Sum of RGB (Red+Green+Blue) = 100+42+187=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #642ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ABB is #9BD544. Grayscale: #4B4B4B. Windows color (decimal): -10212677 or 12266084. OLE color: 12266084.
HSL color Cylindrical-coordinate representation of color #642ABB: hue angle of 264º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642ABB is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 42 | 187 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.27 |
| HSL | 264º | 0.63% | 0.45% | - |
| HSV(B) | 264º | 0.78% | 0.73% | - |
| XYZ | 15.05 | 7.95 | 47.76 | - |
| YUV | 75.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 187 | 0.47 | 0.78 | 0 | 0.27 | 264 | 0.63 | 0.45 |
| Hex | 64 | 2A | BB | 2F | 4E | 0 | 1B | 108 | 3F | 2D |
| Octal | 144 | 52 | 273 | 57 | 116 | 0 | 33 | 410 | 77 | 55 |
| Binary | 1100100 | 101010 | 10111011 | 101111 | 1001110 | 0 | 11011 | 100001000 | 111111 | 101101 |
Color Harmonies of #642ABB
Complementary color
Monochromatic Colors of #642ABB
Black with #642ABB
Text Example
Text Example
White with #642ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642ABB; }
p { color: rgb(100,42,187); }
H1.HeaderClassName
{
color: #642ABB;
}
.AnyTagClassName
{
color: #642ABB;
}
</style>
background-color css
<style>
a { background-color: #642ABB; }
a { background-color: rgb(100,42,187); }
div.DivClassName
{
background-color: #642ABB;
}
.BgClassName
{
background-color: #642ABB;
}
</style>
border-color css
<style>
span { border-color: #642ABB; }
span { border-color: rgb(100,42,187); }
td.TdClassName
{
border-color: #642ABB;
}
.TagClassName
{
border-color: #642ABB;
}
</style>