Shades of Purple Heart #641AD0
Tints of Purple Heart #641AD0
RGB
CMYK
RGB Variations
Color information
#641AD0 (or 0x641AD0) is known color: Purple Heart. HEX triplet: 64, 1A and D0. RGB value is (100,26,208). Sum of RGB (Red+Green+Blue) = 100+26+208=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #641AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641AD0 is #9BE52F. Grayscale: #444444. Windows color (decimal): -10216752 or 13638244. OLE color: 13638244.
HSL color Cylindrical-coordinate representation of color #641AD0: hue angle of 264.4º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641AD0 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 26 | 208 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.18 |
| HSL | 264.4º | 0.78% | 0.46% | - |
| HSV(B) | 264.4º | 0.88% | 0.82% | - |
| XYZ | 17.01 | 8 | 60.32 | - |
| YUV | 68.87 | 206.52 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 208 | 0.52 | 0.88 | 0 | 0.18 | 264.4 | 0.78 | 0.46 |
| Hex | 64 | 1A | D0 | 34 | 58 | 0 | 12 | 108 | 4E | 2E |
| Octal | 144 | 32 | 320 | 64 | 130 | 0 | 22 | 410 | 116 | 56 |
| Binary | 1100100 | 11010 | 11010000 | 110100 | 1011000 | 0 | 10010 | 100001000 | 1001110 | 101110 |
Color Harmonies of #641AD0
Complementary color
Monochromatic Colors of #641AD0
Black with #641AD0
Text Example
Text Example
White with #641AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641AD0; }
p { color: rgb(100,26,208); }
H1.HeaderClassName
{
color: #641AD0;
}
.AnyTagClassName
{
color: #641AD0;
}
</style>
background-color css
<style>
a { background-color: #641AD0; }
a { background-color: rgb(100,26,208); }
div.DivClassName
{
background-color: #641AD0;
}
.BgClassName
{
background-color: #641AD0;
}
</style>
border-color css
<style>
span { border-color: #641AD0; }
span { border-color: rgb(100,26,208); }
td.TdClassName
{
border-color: #641AD0;
}
.TagClassName
{
border-color: #641AD0;
}
</style>