Shades of Purple Heart #641BCE
Tints of Purple Heart #641BCE
RGB
CMYK
RGB Variations
Color information
#641BCE (or 0x641BCE) is known color: Purple Heart. HEX triplet: 64, 1B and CE. RGB value is (100,27,206). Sum of RGB (Red+Green+Blue) = 100+27+206=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #641BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BCE is #9BE431. Grayscale: #444444. Windows color (decimal): -10216498 or 13507428. OLE color: 13507428.
HSL color Cylindrical-coordinate representation of color #641BCE: hue angle of 264.47º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641BCE is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 27 | 206 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.19 |
| HSL | 264.47º | 0.77% | 0.46% | - |
| HSV(B) | 264.47º | 0.87% | 0.81% | - |
| XYZ | 16.79 | 7.95 | 59.04 | - |
| YUV | 69.23 | 205.18 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 206 | 0.51 | 0.87 | 0 | 0.19 | 264.47 | 0.77 | 0.46 |
| Hex | 64 | 1B | CE | 33 | 57 | 0 | 13 | 108 | 4D | 2E |
| Octal | 144 | 33 | 316 | 63 | 127 | 0 | 23 | 410 | 115 | 56 |
| Binary | 1100100 | 11011 | 11001110 | 110011 | 1010111 | 0 | 10011 | 100001000 | 1001101 | 101110 |
Color Harmonies of #641BCE
Complementary color
Monochromatic Colors of #641BCE
Black with #641BCE
Text Example
Text Example
White with #641BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BCE; }
p { color: rgb(100,27,206); }
H1.HeaderClassName
{
color: #641BCE;
}
.AnyTagClassName
{
color: #641BCE;
}
</style>
background-color css
<style>
a { background-color: #641BCE; }
a { background-color: rgb(100,27,206); }
div.DivClassName
{
background-color: #641BCE;
}
.BgClassName
{
background-color: #641BCE;
}
</style>
border-color css
<style>
span { border-color: #641BCE; }
span { border-color: rgb(100,27,206); }
td.TdClassName
{
border-color: #641BCE;
}
.TagClassName
{
border-color: #641BCE;
}
</style>