Shades of Purple Heart #641EC4
Tints of Purple Heart #641EC4
RGB
CMYK
RGB Variations
Color information
#641EC4 (or 0x641EC4) is known color: Purple Heart. HEX triplet: 64, 1E and C4. RGB value is (100,30,196). Sum of RGB (Red+Green+Blue) = 100+30+196=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 196 (76.95% from 255 or 60.12% from 326); Max value from RGB is 196 - color contains mainly: blue. Hex color #641EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EC4 is #9BE13B. Grayscale: #454545. Windows color (decimal): -10215740 or 12852836. OLE color: 12852836.
HSL color Cylindrical-coordinate representation of color #641EC4: hue angle of 265.3º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641EC4 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 30 | 196 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.23 |
| HSL | 265.3º | 0.73% | 0.44% | - |
| HSV(B) | 265.3º | 0.85% | 0.77% | - |
| XYZ | 15.68 | 7.62 | 52.87 | - |
| YUV | 69.85 | 199.19 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 196 | 0.49 | 0.85 | 0 | 0.23 | 265.3 | 0.73 | 0.44 |
| Hex | 64 | 1E | C4 | 31 | 55 | 0 | 17 | 109 | 49 | 2C |
| Octal | 144 | 36 | 304 | 61 | 125 | 0 | 27 | 411 | 111 | 54 |
| Binary | 1100100 | 11110 | 11000100 | 110001 | 1010101 | 0 | 10111 | 100001001 | 1001001 | 101100 |
Color Harmonies of #641EC4
Complementary color
Monochromatic Colors of #641EC4
Black with #641EC4
Text Example
Text Example
White with #641EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EC4; }
p { color: rgb(100,30,196); }
H1.HeaderClassName
{
color: #641EC4;
}
.AnyTagClassName
{
color: #641EC4;
}
</style>
background-color css
<style>
a { background-color: #641EC4; }
a { background-color: rgb(100,30,196); }
div.DivClassName
{
background-color: #641EC4;
}
.BgClassName
{
background-color: #641EC4;
}
</style>
border-color css
<style>
span { border-color: #641EC4; }
span { border-color: rgb(100,30,196); }
td.TdClassName
{
border-color: #641EC4;
}
.TagClassName
{
border-color: #641EC4;
}
</style>