Shades of Purple Heart #641BD0
Tints of Purple Heart #641BD0
RGB
CMYK
RGB Variations
Color information
#641BD0 (or 0x641BD0) is known color: Purple Heart. HEX triplet: 64, 1B and D0. RGB value is (100,27,208). Sum of RGB (Red+Green+Blue) = 100+27+208=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 208 (81.64% from 255 or 62.09% from 335); Max value from RGB is 208 - color contains mainly: blue. Hex color #641BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BD0 is #9BE42F. Grayscale: #444444. Windows color (decimal): -10216496 or 13638500. OLE color: 13638500.
HSL color Cylindrical-coordinate representation of color #641BD0: hue angle of 264.2º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641BD0 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 27 | 208 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.18 |
| HSL | 264.2º | 0.77% | 0.46% | - |
| HSV(B) | 264.2º | 0.87% | 0.82% | - |
| XYZ | 17.03 | 8.05 | 60.33 | - |
| YUV | 69.46 | 206.18 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 208 | 0.52 | 0.87 | 0 | 0.18 | 264.2 | 0.77 | 0.46 |
| Hex | 64 | 1B | D0 | 34 | 57 | 0 | 12 | 108 | 4D | 2E |
| Octal | 144 | 33 | 320 | 64 | 127 | 0 | 22 | 410 | 115 | 56 |
| Binary | 1100100 | 11011 | 11010000 | 110100 | 1010111 | 0 | 10010 | 100001000 | 1001101 | 101110 |
Color Harmonies of #641BD0
Complementary color
Monochromatic Colors of #641BD0
Black with #641BD0
Text Example
Text Example
White with #641BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BD0; }
p { color: rgb(100,27,208); }
H1.HeaderClassName
{
color: #641BD0;
}
.AnyTagClassName
{
color: #641BD0;
}
</style>
background-color css
<style>
a { background-color: #641BD0; }
a { background-color: rgb(100,27,208); }
div.DivClassName
{
background-color: #641BD0;
}
.BgClassName
{
background-color: #641BD0;
}
</style>
border-color css
<style>
span { border-color: #641BD0; }
span { border-color: rgb(100,27,208); }
td.TdClassName
{
border-color: #641BD0;
}
.TagClassName
{
border-color: #641BD0;
}
</style>