Shades of Purple Heart #641CC5
Tints of Purple Heart #641CC5
RGB
CMYK
RGB Variations
Color information
#641CC5 (or 0x641CC5) is known color: Purple Heart. HEX triplet: 64, 1C and C5. RGB value is (100,28,197). Sum of RGB (Red+Green+Blue) = 100+28+197=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 197 (77.34% from 255 or 60.62% from 325); Max value from RGB is 197 - color contains mainly: blue. Hex color #641CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CC5 is #9BE33A. Grayscale: #444444. Windows color (decimal): -10216251 or 12917860. OLE color: 12917860.
HSL color Cylindrical-coordinate representation of color #641CC5: hue angle of 265.56º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641CC5 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 28 | 197 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.23 |
| HSL | 265.56º | 0.75% | 0.44% | - |
| HSV(B) | 265.56º | 0.86% | 0.77% | - |
| XYZ | 15.75 | 7.57 | 53.45 | - |
| YUV | 68.79 | 200.35 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 197 | 0.49 | 0.86 | 0 | 0.23 | 265.56 | 0.75 | 0.44 |
| Hex | 64 | 1C | C5 | 31 | 56 | 0 | 17 | 10A | 4B | 2C |
| Octal | 144 | 34 | 305 | 61 | 126 | 0 | 27 | 412 | 113 | 54 |
| Binary | 1100100 | 11100 | 11000101 | 110001 | 1010110 | 0 | 10111 | 100001010 | 1001011 | 101100 |
Color Harmonies of #641CC5
Complementary color
Monochromatic Colors of #641CC5
Black with #641CC5
Text Example
Text Example
White with #641CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641CC5; }
p { color: rgb(100,28,197); }
H1.HeaderClassName
{
color: #641CC5;
}
.AnyTagClassName
{
color: #641CC5;
}
</style>
background-color css
<style>
a { background-color: #641CC5; }
a { background-color: rgb(100,28,197); }
div.DivClassName
{
background-color: #641CC5;
}
.BgClassName
{
background-color: #641CC5;
}
</style>
border-color css
<style>
span { border-color: #641CC5; }
span { border-color: rgb(100,28,197); }
td.TdClassName
{
border-color: #641CC5;
}
.TagClassName
{
border-color: #641CC5;
}
</style>