Shades of Purple Heart #641BAE
Tints of Purple Heart #641BAE
RGB
CMYK
RGB Variations
Color information
#641BAE (or 0x641BAE) is known color: Purple Heart. HEX triplet: 64, 1B and AE. RGB value is (100,27,174). Sum of RGB (Red+Green+Blue) = 100+27+174=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #641BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641BAE is #9BE451. Grayscale: #414141. Windows color (decimal): -10216530 or 11410276. OLE color: 11410276.
HSL color Cylindrical-coordinate representation of color #641BAE: hue angle of 269.8º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641BAE is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 27 | 174 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.32 |
| HSL | 269.8º | 0.73% | 0.39% | - |
| HSV(B) | 269.8º | 0.84% | 0.68% | - |
| XYZ | 13.29 | 6.55 | 40.61 | - |
| YUV | 65.59 | 189.18 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 174 | 0.43 | 0.84 | 0 | 0.32 | 269.8 | 0.73 | 0.39 |
| Hex | 64 | 1B | AE | 2B | 54 | 0 | 20 | 10E | 49 | 27 |
| Octal | 144 | 33 | 256 | 53 | 124 | 0 | 40 | 416 | 111 | 47 |
| Binary | 1100100 | 11011 | 10101110 | 101011 | 1010100 | 0 | 100000 | 100001110 | 1001001 | 100111 |
Color Harmonies of #641BAE
Complementary color
Monochromatic Colors of #641BAE
Black with #641BAE
Text Example
Text Example
White with #641BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BAE; }
p { color: rgb(100,27,174); }
H1.HeaderClassName
{
color: #641BAE;
}
.AnyTagClassName
{
color: #641BAE;
}
</style>
background-color css
<style>
a { background-color: #641BAE; }
a { background-color: rgb(100,27,174); }
div.DivClassName
{
background-color: #641BAE;
}
.BgClassName
{
background-color: #641BAE;
}
</style>
border-color css
<style>
span { border-color: #641BAE; }
span { border-color: rgb(100,27,174); }
td.TdClassName
{
border-color: #641BAE;
}
.TagClassName
{
border-color: #641BAE;
}
</style>