Shades of Purple Heart #641BC7
Tints of Purple Heart #641BC7
RGB
CMYK
RGB Variations
Color information
#641BC7 (or 0x641BC7) is known color: Purple Heart. HEX triplet: 64, 1B and C7. RGB value is (100,27,199). Sum of RGB (Red+Green+Blue) = 100+27+199=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #641BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BC7 is #9BE438. Grayscale: #434343. Windows color (decimal): -10216505 or 13048676. OLE color: 13048676.
HSL color Cylindrical-coordinate representation of color #641BC7: hue angle of 265.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641BC7 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 27 | 199 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.22 |
| HSL | 265.47º | 0.76% | 0.44% | - |
| HSV(B) | 265.47º | 0.86% | 0.78% | - |
| XYZ | 15.96 | 7.62 | 54.66 | - |
| YUV | 68.44 | 201.68 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 199 | 0.50 | 0.86 | 0 | 0.22 | 265.47 | 0.76 | 0.44 |
| Hex | 64 | 1B | C7 | 32 | 56 | 0 | 16 | 109 | 4C | 2C |
| Octal | 144 | 33 | 307 | 62 | 126 | 0 | 26 | 411 | 114 | 54 |
| Binary | 1100100 | 11011 | 11000111 | 110010 | 1010110 | 0 | 10110 | 100001001 | 1001100 | 101100 |
Color Harmonies of #641BC7
Complementary color
Monochromatic Colors of #641BC7
Black with #641BC7
Text Example
Text Example
White with #641BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BC7; }
p { color: rgb(100,27,199); }
H1.HeaderClassName
{
color: #641BC7;
}
.AnyTagClassName
{
color: #641BC7;
}
</style>
background-color css
<style>
a { background-color: #641BC7; }
a { background-color: rgb(100,27,199); }
div.DivClassName
{
background-color: #641BC7;
}
.BgClassName
{
background-color: #641BC7;
}
</style>
border-color css
<style>
span { border-color: #641BC7; }
span { border-color: rgb(100,27,199); }
td.TdClassName
{
border-color: #641BC7;
}
.TagClassName
{
border-color: #641BC7;
}
</style>