Shades of Purple Heart #642CBB
Tints of Purple Heart #642CBB
RGB
CMYK
RGB Variations
Color information
#642CBB (or 0x642CBB) is known color: Purple Heart. HEX triplet: 64, 2C and BB. RGB value is (100,44,187). Sum of RGB (Red+Green+Blue) = 100+44+187=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #642CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CBB is #9BD344. Grayscale: #4C4C4C. Windows color (decimal): -10212165 or 12266596. OLE color: 12266596.
HSL color Cylindrical-coordinate representation of color #642CBB: hue angle of 263.5º 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 #642CBB is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 44 | 187 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.27 |
| HSL | 263.5º | 0.62% | 0.45% | - |
| HSV(B) | 263.5º | 0.76% | 0.73% | - |
| XYZ | 15.13 | 8.1 | 47.78 | - |
| YUV | 77.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 187 | 0.47 | 0.76 | 0 | 0.27 | 263.5 | 0.62 | 0.45 |
| Hex | 64 | 2C | BB | 2F | 4C | 0 | 1B | 107 | 3E | 2D |
| Octal | 144 | 54 | 273 | 57 | 114 | 0 | 33 | 407 | 76 | 55 |
| Binary | 1100100 | 101100 | 10111011 | 101111 | 1001100 | 0 | 11011 | 100000111 | 111110 | 101101 |
Color Harmonies of #642CBB
Complementary color
Monochromatic Colors of #642CBB
Black with #642CBB
Text Example
Text Example
White with #642CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CBB; }
p { color: rgb(100,44,187); }
H1.HeaderClassName
{
color: #642CBB;
}
.AnyTagClassName
{
color: #642CBB;
}
</style>
background-color css
<style>
a { background-color: #642CBB; }
a { background-color: rgb(100,44,187); }
div.DivClassName
{
background-color: #642CBB;
}
.BgClassName
{
background-color: #642CBB;
}
</style>
border-color css
<style>
span { border-color: #642CBB; }
span { border-color: rgb(100,44,187); }
td.TdClassName
{
border-color: #642CBB;
}
.TagClassName
{
border-color: #642CBB;
}
</style>