Shades of Purple Heart #642CBA
Tints of Purple Heart #642CBA
RGB
CMYK
RGB Variations
Color information
#642CBA (or 0x642CBA) is known color: Purple Heart. HEX triplet: 64, 2C and BA. RGB value is (100,44,186). Sum of RGB (Red+Green+Blue) = 100+44+186=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #642CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CBA is #9BD345. Grayscale: #4C4C4C. Windows color (decimal): -10212166 or 12201060. OLE color: 12201060.
HSL color Cylindrical-coordinate representation of color #642CBA: hue angle of 263.66º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642CBA is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 44 | 186 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.27 |
| HSL | 263.66º | 0.62% | 0.45% | - |
| HSV(B) | 263.66º | 0.76% | 0.73% | - |
| XYZ | 15.02 | 8.06 | 47.22 | - |
| YUV | 76.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 186 | 0.46 | 0.76 | 0 | 0.27 | 263.66 | 0.62 | 0.45 |
| Hex | 64 | 2C | BA | 2E | 4C | 0 | 1B | 108 | 3E | 2D |
| Octal | 144 | 54 | 272 | 56 | 114 | 0 | 33 | 410 | 76 | 55 |
| Binary | 1100100 | 101100 | 10111010 | 101110 | 1001100 | 0 | 11011 | 100001000 | 111110 | 101101 |
Color Harmonies of #642CBA
Complementary color
Monochromatic Colors of #642CBA
Black with #642CBA
Text Example
Text Example
White with #642CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CBA; }
p { color: rgb(100,44,186); }
H1.HeaderClassName
{
color: #642CBA;
}
.AnyTagClassName
{
color: #642CBA;
}
</style>
background-color css
<style>
a { background-color: #642CBA; }
a { background-color: rgb(100,44,186); }
div.DivClassName
{
background-color: #642CBA;
}
.BgClassName
{
background-color: #642CBA;
}
</style>
border-color css
<style>
span { border-color: #642CBA; }
span { border-color: rgb(100,44,186); }
td.TdClassName
{
border-color: #642CBA;
}
.TagClassName
{
border-color: #642CBA;
}
</style>