Shades of Purple Heart #641EAA
Tints of Purple Heart #641EAA
RGB
CMYK
RGB Variations
Color information
#641EAA (or 0x641EAA) is known color: Purple Heart. HEX triplet: 64, 1E and AA. RGB value is (100,30,170). Sum of RGB (Red+Green+Blue) = 100+30+170=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #641EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641EAA is #9BE155. Grayscale: #424242. Windows color (decimal): -10215766 or 11148900. OLE color: 11148900.
HSL color Cylindrical-coordinate representation of color #641EAA: hue angle of 270º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641EAA is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 30 | 170 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.33 |
| HSL | 270º | 0.7% | 0.39% | - |
| HSV(B) | 270º | 0.82% | 0.67% | - |
| XYZ | 12.98 | 6.54 | 38.61 | - |
| YUV | 66.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 170 | 0.41 | 0.82 | 0 | 0.33 | 270 | 0.7 | 0.39 |
| Hex | 64 | 1E | AA | 29 | 52 | 0 | 21 | 10E | 46 | 27 |
| Octal | 144 | 36 | 252 | 51 | 122 | 0 | 41 | 416 | 106 | 47 |
| Binary | 1100100 | 11110 | 10101010 | 101001 | 1010010 | 0 | 100001 | 100001110 | 1000110 | 100111 |
Color Harmonies of #641EAA
Complementary color
Monochromatic Colors of #641EAA
Black with #641EAA
Text Example
Text Example
White with #641EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EAA; }
p { color: rgb(100,30,170); }
H1.HeaderClassName
{
color: #641EAA;
}
.AnyTagClassName
{
color: #641EAA;
}
</style>
background-color css
<style>
a { background-color: #641EAA; }
a { background-color: rgb(100,30,170); }
div.DivClassName
{
background-color: #641EAA;
}
.BgClassName
{
background-color: #641EAA;
}
</style>
border-color css
<style>
span { border-color: #641EAA; }
span { border-color: rgb(100,30,170); }
td.TdClassName
{
border-color: #641EAA;
}
.TagClassName
{
border-color: #641EAA;
}
</style>