Shades of Purple Heart #642AB6
Tints of Purple Heart #642AB6
RGB
CMYK
RGB Variations
Color information
#642AB6 (or 0x642AB6) is known color: Purple Heart. HEX triplet: 64, 2A and B6. RGB value is (100,42,182). Sum of RGB (Red+Green+Blue) = 100+42+182=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #642AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642AB6 is #9BD549. Grayscale: #4A4A4A. Windows color (decimal): -10212682 or 11938404. OLE color: 11938404.
HSL color Cylindrical-coordinate representation of color #642AB6: hue angle of 264.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642AB6 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 42 | 182 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.29 |
| HSL | 264.86º | 0.63% | 0.44% | - |
| HSV(B) | 264.86º | 0.77% | 0.71% | - |
| XYZ | 14.53 | 7.74 | 44.98 | - |
| YUV | 75.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 182 | 0.45 | 0.77 | 0 | 0.29 | 264.86 | 0.63 | 0.44 |
| Hex | 64 | 2A | B6 | 2D | 4D | 0 | 1D | 109 | 3E | 2C |
| Octal | 144 | 52 | 266 | 55 | 115 | 0 | 35 | 411 | 76 | 54 |
| Binary | 1100100 | 101010 | 10110110 | 101101 | 1001101 | 0 | 11101 | 100001001 | 111110 | 101100 |
Color Harmonies of #642AB6
Complementary color
Monochromatic Colors of #642AB6
Black with #642AB6
Text Example
Text Example
White with #642AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642AB6; }
p { color: rgb(100,42,182); }
H1.HeaderClassName
{
color: #642AB6;
}
.AnyTagClassName
{
color: #642AB6;
}
</style>
background-color css
<style>
a { background-color: #642AB6; }
a { background-color: rgb(100,42,182); }
div.DivClassName
{
background-color: #642AB6;
}
.BgClassName
{
background-color: #642AB6;
}
</style>
border-color css
<style>
span { border-color: #642AB6; }
span { border-color: rgb(100,42,182); }
td.TdClassName
{
border-color: #642AB6;
}
.TagClassName
{
border-color: #642AB6;
}
</style>