Shades of Purple Heart #641ADC
Tints of Purple Heart #641ADC
RGB
CMYK
RGB Variations
Color information
#641ADC (or 0x641ADC) is known color: Purple Heart. HEX triplet: 64, 1A and DC. RGB value is (100,26,220). Sum of RGB (Red+Green+Blue) = 100+26+220=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #641ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ADC is #9BE523. Grayscale: #454545. Windows color (decimal): -10216740 or 14424676. OLE color: 14424676.
HSL color Cylindrical-coordinate representation of color #641ADC: hue angle of 262.89º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641ADC is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 26 | 220 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.14 |
| HSL | 262.89º | 0.79% | 0.48% | - |
| HSV(B) | 262.89º | 0.88% | 0.86% | - |
| XYZ | 18.54 | 8.62 | 68.4 | - |
| YUV | 70.24 | 212.52 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 220 | 0.55 | 0.88 | 0 | 0.14 | 262.89 | 0.79 | 0.48 |
| Hex | 64 | 1A | DC | 37 | 58 | 0 | E | 107 | 4F | 30 |
| Octal | 144 | 32 | 334 | 67 | 130 | 0 | 16 | 407 | 117 | 60 |
| Binary | 1100100 | 11010 | 11011100 | 110111 | 1011000 | 0 | 1110 | 100000111 | 1001111 | 110000 |
Color Harmonies of #641ADC
Complementary color
Monochromatic Colors of #641ADC
Black with #641ADC
Text Example
Text Example
White with #641ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641ADC; }
p { color: rgb(100,26,220); }
H1.HeaderClassName
{
color: #641ADC;
}
.AnyTagClassName
{
color: #641ADC;
}
</style>
background-color css
<style>
a { background-color: #641ADC; }
a { background-color: rgb(100,26,220); }
div.DivClassName
{
background-color: #641ADC;
}
.BgClassName
{
background-color: #641ADC;
}
</style>
border-color css
<style>
span { border-color: #641ADC; }
span { border-color: rgb(100,26,220); }
td.TdClassName
{
border-color: #641ADC;
}
.TagClassName
{
border-color: #641ADC;
}
</style>