Shades of Purple Heart #641FC5
Tints of Purple Heart #641FC5
RGB
CMYK
RGB Variations
Color information
#641FC5 (or 0x641FC5) is known color: Purple Heart. HEX triplet: 64, 1F and C5. RGB value is (100,31,197). Sum of RGB (Red+Green+Blue) = 100+31+197=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #641FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FC5 is #9BE03A. Grayscale: #454545. Windows color (decimal): -10215483 or 12918628. OLE color: 12918628.
HSL color Cylindrical-coordinate representation of color #641FC5: hue angle of 264.94º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641FC5 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 31 | 197 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.23 |
| HSL | 264.94º | 0.73% | 0.45% | - |
| HSV(B) | 264.94º | 0.84% | 0.77% | - |
| XYZ | 15.82 | 7.72 | 53.48 | - |
| YUV | 70.56 | 199.36 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 197 | 0.49 | 0.84 | 0 | 0.23 | 264.94 | 0.73 | 0.45 |
| Hex | 64 | 1F | C5 | 31 | 54 | 0 | 17 | 109 | 49 | 2D |
| Octal | 144 | 37 | 305 | 61 | 124 | 0 | 27 | 411 | 111 | 55 |
| Binary | 1100100 | 11111 | 11000101 | 110001 | 1010100 | 0 | 10111 | 100001001 | 1001001 | 101101 |
Color Harmonies of #641FC5
Complementary color
Monochromatic Colors of #641FC5
Black with #641FC5
Text Example
Text Example
White with #641FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641FC5; }
p { color: rgb(100,31,197); }
H1.HeaderClassName
{
color: #641FC5;
}
.AnyTagClassName
{
color: #641FC5;
}
</style>
background-color css
<style>
a { background-color: #641FC5; }
a { background-color: rgb(100,31,197); }
div.DivClassName
{
background-color: #641FC5;
}
.BgClassName
{
background-color: #641FC5;
}
</style>
border-color css
<style>
span { border-color: #641FC5; }
span { border-color: rgb(100,31,197); }
td.TdClassName
{
border-color: #641FC5;
}
.TagClassName
{
border-color: #641FC5;
}
</style>