Shades of Purple Heart #641CB4
Tints of Purple Heart #641CB4
RGB
CMYK
RGB Variations
Color information
#641CB4 (or 0x641CB4) is known color: Purple Heart. HEX triplet: 64, 1C and B4. RGB value is (100,28,180). Sum of RGB (Red+Green+Blue) = 100+28+180=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #641CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CB4 is #9BE34B. Grayscale: #424242. Windows color (decimal): -10216268 or 11803748. OLE color: 11803748.
HSL color Cylindrical-coordinate representation of color #641CB4: hue angle of 268.42º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641CB4 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 28 | 180 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.29 |
| HSL | 268.42º | 0.73% | 0.41% | - |
| HSV(B) | 268.42º | 0.84% | 0.71% | - |
| XYZ | 13.91 | 6.84 | 43.77 | - |
| YUV | 66.86 | 191.85 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 180 | 0.44 | 0.84 | 0 | 0.29 | 268.42 | 0.73 | 0.41 |
| Hex | 64 | 1C | B4 | 2C | 54 | 0 | 1D | 10C | 49 | 29 |
| Octal | 144 | 34 | 264 | 54 | 124 | 0 | 35 | 414 | 111 | 51 |
| Binary | 1100100 | 11100 | 10110100 | 101100 | 1010100 | 0 | 11101 | 100001100 | 1001001 | 101001 |
Color Harmonies of #641CB4
Complementary color
Monochromatic Colors of #641CB4
Black with #641CB4
Text Example
Text Example
White with #641CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641CB4; }
p { color: rgb(100,28,180); }
H1.HeaderClassName
{
color: #641CB4;
}
.AnyTagClassName
{
color: #641CB4;
}
</style>
background-color css
<style>
a { background-color: #641CB4; }
a { background-color: rgb(100,28,180); }
div.DivClassName
{
background-color: #641CB4;
}
.BgClassName
{
background-color: #641CB4;
}
</style>
border-color css
<style>
span { border-color: #641CB4; }
span { border-color: rgb(100,28,180); }
td.TdClassName
{
border-color: #641CB4;
}
.TagClassName
{
border-color: #641CB4;
}
</style>