Shades of Purple Heart #641CA9
Tints of Purple Heart #641CA9
RGB
CMYK
RGB Variations
Color information
#641CA9 (or 0x641CA9) is known color: Purple Heart. HEX triplet: 64, 1C and A9. RGB value is (100,28,169). Sum of RGB (Red+Green+Blue) = 100+28+169=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #641CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641CA9 is #9BE356. Grayscale: #414141. Windows color (decimal): -10216279 or 11082852. OLE color: 11082852.
HSL color Cylindrical-coordinate representation of color #641CA9: hue angle of 270.64º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641CA9 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 28 | 169 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.34 |
| HSL | 270.64º | 0.72% | 0.39% | - |
| HSV(B) | 270.64º | 0.83% | 0.66% | - |
| XYZ | 12.83 | 6.4 | 38.1 | - |
| YUV | 65.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 169 | 0.41 | 0.83 | 0 | 0.34 | 270.64 | 0.72 | 0.39 |
| Hex | 64 | 1C | A9 | 29 | 53 | 0 | 22 | 10F | 48 | 27 |
| Octal | 144 | 34 | 251 | 51 | 123 | 0 | 42 | 417 | 110 | 47 |
| Binary | 1100100 | 11100 | 10101001 | 101001 | 1010011 | 0 | 100010 | 100001111 | 1001000 | 100111 |
Color Harmonies of #641CA9
Complementary color
Monochromatic Colors of #641CA9
Black with #641CA9
Text Example
Text Example
White with #641CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641CA9; }
p { color: rgb(100,28,169); }
H1.HeaderClassName
{
color: #641CA9;
}
.AnyTagClassName
{
color: #641CA9;
}
</style>
background-color css
<style>
a { background-color: #641CA9; }
a { background-color: rgb(100,28,169); }
div.DivClassName
{
background-color: #641CA9;
}
.BgClassName
{
background-color: #641CA9;
}
</style>
border-color css
<style>
span { border-color: #641CA9; }
span { border-color: rgb(100,28,169); }
td.TdClassName
{
border-color: #641CA9;
}
.TagClassName
{
border-color: #641CA9;
}
</style>