Shades of Purple Heart #641CCE
Tints of Purple Heart #641CCE
RGB
CMYK
RGB Variations
Color information
#641CCE (or 0x641CCE) is known color: Purple Heart. HEX triplet: 64, 1C and CE. RGB value is (100,28,206). Sum of RGB (Red+Green+Blue) = 100+28+206=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #641CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CCE is #9BE331. Grayscale: #454545. Windows color (decimal): -10216242 or 13507684. OLE color: 13507684.
HSL color Cylindrical-coordinate representation of color #641CCE: hue angle of 264.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641CCE is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 28 | 206 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.19 |
| HSL | 264.27º | 0.76% | 0.46% | - |
| HSV(B) | 264.27º | 0.86% | 0.81% | - |
| XYZ | 16.81 | 8 | 59.05 | - |
| YUV | 69.82 | 204.85 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 206 | 0.51 | 0.86 | 0 | 0.19 | 264.27 | 0.76 | 0.46 |
| Hex | 64 | 1C | CE | 33 | 56 | 0 | 13 | 108 | 4C | 2E |
| Octal | 144 | 34 | 316 | 63 | 126 | 0 | 23 | 410 | 114 | 56 |
| Binary | 1100100 | 11100 | 11001110 | 110011 | 1010110 | 0 | 10011 | 100001000 | 1001100 | 101110 |
Color Harmonies of #641CCE
Complementary color
Monochromatic Colors of #641CCE
Black with #641CCE
Text Example
Text Example
White with #641CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641CCE; }
p { color: rgb(100,28,206); }
H1.HeaderClassName
{
color: #641CCE;
}
.AnyTagClassName
{
color: #641CCE;
}
</style>
background-color css
<style>
a { background-color: #641CCE; }
a { background-color: rgb(100,28,206); }
div.DivClassName
{
background-color: #641CCE;
}
.BgClassName
{
background-color: #641CCE;
}
</style>
border-color css
<style>
span { border-color: #641CCE; }
span { border-color: rgb(100,28,206); }
td.TdClassName
{
border-color: #641CCE;
}
.TagClassName
{
border-color: #641CCE;
}
</style>