Shades of Purple Heart #642ABC
Tints of Purple Heart #642ABC
RGB
CMYK
RGB Variations
Color information
#642ABC (or 0x642ABC) is known color: Purple Heart. HEX triplet: 64, 2A and BC. RGB value is (100,42,188). Sum of RGB (Red+Green+Blue) = 100+42+188=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #642ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ABC is #9BD543. Grayscale: #4B4B4B. Windows color (decimal): -10212676 or 12331620. OLE color: 12331620.
HSL color Cylindrical-coordinate representation of color #642ABC: hue angle of 263.84º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642ABC is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 42 | 188 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.26 |
| HSL | 263.84º | 0.63% | 0.45% | - |
| HSV(B) | 263.84º | 0.78% | 0.74% | - |
| XYZ | 15.16 | 8 | 48.32 | - |
| YUV | 75.99 | 191.22 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 188 | 0.47 | 0.78 | 0 | 0.26 | 263.84 | 0.63 | 0.45 |
| Hex | 64 | 2A | BC | 2F | 4E | 0 | 1A | 108 | 3F | 2D |
| Octal | 144 | 52 | 274 | 57 | 116 | 0 | 32 | 410 | 77 | 55 |
| Binary | 1100100 | 101010 | 10111100 | 101111 | 1001110 | 0 | 11010 | 100001000 | 111111 | 101101 |
Color Harmonies of #642ABC
Complementary color
Monochromatic Colors of #642ABC
Black with #642ABC
Text Example
Text Example
White with #642ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642ABC; }
p { color: rgb(100,42,188); }
H1.HeaderClassName
{
color: #642ABC;
}
.AnyTagClassName
{
color: #642ABC;
}
</style>
background-color css
<style>
a { background-color: #642ABC; }
a { background-color: rgb(100,42,188); }
div.DivClassName
{
background-color: #642ABC;
}
.BgClassName
{
background-color: #642ABC;
}
</style>
border-color css
<style>
span { border-color: #642ABC; }
span { border-color: rgb(100,42,188); }
td.TdClassName
{
border-color: #642ABC;
}
.TagClassName
{
border-color: #642ABC;
}
</style>