Shades of Purple Heart #641BA8
Tints of Purple Heart #641BA8
RGB
CMYK
RGB Variations
Color information
#641BA8 (or 0x641BA8) is known color: Purple Heart. HEX triplet: 64, 1B and A8. RGB value is (100,27,168). Sum of RGB (Red+Green+Blue) = 100+27+168=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 168 (66.02% from 255 or 56.95% from 295); Max value from RGB is 168 - color contains mainly: blue. Hex color #641BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641BA8 is #9BE457. Grayscale: #404040. Windows color (decimal): -10216536 or 11017060. OLE color: 11017060.
HSL color Cylindrical-coordinate representation of color #641BA8: hue angle of 271.06º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641BA8 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 27 | 168 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.34 |
| HSL | 271.06º | 0.72% | 0.38% | - |
| HSV(B) | 271.06º | 0.84% | 0.66% | - |
| XYZ | 12.72 | 6.32 | 37.6 | - |
| YUV | 64.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 168 | 0.40 | 0.84 | 0 | 0.34 | 271.06 | 0.72 | 0.38 |
| Hex | 64 | 1B | A8 | 28 | 54 | 0 | 22 | 10F | 48 | 26 |
| Octal | 144 | 33 | 250 | 50 | 124 | 0 | 42 | 417 | 110 | 46 |
| Binary | 1100100 | 11011 | 10101000 | 101000 | 1010100 | 0 | 100010 | 100001111 | 1001000 | 100110 |
Color Harmonies of #641BA8
Complementary color
Monochromatic Colors of #641BA8
Black with #641BA8
Text Example
Text Example
White with #641BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BA8; }
p { color: rgb(100,27,168); }
H1.HeaderClassName
{
color: #641BA8;
}
.AnyTagClassName
{
color: #641BA8;
}
</style>
background-color css
<style>
a { background-color: #641BA8; }
a { background-color: rgb(100,27,168); }
div.DivClassName
{
background-color: #641BA8;
}
.BgClassName
{
background-color: #641BA8;
}
</style>
border-color css
<style>
span { border-color: #641BA8; }
span { border-color: rgb(100,27,168); }
td.TdClassName
{
border-color: #641BA8;
}
.TagClassName
{
border-color: #641BA8;
}
</style>